-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Activate and deactivate multicast on hyc Jenkins #6035
Conversation
A new issue is opened for |
non-rhel10 and zMetis machine: link
|
buildenv/jenkins/JenkinsfileBase
Outdated
try { | ||
addJobDescription() | ||
setup() | ||
addGrinderLink() | ||
|
||
// activate_multicast on hyc-runtimes Jenkins serer |
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.
typo: serer -> server
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.
fixed
buildenv/jenkins/JenkinsfileBase
Outdated
@@ -996,6 +1020,11 @@ def testBuild() { | |||
testExecution() | |||
} | |||
} finally { | |||
// deactivate_multicast on hyc-runtimes Jenkins serer |
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.
typo: serer -> server
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.
fixed
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
Signed-off-by: Lan Xia <[email protected]>
re #6035 (comment), noticed the build had AbortException and resulted in FAILURE status. Converted the PR into draft for further investigation.
|
deactivate_multicast exited with 1 which caused the build to fail.
Below is deactivate_multicast content. After setting multicast off,
|
Left comment on infrastructure/issues/10333. Pending on |
close this PR in fav of #6069 |
resolves: #6030