-
-
Notifications
You must be signed in to change notification settings - Fork 96
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 failonerror for get dependency job #205
Conversation
Fixes adoptium#204 Signed-off-by: renfeiw <renfeiw@ca.ibm.com>
run aqa --sdk_resource=nightly --build_list=openjdk --target=sanity --platform=x86-64_linux --jdk_version=11 --jdk_impl=openj9 |
run aqa --sdk_resource=nightly --build_list=openjdk --target=sanity --platform=x86-64_linux --jdk_version=11 --jdk_impl=hotspot |
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.
thanks @renfeiw !
@renfeiw Build(s) started with the following parameters:
Workflow Run ID: 919731358 |
@renfeiw Build(s) started with the following parameters:
Workflow Run ID: 919733353 |
Workflow Run ID: 919731358 was failed as expected, this verifies that failonerror is working. |
Workflow Run ID: 919733353 failed is not related. It's an known issue: adoptium/ci-jenkins-pipelines#165 |
internal grinder passed: /Grinder_TKG/1251 |
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
Fixes #204
Signed-off-by: renfeiw renfeiw@ca.ibm.com