Skip to content

Commit

Permalink
Add cstage to demo tests
Browse files Browse the repository at this point in the history
CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests

Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 28, 2023
1 parent 2b3b2fa commit e0a43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for (int i=0; i < demoNames.size(); i++) {
if (demo.contains("zcu102"))
nodeLabel = 'baremetal && high_memory';
deployments[demo] = { node(nodeLabel) {
stage("Demo Tests") {
cstage("Demo Tests", demo, flags) {
withEnv(['DEMO='+demo,'MLRELEASE=R2022b','HDLBRANCH=hdl_2021_r2','LC_ALL=C.UTF-8','LANG=C.UTF-8']) {
try {
stage(demo) {
Expand Down

0 comments on commit e0a43a1

Please sign in to comment.