Skip to content

Commit 2fca603

Browse files
committed
260210.121627.CET [skip ci] revise comments in yml
1 parent 8e715cb commit 2fca603

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint_hosted.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
run: bash .github/scripts/install_aocc
9292

9393
- name: Install AOMP
94-
# Retry up to 10 times with a delay of 600 seconds (10 minutes) between retries, to avoid
95-
# transient network issues. If the installation still fails after all retries, we let it
96-
# fail silently and continue with the test. This is fine since there are many tests with
97-
# other compilers, and since the AOMP compiler is tested in test_aflang.html. If we try too
98-
# many times, there may not be enough time left for the test to run anyway!
94+
# Retry up to 10 times with a delay of 600 seconds between retries, to avoid transient
95+
# network issues. If the installation still fails after all retries, we let it fail silently
96+
# and continue with the test. This is fine since there are many tests with other compilers,
97+
# and since the AOMP compiler is tested in test_aflang.html. If we try too many times, there
98+
# may not be enough time left for the test to run anyway!
9999
run: bash .github/scripts/install_aomp 10 600 || true
100100

101101
- name: Install gfortran

.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 20 600 # Retry up to 20 times with a delay of 600 seconds (10 minutes) between retries, to avoid transient network issues.
69+
run: bash .github/scripts/install_aomp 20 600 # Retry up to 20 times with a delay of 600 seconds between retries, to avoid transient network issues.
7070

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

0 commit comments

Comments
 (0)