Skip to content

Commit

Permalink
Minor update to Jenkinsfile to build AD9208 design outside docker
Browse files Browse the repository at this point in the history
CI: skip=HDL Tests;skip=NonHW Tests;skip=Hardware Streaming Tests
Signed-off-by: Pagadarai <[email protected]>
  • Loading branch information
SrikanthPagadarai committed Aug 18, 2023
1 parent 4ca87cc commit 811a5a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ cstage("HDL Tests", "", flags) {

/////////////////////////////////////////////////////

parallel deployments

/////////////////////////////////////////////////////

def deployments = [:];
def board = 'ad9208';
def nodeLabel = 'baremetal && high_memory';
deployments[board] = { node(nodeLabel) {
stage("Baremetal HDL Test") {
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") {
Expand Down

0 comments on commit 811a5a5

Please sign in to comment.