Skip to content

Commit 93c292e

Browse files
committed
Fix typo in suite list, remove debugging job from RT CI, fix typo in RT list
1 parent fb91098 commit 93c292e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci_run_scm_rts.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
w3emc_ROOT: /home/runner/myw3emc
2323
SCM_ROOT: /home/runner/work/ccpp-scm/ccpp-scm
2424
suites: kingfisher,raven,bluebird,bald_eagle,pigeon,albatross,hummingbird,magpie,robin,warbler
25-
suites_ps: kingfisher_ps,raven_ps,bluebird_ps,bald_eagle_ps,pigeon_ps,albatross_ps,hummingbird_ps,magpie_os,robin_ps,warbler_ps
25+
suites_ps: kingfisher_ps,raven_ps,bluebird_ps,bald_eagle_ps,pigeon_ps,albatross_ps,hummingbird_ps,magpie_ps,robin_ps,warbler_ps
2626
dir_rt: /home/runner/work/ccpp-scm/ccpp-scm/test/artifact-${{matrix.build-type}}
2727
dir_bl: /home/runner/work/ccpp-scm/ccpp-scm/test/BL-${{matrix.build-type}}
2828

@@ -182,12 +182,6 @@ jobs:
182182
mkdir bin && cd bin
183183
cmake -DCCPP_SUITES=${suites},${suites_ps} -DCMAKE_BUILD_TYPE=Debug ../src
184184
185-
- name: cat CCPP log file
186-
if: always()
187-
run: |
188-
cd ${SCM_ROOT}/scm/bin
189-
cat ccpp_prebuild.err
190-
191185
- name: Build SCM
192186
run: |
193187
cd ${SCM_ROOT}/scm/bin

test/rt_test_cases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{"case": "astex", "suite": "bald_eagle"}, \
5959
{"case": "astex", "suite": "pigeon"}, \
6060
{"case": "astex", "suite": "albatross"}, \
61-
{"case": "LASSO_2016051812", "suite": "kingfisher"} \
61+
{"case": "LASSO_2016051812", "suite": "kingfisher"}, \
6262
{"case": "LASSO_2016051812", "suite": "bluebird"}, \
6363
{"case": "LASSO_2016051812", "suite": "bald_eagle"}, \
6464
{"case": "LASSO_2016051812", "suite": "pigeon"}, \

0 commit comments

Comments
 (0)