Skip to content

Commit

Permalink
GH actions: update the osbuild-ci* images to latest-202501201758
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza authored and supakeen committed Feb 5, 2025
1 parent c69b16f commit 89d8aa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Run Linters"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
image: ghcr.io/osbuild/osbuild-ci:latest-202501201758
run: |
make lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: "Regenerate Test Data"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
image: ghcr.io/osbuild/osbuild-ci:latest-202501201758
run: |
make test-data
git diff --exit-code -- ./test/data
2 changes: 1 addition & 1 deletion .github/workflows/test-on-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Run in container"
uses: addnab/docker-run-action@v3
with:
image: quay.io/osbuild/osbuild-ci-c${{ matrix.centos.version }}s:latest-202411221033
image: quay.io/osbuild/osbuild-ci-c${{ matrix.centos.version }}s:latest-202501201758
options: --privileged -v ${{ github.workspace }}:/osbuild --workdir /osbuild
run: |
python3 -m pytest \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Run"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
image: ghcr.io/osbuild/osbuild-ci:latest-202501201758
run: |
# Hacky replacement of container storage driver:
# The default overlayfs doesn't work in the runner, so let's change
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# Using 4 workers is a bit arbitrary, "auto" is probably too aggressive.
TEST_WORKERS: "-n 4"
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
image: ghcr.io/osbuild/osbuild-ci:latest-202501201758
run: |
OSBUILD_TEST_STORE="${{ env.OSBUILD_TEST_STORE }}" \
tox -e "py36" -- ${{ env.TEST_WORKERS }} test.run.test_assemblers
Expand Down

0 comments on commit 89d8aa6

Please sign in to comment.