You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint_hosted.yml
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,12 @@ jobs:
91
91
run: bash .github/scripts/install_aocc
92
92
93
93
- name: 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.
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!
0 commit comments