-
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
Add BMO upgrade tests pipeline #617
Add BMO upgrade tests pipeline #617
Conversation
755c0ac
to
9eff209
Compare
/metal3-bmo-e2e-test |
jenkins/jobs/bmo_e2e_tests.pipeline
Outdated
def GINKGO_FOCUS = "" | ||
|
||
if (TEST_SET == "e2e-upgrade-test") { | ||
GINKGO_FOCUS="upgrade" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not have GINKGO_FOCUS directly as a parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if jjb allows that :-?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my reply in https://gerrit.nordix.org/c/infra/cicd/+/20387
Signed-off-by: Huy Mai <huy.mai@est.tech>
9eff209
to
3fe126a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
Hold until the gerrit PR is merged
/hold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90, Rozzii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test-ubuntu-integration-main |
Gerrit merged |
This change is needed for the new jenkins job, which runs BMO E2E upgrade tests.
Related jjb changes: https://gerrit.nordix.org/c/infra/cicd/+/20387