Skip to content

Commit

Permalink
reschedule the tests on kunpeng
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Aug 9, 2023
1 parent 0b40170 commit 7eecc39
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_armflang_kunpeng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
schedule:
- cron: '0 16 1-31/3 * *'
- cron: '0 16 5-31/5 * *'
# Trigger the workflow manually
workflow_dispatch:

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
ARMLD_DIR=${ARMLD//$'\n'/:}
export PATH=$PATH:"$ARMLD_DIR"
fi
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -r && bash ./mlint -r
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests && make rtest_${{ matrix.ikind }}.${{ matrix.solver }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_flang_kunpeng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
schedule:
- cron: '0 16 2-31/3 * *'
- cron: '0 16 4-31/5 * *'
# Trigger the workflow manually
workflow_dispatch:

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
ARMLD_DIR=${ARMLD//$'\n'/:}
export PATH=$PATH:"$ARMLD_DIR" # For some reason, flang also needs this ld. The system ld does not work.
fi
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -f && bash ./mlint -f
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests && make ftest_${{ matrix.ikind }}.${{ matrix.solver }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_gfortran_kunpeng_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
schedule:
- cron: '0 12 2-31/2 * *'
- cron: '0 12 2-31/5 * *'
# Trigger the workflow manually
workflow_dispatch:

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Conduct the test
shell: bash
run: |
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all # On Kunpeng, perform lintering only for small tests of gfortran
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g # On Kunpeng, perform lintering only for small tests of gfortran
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_gfortran_kunpeng_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
schedule:
- cron: '0 12 1-31/2 * *'
- cron: '0 12 1-31/5 * *'
# Trigger the workflow manually
workflow_dispatch:

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Conduct the test
shell: bash
run: |
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all # On Kunpeng, perform lintering only for small tests of gfortran
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g # On Kunpeng, perform lintering only for small tests of gfortran
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests && make gtest_${{ matrix.ikind }}_r4_d1_tst_c.${{ matrix.solver }} && make gtest_${{ matrix.ikind }}_r4_d1_tst.${{ matrix.solver }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_pi32_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Conduct the test
shell: bash
run: |
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_pi32_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Conduct the test
shell: bash
run: |
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all # On Raspberry Pi, perform lintering only for small tests of gfortran
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g # On Raspberry Pi, perform lintering only for small tests of gfortran
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests && make gtest_${{ matrix.ikind }}_r4_d1_tst_c.${{ matrix.solver }} && make gtest_${{ matrix.ikind }}_r4_d1_tst.${{ matrix.solver }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_pi64_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Conduct the test
shell: bash
run: |
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -g && bash ./mlint -g
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_nvfortran_kunpeng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
schedule:
- cron: '0 16 3-31/3 * *'
- cron: '0 16 3-31/5 * *'
# Trigger the workflow manually
workflow_dispatch:

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Conduct the test
run: |
#cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint --all && bash ./mlint --all
cd "$ROOT_DIR"/fortran/${{ matrix.solver }} && bash ./flint -v && bash ./mlint -v
export FFLAGS=${{ matrix.fflags }}
export TESTDIM=${{ matrix.testdim }}
cd "$ROOT_DIR"/fortran/tests && make vtest_${{ matrix.ikind }}.${{ matrix.solver }}
Expand Down

0 comments on commit 7eecc39

Please sign in to comment.