11# ------------------------------------------------------------------------------
22# BUILD JOBS
33
4- toss_gcc_8_3_1_mvapich2_Debug_build :
5- extends : [.gcc_8_3_1_mvapich2_CXXONLY , .build_and_test , .toss_resource1 ]
4+ toss_gcc_mvapich2_cxxonly_build :
5+ extends : [.toss_resource1 , .gcc_mvapich2_cxxonly , .build ]
66
77
88
9- toss_gcc_8_3_1_mvapich2_build :
10- extends : [.gcc_8_3_1_mvapich2 , .build_and_test , .toss_resource2 ]
9+ toss_gcc_mvapich2_build :
10+ extends : [.toss_resource2 , .gcc_mvapich2 , .build_and_test ]
1111
12- toss_gcc_8_3_1_mvapich2_test :
13- extends : [.gcc_8_3_1_mvapich2 , .run_ats , .toss_resource2 ]
14- needs : [toss_gcc_8_3_1_mvapich2_build ]
12+ toss_gcc_mvapich2_test :
13+ extends : [.toss_resource2 , .gcc_mvapich2 , .run_ats ]
14+ needs : [toss_gcc_mvapich2_build ]
1515
1616
1717
18- toss_clang_9_0_0_mvapich2_build :
19- extends : [.clang_9_0_0_mvapich2 , .build_and_test , .toss_resource1 ]
18+ toss_clang_mvapich2_build :
19+ extends : [.toss_resource1 , .clang_mvapich2 , .build_and_test ]
2020
21- toss_clang_9_0_0_mvapich2_test :
22- extends : [.clang_9_0_0_mvapich2 , .run_ats , .toss_resource2 ]
23- needs : [toss_clang_9_0_0_mvapich2_build ]
21+ toss_clang_mvapich2_test :
22+ extends : [.toss_resource2 , .clang_mvapich2 , .run_ats ]
23+ needs : [toss_clang_mvapich2_build ]
2424
2525
2626
@@ -29,42 +29,22 @@ toss_clang_9_0_0_mvapich2_test:
2929
3030
3131
32- blueos_gcc_8_3_1_spectrum_build :
33- extends : [.gcc_8_3_1_spectrum , .build_and_test , .blueos_resource1 ]
32+ blueos_gcc_spectrum_build :
33+ extends : [.blueos_resource1 , .gcc_spectrum , .build_and_test ]
3434
35- blueos_gcc_8_3_1_spectrum_test :
36- extends : [.gcc_8_3_1_spectrum , .run_ats , .blueos_resource1 ]
37- needs : [blueos_gcc_8_3_1_spectrum_build ]
35+ blueos_gcc_spectrum_test :
36+ extends : [.blueos_resource1 , .gcc_spectrum , .run_ats ]
37+ needs : [blueos_gcc_spectrum_build ]
3838
3939
4040
41- blueos_cuda_11_gcc_8_3_1_spectrum_build :
42- extends : [.cuda_11_gcc_8_3_1_spectrum , .build_and_test , .blueos_resource2 ]
41+ blueos_cuda_11_gcc_spectrum_build :
42+ extends : [.blueos_resource2 , .cuda_11_gcc_spectrum , .build_and_test ]
4343
44- blueos_cuda_11_gcc_8_3_1_spectrum_test :
45- extends : [.cuda_11_gcc_8_3_1_spectrum , .run_ats , .blueos_resource2 ]
46- needs : [blueos_cuda_11_gcc_8_3_1_spectrum_build ]
44+ blueos_cuda_11_gcc_spectrum_test :
45+ extends : [.blueos_resource2 , .cuda_11_gcc_spectrum , .run_ats ]
46+ needs : [blueos_cuda_11_gcc_spectrum_build ]
4747 allow_failure : true
4848
4949
50- # ------------------------------------------------------------------------------
51- # CLEAN OLD BUILD DIRS
52-
53- cleanup_build_dirs :
54- extends : [.clean_dirs]
55-
56-
57- # ------------------------------------------------------------------------------
58- # UPDATE TPL JOBS
59-
60- blueos_update_tpls :
61- extends : [.blueos_resource2, .update_tpls, .merge_pr_rule]
62-
63- toss_update_tpls :
64- extends : [.toss_resource2, .update_tpls, .merge_pr_rule]
65-
66- # ------------------------------------------------------------------------------
67- # UPDATE PERM JOBS
6850
69- toss_update_permissions :
70- extends : [.toss_resource_general, .toss_update_permissions, .merge_pr_rule]
0 commit comments