Skip to content

Commit dd9620d

Browse files
committed
260209.120819.CET [skip ci] revise test_aflang and lint_hosted regarding install_aomp
1 parent 6fe7ed2 commit dd9620d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: bash .github/scripts/install_aocc
9292

9393
- name: Install AOMP
94-
run: bash .github/scripts/install_aomp
94+
run: bash .github/scripts/install_aomp 20 600 # Retry up to 20 times with a delay of 600 seconds (10 minutes) between retries, to avoid transient network issues.
9595

9696
- name: Install gfortran
9797
uses: fortran-lang/setup-fortran@main

.github/workflows/test_aflang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: bash .github/scripts/misc_setup
6767

6868
- name: Install AOMP
69-
run: bash .github/scripts/install_aomp
69+
run: bash .github/scripts/install_aomp 20 600 # Retry up to 20 times with a delay of 600 seconds (10 minutes) between retries, to avoid transient network issues.
7070

7171
- name: Install AOCC
7272
run: bash .github/scripts/install_aocc

0 commit comments

Comments
 (0)