-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ad9208 jenkins update #149
Conversation
CI: skip=HDL Tests;skip=NonHW Tests;skip=Hardware Streaming Tests Signed-off-by: Pagadarai <[email protected]>
CI: skip=HDL Tests;skip=NonHW Tests;skip=Hardware Streaming Tests Signed-off-by: Pagadarai <[email protected]>
|
||
///////////////////////////////////////////////////// | ||
|
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.
Missing the call to actual run the closures. Need to add
parallel deployments
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 by latest commit.
Jenkinsfile
Outdated
cstage("Baremetal HDL Test", "", flags) { | ||
withEnv(['BOARD='+board,'MLRELEASE=R2022b','HDLBRANCH=hdl_2021_r2','LC_ALL=C.UTF-8','LANG=C.UTF-8']) { | ||
try { | ||
stage("AD9208 HDL Test") { |
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 use the cstage API instead of stage
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 by latest commit.
CI: skip=HDL Tests;skip=NonHW Tests;skip=Hardware Streaming Tests Signed-off-by: Pagadarai <[email protected]>
No description provided.