Skip to content

Commit 919fda8

Browse files
authored
Remove Sleep from all workflows (#134)
* Previously, we used a sleep when the AWS Cred GH action was very new * Now, we don't need the sleep and can run this GH action without issue
1 parent 3c886a8 commit 919fda8

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

.github/workflows/docker-build-corretto-slim.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: gradle/wrapper-validation-action@v1
22-
23-
- run: sleep 5 # there's still a race condition for now
2422
- name: Configure AWS Credentials
2523
uses: aws-actions/configure-aws-credentials@v1
2624
with:

.github/workflows/docker-build-smoke-tests-fake-backend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
with:
2525
java-version: 14
2626
- uses: gradle/wrapper-validation-action@v1
27-
28-
- run: sleep 5 # there's still a race condition for now
2927
- name: Configure AWS Credentials
3028
uses: aws-actions/configure-aws-credentials@v1
3129
with:

.github/workflows/main-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
java-version: 14
2323
- uses: gradle/wrapper-validation-action@v1
24-
25-
- run: sleep 5 # there's still a race condition for now
2624
- name: Configure AWS Credentials
2725
uses: aws-actions/configure-aws-credentials@v1
2826
with:
@@ -64,8 +62,6 @@ jobs:
6462
- uses: actions/setup-java@v1
6563
with:
6664
java-version: 14
67-
68-
- run: sleep 5 # there's still a race condition for now
6965
- name: Configure AWS Credentials
7066
uses: aws-actions/configure-aws-credentials@v1
7167
with:
@@ -94,8 +90,6 @@ jobs:
9490
- uses: actions/setup-java@v1
9591
with:
9692
java-version: 14
97-
98-
- run: sleep 5 # there's still a race condition for now
9993
- name: Configure AWS Credentials
10094
uses: aws-actions/configure-aws-credentials@v1
10195
with:
@@ -124,8 +118,6 @@ jobs:
124118
- uses: actions/setup-java@v1
125119
with:
126120
java-version: 14
127-
128-
- run: sleep 5 # there's still a race condition for now
129121
- name: Configure AWS Credentials
130122
uses: aws-actions/configure-aws-credentials@v1
131123
with:

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
java-version: 14
2323
- uses: gradle/wrapper-validation-action@v1
24-
25-
- run: sleep 5 # there's still a race condition for now
2624
- name: Configure AWS Credentials
2725
uses: aws-actions/configure-aws-credentials@v1
2826
with:

.github/workflows/patch-release-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
- uses: actions/setup-java@v1
6464
with:
6565
java-version: 14
66-
67-
- run: sleep 5 # there's still a race condition for now
6866
- name: Configure AWS Credentials
6967
uses: aws-actions/configure-aws-credentials@v1
7068
with:

.github/workflows/release-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
java-version: 14
2323
- uses: gradle/wrapper-validation-action@v1
24-
25-
- run: sleep 5 # there's still a race condition for now
2624
- name: Configure AWS Credentials
2725
uses: aws-actions/configure-aws-credentials@v1
2826
with:

0 commit comments

Comments
 (0)