Skip to content

Commit

Permalink
[actions] ** COMPLETE ACTIONS ** reenable all CI tests after fixing m…
Browse files Browse the repository at this point in the history
…adgraph5#927

Revert "[actions] in .github/workflows, TEMPORARELY reduce CI tests to only one gg_tt "new ci" test while debugging madgraph5#937"
This reverts commit 5b71191.
  • Loading branch information
valassi committed Jul 24, 2024
1 parent 35a0562 commit d4a0dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: C/C++ CI
on:
push:
branches: [ master ]
#pull_request:
# branches: [ master ]
pull_request:
branches: [ master ]

jobs:
debug_builds:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
fail-fast: false # important to see all results even if one fails (fail-fast is true by default)
matrix:
# FIXME? Can the list of supported processes be specified only once in oneprocess.yml or allprocesses.yml?
#process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gg_ttggg, gg_tt01g, gq_ttq, pp_tt012j, nobm_pp_ttW, susy_gg_tt, susy_gg_t1t1, smeft_gg_tttt, heft_gg_bb]
#suffix: [mad, sa]
process: [gg_tt] # FOR QUICK CI TESTS
suffix: [mad] # FOR QUICK CI TESTS
process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gg_ttggg, gg_tt01g, gq_ttq, pp_tt012j, nobm_pp_ttW, susy_gg_tt, susy_gg_t1t1, smeft_gg_tttt, heft_gg_bb]
suffix: [mad, sa]
uses: ./.github/workflows/testsuite_oneprocess.yml
with:
process: ${{ matrix.process }}.${{ matrix.suffix }}
Expand Down

0 comments on commit d4a0dba

Please sign in to comment.