Skip to content

Commit

Permalink
Use ubuntu 22.04 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpineda3 authored Oct 24, 2023
1 parent bd1aa4d commit e82d111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Pipeline
lock('nuc04') {
@Library('sdgtt-lib@nuc4-libm2k') _ // Not necessary when we turn on global libraries :)
@Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :)
def hdlBranch = "NA"
def linuxBranch = "NA"
def bootPartitionBranch = "release"
Expand Down Expand Up @@ -36,6 +36,7 @@ lock('nuc04') {
harness.update_agents()

//Set other test parameters
harness.set_env('docker_image', 'tfcollins/test-harness-ci:libm2k')
harness.set_nebula_debug(true)
harness.set_enable_docker(true)
harness.set_docker_host_mode(false)
Expand Down Expand Up @@ -71,4 +72,4 @@ lock('nuc04') {

// Go go
harness.run_stages()
}
}

0 comments on commit e82d111

Please sign in to comment.