Skip to content

Commit

Permalink
Fix typo in suite list, remove debugging job from RT CI, fix typo in …
Browse files Browse the repository at this point in the history
…RT list
  • Loading branch information
mkavulich committed May 23, 2024
1 parent fb91098 commit 93c292e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
w3emc_ROOT: /home/runner/myw3emc
SCM_ROOT: /home/runner/work/ccpp-scm/ccpp-scm
suites: kingfisher,raven,bluebird,bald_eagle,pigeon,albatross,hummingbird,magpie,robin,warbler
suites_ps: kingfisher_ps,raven_ps,bluebird_ps,bald_eagle_ps,pigeon_ps,albatross_ps,hummingbird_ps,magpie_os,robin_ps,warbler_ps
suites_ps: kingfisher_ps,raven_ps,bluebird_ps,bald_eagle_ps,pigeon_ps,albatross_ps,hummingbird_ps,magpie_ps,robin_ps,warbler_ps
dir_rt: /home/runner/work/ccpp-scm/ccpp-scm/test/artifact-${{matrix.build-type}}
dir_bl: /home/runner/work/ccpp-scm/ccpp-scm/test/BL-${{matrix.build-type}}

Expand Down Expand Up @@ -182,12 +182,6 @@ jobs:
mkdir bin && cd bin
cmake -DCCPP_SUITES=${suites},${suites_ps} -DCMAKE_BUILD_TYPE=Debug ../src
- name: cat CCPP log file
if: always()
run: |
cd ${SCM_ROOT}/scm/bin
cat ccpp_prebuild.err
- name: Build SCM
run: |
cd ${SCM_ROOT}/scm/bin
Expand Down
2 changes: 1 addition & 1 deletion test/rt_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{"case": "astex", "suite": "bald_eagle"}, \
{"case": "astex", "suite": "pigeon"}, \
{"case": "astex", "suite": "albatross"}, \
{"case": "LASSO_2016051812", "suite": "kingfisher"} \
{"case": "LASSO_2016051812", "suite": "kingfisher"}, \
{"case": "LASSO_2016051812", "suite": "bluebird"}, \
{"case": "LASSO_2016051812", "suite": "bald_eagle"}, \
{"case": "LASSO_2016051812", "suite": "pigeon"}, \
Expand Down

0 comments on commit 93c292e

Please sign in to comment.