Skip to content

Commit

Permalink
Ignore all but cm7
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
andre15silva committed Oct 24, 2021
1 parent 6542e59 commit 47da66b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/tse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@ jobs:
- name: commons math
run: |
cd nopol-experiments
python2 src/reproduce.py -bug cm1 || true
python2 src/reproduce.py -bug cm2 || true
python2 src/reproduce.py -bug cm3 || true
python2 src/reproduce.py -bug cm4 || true
python2 src/reproduce.py -bug cm5 || true
python2 src/reproduce.py -bug cm6 || true
# python2 src/reproduce.py -bug cm1 || true
# python2 src/reproduce.py -bug cm2 || true
# python2 src/reproduce.py -bug cm3 || true
# python2 src/reproduce.py -bug cm4 || true
# python2 src/reproduce.py -bug cm5 || true
# python2 src/reproduce.py -bug cm6 || true
python2 src/reproduce.py -bug cm7 || true
python2 src/reproduce.py -bug cm10 || true
python2 src/reproduce.py -bug pm1 || true
python2 src/reproduce.py -bug pm2 || true
# python2 src/reproduce.py -bug cm10 || true
# python2 src/reproduce.py -bug pm1 || true
# python2 src/reproduce.py -bug pm2 || true
- name: commons lang
run: |
cd nopol-experiments
python2 src/reproduce.py -bug cl1 || true
python2 src/reproduce.py -bug cl2 || true
python2 src/reproduce.py -bug cl3 || true
python2 src/reproduce.py -bug cl4 || true
python2 src/reproduce.py -bug cl5 || true
python2 src/reproduce.py -bug cl6 || true
python2 src/reproduce.py -bug pl1 || true
python2 src/reproduce.py -bug pl2 || true
python2 src/reproduce.py -bug pl3 || true
python2 src/reproduce.py -bug pl4 || true
# python2 src/reproduce.py -bug cl1 || true
# python2 src/reproduce.py -bug cl2 || true
# python2 src/reproduce.py -bug cl3 || true
# python2 src/reproduce.py -bug cl4 || true
# python2 src/reproduce.py -bug cl5 || true
# python2 src/reproduce.py -bug cl6 || true
# python2 src/reproduce.py -bug pl1 || true
# python2 src/reproduce.py -bug pl2 || true
# python2 src/reproduce.py -bug pl3 || true
# python2 src/reproduce.py -bug pl4 || true
- name: TseEvaluationTest
run: |
Expand Down

0 comments on commit 47da66b

Please sign in to comment.