ci: update container and actions
Update the osbuild-ci container and privdocker action to the most recent
builds.
This changes the ostree-image-tests since the Fedora update pulled in
util-linux/fdisk changes that align partition sizes. Hence, the ostree
tests need to be changed to have aligned partition sizes as well. For
more information, see:
commit 921c7da55ec78350e4067b3fd6b7de6f299106ee
Author: Karel Zak <kzak@redhat.com>
Date: Thu Jan 27 10:50:45 2022 +0100
libfdisk: (gpt) align size of partition by default
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
4b09088661
commit
1bdf038d36
3 changed files with 12 additions and 12 deletions
8
.github/workflows/checks.yml
vendored
8
.github/workflows/checks.yml
vendored
|
|
@ -40,9 +40,9 @@ jobs:
|
|||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Regenerate Test Data"
|
||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||
uses: osbuild/containers/src/actions/privdocker@1e349b1c69884f9f38f7afa567869b975104828c
|
||||
with:
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202202021637
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
|
||||
run: |
|
||||
make test-data
|
||||
git diff --exit-code -- ./test/data
|
||||
|
|
@ -64,9 +64,9 @@ jobs:
|
|||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Run Tests"
|
||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||
uses: osbuild/containers/src/actions/privdocker@1e349b1c69884f9f38f7afa567869b975104828c
|
||||
with:
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202208041541
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
|
||||
run: |
|
||||
git config --global --add safe.directory /osb/workdir
|
||||
python3 -m pytest \
|
||||
|
|
|
|||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -24,9 +24,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2 # codecov requires this (https://github.com/codecov/codecov-action/issues/190)
|
||||
- name: "Run Tests"
|
||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||
uses: osbuild/containers/src/actions/privdocker@1e349b1c69884f9f38f7afa567869b975104828c
|
||||
with:
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202202021637
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
|
||||
run: |
|
||||
python3 -m pytest \
|
||||
--pyargs "${{ matrix.test }}" \
|
||||
|
|
|
|||
|
|
@ -1145,7 +1145,7 @@
|
|||
},
|
||||
{
|
||||
"start": 413696,
|
||||
"size": 20557791,
|
||||
"size": 20555776,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "CA7D7CCB-63ED-4C53-861C-1742536059CC"
|
||||
}
|
||||
|
|
@ -1196,7 +1196,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791,
|
||||
"size": 20555776,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1221,7 +1221,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"device": {
|
||||
|
|
@ -1249,7 +1249,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"lvm": {
|
||||
|
|
@ -1313,7 +1313,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"lvm": {
|
||||
|
|
@ -1379,7 +1379,7 @@
|
|||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 413696,
|
||||
"size": 20557791
|
||||
"size": 20555776
|
||||
}
|
||||
},
|
||||
"device": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue