Skip to content

Commit

Permalink
Merge pull request #5480 from nalind/prefetch
Browse files Browse the repository at this point in the history
Integration tests: fixup use of _prefetch
  • Loading branch information
openshift-merge-bot[bot] authored Apr 22, 2024
2 parents e393e57 + 14d964d commit 292afc5
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ unit_task:
- vendor
- cross_build

timeout_in: 1h
timeout_in: 90m

matrix:
- env:
Expand Down
2 changes: 1 addition & 1 deletion tests/add.bats
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ stuff/mystuff"
}

@test "add from image" {
_prefetch busybox
_prefetch busybox ubuntu
run_buildah from --quiet $WITH_POLICY_JSON busybox
cid=$output
run_buildah add --quiet $WITH_POLICY_JSON --from ubuntu $cid /etc/passwd /tmp/passwd # should pull the image, absolute path
Expand Down
Loading

1 comment on commit 292afc5

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.