Skip to content

Commit

Permalink
Rename CI templates with _rosa suffix to use _zen2 suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Sep 11, 2024
1 parent 2f187cd commit 2798c26
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .gitlab/includes/clang11_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
clang11_spack_compiler_image:
extends:
- .variables_clang11_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang11_spack_image:
needs: [clang11_spack_compiler_image]
extends:
- .variables_clang11_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang11_build:
needs: [clang11_spack_image]
extends:
- .variables_clang11_config
- .build_template_rosa
- .build_template_zen2

.clang11_test_common:
needs: [clang11_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang12_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ include:
clang12_spack_compiler_image:
extends:
- .variables_clang12_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang12_spack_image:
needs: [clang12_spack_compiler_image]
extends:
- .variables_clang12_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang12_build:
needs: [clang12_spack_image]
extends:
- .variables_clang12_config
- .build_template_rosa
- .build_template_zen2

.clang12_test_common:
needs: [clang12_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang13_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ include:
clang13_spack_compiler_image:
extends:
- .variables_clang13_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang13_spack_image:
needs: [clang13_spack_compiler_image]
extends:
- .variables_clang13_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang13_build:
needs: [clang13_spack_image]
extends:
- .variables_clang13_config
- .build_template_rosa
- .build_template_zen2

.clang13_test_common:
needs: [clang13_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang15_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ include:
clang15_spack_compiler_image:
extends:
- .variables_clang15_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang15_spack_image:
needs: [clang15_spack_compiler_image]
extends:
- .variables_clang15_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang15_build:
needs: [clang15_spack_image]
extends:
- .variables_clang15_config
- .build_template_rosa
- .build_template_zen2

.clang15_test_common:
needs: [clang15_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang16_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
clang16_spack_compiler_image:
extends:
- .variables_clang16_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang16_spack_image:
needs: [clang16_spack_compiler_image]
extends:
- .variables_clang16_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang16_build:
needs: [clang16_spack_image]
extends:
- .variables_clang16_config
- .build_template_rosa
- .build_template_zen2

.clang16_test_common:
needs: [clang16_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang17_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
clang17_spack_compiler_image:
extends:
- .variables_clang17_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang17_spack_image:
needs: [clang17_spack_compiler_image]
extends:
- .variables_clang17_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang17_build:
needs: [clang17_spack_image]
extends:
- .variables_clang17_config
- .build_template_rosa
- .build_template_zen2

.clang17_test_common:
needs: [clang17_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/clang18_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
clang18_spack_compiler_image:
extends:
- .variables_clang18_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

clang18_spack_image:
needs: [clang18_spack_compiler_image]
extends:
- .variables_clang18_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

clang18_build:
needs: [clang18_spack_image]
extends:
- .variables_clang18_config
- .build_template_rosa
- .build_template_zen2

.clang18_test_common:
needs: [clang18_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/common_spack_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ base_spack_image_x86_64:
needs: [base_spack_image_aarch64]
extends: [.container-builder-cscs-gh200, .compiler_image_template]

.compiler_image_template_rosa:
.compiler_image_template_zen2:
needs: [base_spack_image_x86_64]
extends: [.container-builder-cscs-zen2, .compiler_image_template]

Expand All @@ -78,7 +78,7 @@ base_spack_image_x86_64:
.dependencies_image_template_gh200:
extends: [.container-builder-cscs-gh200, .dependencies_image_template]

.dependencies_image_template_rosa:
.dependencies_image_template_zen2:
extends: [.container-builder-cscs-zen2, .dependencies_image_template]

.parallel_build_types:
Expand Down Expand Up @@ -113,7 +113,7 @@ base_spack_image_x86_64:
.build_template_gh200:
extends: [.container-builder-cscs-gh200, .build_template]

.build_template_rosa:
.build_template_zen2:
extends: [.container-builder-cscs-zen2, .build_template]

.test_template:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc10_apex_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
gcc10_apex_spack_compiler_image:
extends:
- .variables_gcc10_apex_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc10_apex_spack_image:
needs: [gcc10_apex_spack_compiler_image]
extends:
- .variables_gcc10_apex_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc10_apex_build:
needs: [gcc10_apex_spack_image]
extends:
- .variables_gcc10_apex_config
- .build_template_rosa
- .build_template_zen2

.gcc10_apex_test_common:
needs: [gcc10_apex_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc11_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ include:
gcc11_spack_compiler_image:
extends:
- .variables_gcc11_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc11_spack_image:
needs: [gcc11_spack_compiler_image]
extends:
- .variables_gcc11_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc11_build:
needs: [gcc11_spack_image]
extends:
- .build_template_rosa
- .build_template_zen2
- .variables_gcc11_config

.gcc11_test_common:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc12_hip5_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ include:
gcc12_hip5_spack_compiler_image:
extends:
- .variables_gcc12_hip5_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc12_hip5_spack_image:
timeout: 4 hours
needs: [gcc12_hip5_spack_compiler_image]
extends:
- .variables_gcc12_hip5_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc12_hip5_build:
needs: [gcc12_hip5_spack_image]
extends:
- .variables_gcc12_hip5_config
- .build_template_rosa
- .build_template_zen2

# Disabled until AMD GPU runners come back online
# .gcc12_hip5_test_common:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc12_hip6_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ include:
gcc12_hip6_spack_compiler_image:
extends:
- .variables_gcc12_hip6_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc12_hip6_spack_image:
timeout: 4 hours
needs: [gcc12_hip6_spack_compiler_image]
extends:
- .variables_gcc12_hip6_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc12_hip6_build:
needs: [gcc12_hip6_spack_image]
extends:
- .variables_gcc12_hip6_config
- .build_template_rosa
- .build_template_zen2

# Disabled until AMD GPU runners come back online
# .gcc12_hip6_test_common:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc12_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ include:
gcc12_spack_compiler_image:
extends:
- .variables_gcc12_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc12_spack_image:
needs: [gcc12_spack_compiler_image]
extends:
- .variables_gcc12_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc12_build:
needs: [gcc12_spack_image]
extends:
- .variables_gcc12_config
- .build_template_rosa
- .build_template_zen2

.gcc12_test_common:
needs: [gcc12_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc13_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ include:
gcc13_spack_compiler_image:
extends:
- .variables_gcc13_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc13_spack_image:
needs: [gcc13_spack_compiler_image]
extends:
- .variables_gcc13_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc13_build:
needs: [gcc13_spack_image]
extends:
- .variables_gcc13_config
- .build_template_rosa
- .build_template_zen2

.gcc13_test_common:
needs: [gcc13_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc14_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ include:
gcc14_spack_compiler_image:
extends:
- .variables_gcc14_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc14_spack_image:
needs: [gcc14_spack_compiler_image]
extends:
- .variables_gcc14_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc14_build:
needs: [gcc14_spack_image]
extends:
- .variables_gcc14_config
- .build_template_rosa
- .build_template_zen2

.gcc14_test_common:
needs: [gcc14_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/gcc9_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ include:
gcc9_spack_compiler_image:
extends:
- .variables_gcc9_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

gcc9_spack_image:
needs: [gcc9_spack_compiler_image]
extends:
- .variables_gcc9_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

gcc9_build:
needs: [gcc9_spack_image]
extends:
- .variables_gcc9_config
- .build_template_rosa
- .build_template_zen2

.gcc9_test_common:
needs: [gcc9_build]
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/includes/nvhpc24_7_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ include:
nvhpc24_7_spack_compiler_image:
extends:
- .variables_nvhpc24_7_config
- .compiler_image_template_rosa
- .compiler_image_template_zen2

nvhpc24_7_spack_image:
needs: [nvhpc24_7_spack_compiler_image]
extends:
- .variables_nvhpc24_7_config
- .dependencies_image_template_rosa
- .dependencies_image_template_zen2

nvhpc24_7_build:
timeout: 2 hours
needs: [nvhpc24_7_spack_image]
extends:
- .variables_nvhpc24_7_config
- .build_template_rosa
- .build_template_zen2

needs: [nvhpc24_7_build]
extends:
Expand Down

0 comments on commit 2798c26

Please sign in to comment.