Skip to content

Commit

Permalink
Fix Rocky Accelerator publish gsc_dir (#1307)
Browse files Browse the repository at this point in the history
* Fix Rocky Accelerator publish gsc_dir

* Fix Rocky 9 Accelerator pipeline name
  • Loading branch information
a-crate authored Nov 16, 2024
1 parent b1af8f9 commit 4a33c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concourse/pipelines/linux-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ local imggroup = {
],
local rocky_accelerator_images = [
'rocky-linux-8-optimized-gcp-with-nvidia-latest',
'rocky-linux-9-optimized-gcp-with-nvidia-550',
'rocky-linux-9-optimized-gcp-with-nvidia-latest',
],

// Start of output.
Expand Down Expand Up @@ -548,7 +548,7 @@ local imggroup = {
imgpublishjob {
image: image,
env: env,
gcs_dir: 'accelerators',
gcs_dir: 'rocky-linux',
workflow_dir: 'enterprise_linux',
// Acceleratorconfig test disabled until nictype is updated
//additionalcitsuites: 'acceleratorconfig',
Expand Down

0 comments on commit 4a33c7b

Please sign in to comment.