Skip to content

Commit 96f857f

Browse files
committed
remove ci on matrix
1 parent 6ce5836 commit 96f857f

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

.gitlab/llnl-ci.yml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -178,26 +178,27 @@ clean_on_dane:
178178
- .llnl_script_clean
179179
needs: ['test_on_dane_hiopbbpy', 'test_on_dane']
180180

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']

0 commit comments

Comments
 (0)