Skip to content

Commit

Permalink
wip debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 31, 2025
1 parent 5f262b7 commit f536a2d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
run: env TMPDIR=/var/tmp ./tests/encapsulate.sh
test-build-chunked-oci:
name: "experimental build-chunked-oci tests"
needs: build-c9s
# needs: build-c9s
runs-on: ubuntu-24.04
steps:
# https://github.com/containers/podman/discussions/17362
Expand All @@ -235,14 +235,15 @@ jobs:
skopeo --version
- name: Checkout repository
uses: actions/checkout@v4
- name: Download build
uses: actions/[email protected]
with:
name: install-c9s.tar
#- name: Download build
# uses: actions/[email protected]
# with:
# name: install-c9s.tar
- name: Integration tests
run: |
set -xeuo pipefail
cd tests/build-chunked-oci
sudo podman system reset -f
sudo podman build -t localhost/base -f Containerfile.test
sudo tar -xzvf ../../install.tar
sudo podman build -v $(pwd)/usr/bin:/ci -t localhost/builder -f Containerfile.builder
Expand Down

0 comments on commit f536a2d

Please sign in to comment.