Skip to content

Commit

Permalink
231227.035919.HKT disable test_absoft; absoft Fortran compiler cannot…
Browse files Browse the repository at this point in the history
… be supported anymore
  • Loading branch information
zaikunzhang committed Dec 26, 2023
1 parent 95b9f07 commit fa96c6e
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ jobs:
if: github.event.inputs.git-ref == ''
with:
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive

- name: Miscellaneous setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
if: github.event.inputs.git-ref == ''
with:
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive

- name: Miscellaneous setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ jobs:
if: github.event.inputs.git-ref == ''
with:
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive

- name: Link gfortran for MATLAB on Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stress_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
if: github.event.inputs.git-ref == ''
with:
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
submodules: recursive

- name: Link gfortran for MATLAB on Linux
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test_gfortran_O12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
with:
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.

- name: Setup Fortran
id: setup_fortran
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_gfortran_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
with:
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.

- name: Setup Fortran
id: setup_fortran
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_gfortran_gO3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
with:
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.

- name: Setup Fortran
id: setup_fortran
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ jobs:
with:
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.
- name: Clone Repository (Custom Ref)
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
submodules: recursive
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
# As of 230425, checkout with ssh fails frequently on Windows runners.
# As of 231227, checkout with ssh fails frequently on Windows runners.

- name: Miscellaneous setup
run: bash .github/scripts/misc_setup
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ to distribute this large amount of tests to multiple Team accounts as follows.

- [![CMake build](https://github.com/libprima/prima/actions/workflows/cmake.yml/badge.svg)](https://github.com/libprima/prima/actions/workflows/cmake.yml)
- [![CMake build / nagfor](https://github.com/libprima/prima/actions/workflows/cmake_nagfor.yml/badge.svg)](https://github.com/libprima/prima/actions/workflows/cmake_nagfor.yml)
- [![Test Absoft](https://github.com/libprima/prima/actions/workflows/test_absoft.yml/badge.svg)](https://github.com/libprima/prima/actions/workflows/test_absoft.yml)
- [![Test nagfor](https://github.com/libprima/prima/actions/workflows/test_nagfor.yml/badge.svg)](https://github.com/libprima/prima/actions/workflows/test_nagfor.yml)
- [![Lint the Fortran code and the MEX gateways with nagfor](https://github.com/libprima/prima/actions/workflows/lint_nagfor.yml/badge.svg)](https://github.com/libprima/prima/actions/workflows/lint_nagfor.yml)

Expand Down

0 comments on commit fa96c6e

Please sign in to comment.