Skip to content

Commit 5826f71

Browse files
committed
Fix typo in suite list, remove debugging job from RT CI
1 parent fb91098 commit 5826f71

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
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

0 commit comments

Comments
 (0)