Skip to content

Commit

Permalink
Use ubuntu 22.04 image for R2023b
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
  • Loading branch information
jpineda3 committed Apr 23, 2024
1 parent d1a7452 commit e9f5282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ lock(label: 'adgt_test_harness_boards') {
//Set other test parameters
harness.set_nebula_debug(true)
harness.set_enable_docker(true)
harness.set_env('docker_image', 'tfcollins/test-harness-ci-ubuntu-22_04:latest')
harness.set_docker_host_mode(true) // Set to false if using machine-specific license
harness.set_send_telemetry(false)
harness.set_log_jira(false)
Expand Down Expand Up @@ -72,6 +73,7 @@ lock(label: 'adgt_test_harness_boards') {
harness.set_matlab_commands(["ad=adi.utils.libad9361",
"ad.download_libad9361()",
"addpath(genpath('test'))",
"pyenv('Version','/usr/bin/python3')",
"runHWTests(getenv('board'))"])
harness.add_stage(harness.stage_library("MATLABTests"),'continueWhenFail')

Expand Down

0 comments on commit e9f5282

Please sign in to comment.