Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test env): ensure build user in environment #1746

Conversation

egibs
Copy link
Member

@egibs egibs commented Jan 13, 2025

The Test pipeline environment does not get a build user included by default; this causes test pipelines to fail when the qemu runner is used because the initial connection attempt to get the host public key always uses the build user to connect. Fix this by adding the build user to all Test environments, both the primary pipeline and any subpipelines.

Fixes: #1732

Melange Pull Request Template

Functional Changes

  • This change can build all of Wolfi without errors (describe results in notes)

Notes:

SCA Changes

  • Examining several representative APKs show no regression / the desired effect (details in notes)

Notes:

Linter

  • The new check is clean across Wolfi
  • The new check is opt-in or a warning

Notes:

The Test pipeline environment does not get a build user included by
default; this causes test pipelines to fail when the qemu runner is used
because the initial connection attempt to get the host public key always
uses the build user to connect. Fix this by adding the build user to all
Test environments, both the primary pipeline and any subpipelines.

Fixes: chainguard-dev#1732
Signed-off-by: Steve Beattie <[email protected]>
@egibs egibs closed this Jan 13, 2025
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.

melange test does not connect to qemu runner
2 participants