File tree Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -178,26 +178,27 @@ clean_on_dane:
178
178
- .llnl_script_clean
179
179
needs : ['test_on_dane_hiopbbpy', 'test_on_dane']
180
180
181
- # For LLNL/matrix CI
182
- config_on_matrix :
183
- extends :
184
- - .matrix
185
- - .llnl_script_config
186
-
187
- build_on_matrix :
188
- extends :
189
- - .matrix
190
- - .llnl_script_build
191
- needs : ['config_on_matrix']
192
-
193
- test_on_matrix :
194
- extends :
195
- - .matrix
196
- - .llnl_jsrun_script_test
197
- needs : ['build_on_matrix']
198
-
199
- clean_on_matrix :
200
- extends :
201
- - .matrix
202
- - .llnl_script_clean
203
- needs : ['test_on_matrix']
181
+ #
182
+ # # For LLNL/matrix CI
183
+ # config_on_matrix:
184
+ # extends:
185
+ # - .matrix
186
+ # - .llnl_script_config
187
+
188
+ # build_on_matrix:
189
+ # extends:
190
+ # - .matrix
191
+ # - .llnl_script_build
192
+ # needs: ['config_on_matrix']
193
+
194
+ # test_on_matrix:
195
+ # extends:
196
+ # - .matrix
197
+ # - .llnl_jsrun_script_test
198
+ # needs: ['build_on_matrix']
199
+
200
+ # clean_on_matrix:
201
+ # extends:
202
+ # - .matrix
203
+ # - .llnl_script_clean
204
+ # needs: ['test_on_matrix']
You can’t perform that action at this time.
0 commit comments