Skip to content

Commit

Permalink
Build using arti.hpc instead of arti.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe authored and erl-hpe committed May 4, 2023
1 parent 6a0bcea commit 80fc8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
docker {
label "metal-gcp-builder"
reuseNode true
image "arti.dev.cray.com/dstbuildenv-docker-master-local/cray-sle15sp2_build_environment:latest"
image "arti.hpc.amslabs.hpecorp.net/dstbuildenv-docker-master-local/cray-sle15sp2_build_environment:latest"
// Run as root
args "-u root"
}
Expand All @@ -48,7 +48,7 @@ pipeline {
docker {
label "metal-gcp-builder"
reuseNode true
image "arti.dev.cray.com/dstbuildenv-docker-master-local/cray-sle15sp3_build_environment:latest"
image "arti.hpc.amslabs.hpecorp.net/dstbuildenv-docker-master-local/cray-sle15sp3_build_environment:latest"
// Run as root
args "-u root"
}
Expand Down

0 comments on commit 80fc8d0

Please sign in to comment.