-
Notifications
You must be signed in to change notification settings - Fork 20
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
WIP: export ironic and mariadb env vars coming from vars.sh #612
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test-ubuntu-integration-main |
56f542d
to
294c13e
Compare
/test-ubuntu-integration-main |
/test-ubuntu-integration-main-ironic-source |
Does not work from project-infra, so cannot tell if it works or not. Need to fix JJB I guess. |
/retest |
/test markdownlint |
Testing random thing. /test centos-integration-main |
@tuminoid: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
They get lost between integration test start and 02 script trying to use them. Signed-off-by: Tuomo Tanskanen <[email protected]>
294c13e
to
1138dc3
Compare
/test-ubuntu-integration-main |
/test-centos-integration-main |
/test-centos-integration-main-ironic-source |
1 similar comment
/test-centos-integration-main-ironic-source |
/hold |
Testing unrelated things:
New regex will trigger it...? |
This has rotten, will abandon for now. /close |
@tuminoid: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
TL;DR: Those variables get lost between integration test start and 02 script trying to use them.
I'm testing metal3-io/ironic-image#466 Ironic source build after metal3-io/metal3-dev-env#1330 got merged, and from the log I can see
IRONIC_FROM_SOURCE
is set totrue
in project-infra, it gets into/tmp/vars.sh
which is sourced inintegration_test.sh
but when the test saysmake ci_run
and runs02
script, which sourcescommon.sh
, theIRONIC_FROM_SOURCE
variable is empty, and gets defaulted tofalse
.https://jenkins.nordix.org/job/metal3_ironic_image_main_integration_test_centos_ironic_from_source/10/consoleFull