Skip to content

ci: Build test binaries before sudo commands#1958

Merged
cgwalters merged 1 commit intobootc-dev:mainfrom
henrywang:fix-test-install-failure
Jan 28, 2026
Merged

ci: Build test binaries before sudo commands#1958
cgwalters merged 1 commit intobootc-dev:mainfrom
henrywang:fix-test-install-failure

Conversation

@henrywang
Copy link
Collaborator

@henrywang henrywang commented Jan 28, 2026

CI failed on Test Install test: https://github.com/bootc-dev/bootc/actions/runs/21350622481/job/61598071031?pr=1954

Solution:

  • Move cargo build --release -p tests-integration to run before sudo podman build to avoid cargo registry permission issues.
  • The tests-integration binary doesn't depend on the fsverity image, so this reordering has no functional impact on the test flow.

Move `cargo build --release -p tests-integration` to run before
`sudo podman build` to avoid cargo registry permission issues.

The tests-integration binary doesn't depend on the fsverity image,
so this reordering has no functional impact on the test flow.

Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
@bootc-bot bootc-bot bot requested a review from jeckersb January 28, 2026 07:08
@henrywang
Copy link
Collaborator Author

The CS9 failure is caused by issue Pull image registry.access.redhat.com/ubi9/podman:latest failed with signature error. Already have a blocker Jira ticket to track this issue.

@cgwalters cgwalters merged commit e96d544 into bootc-dev:main Jan 28, 2026
49 of 52 checks passed
@henrywang henrywang deleted the fix-test-install-failure branch January 28, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants