-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3bdfc7
commit 324ded7
Showing
1 changed file
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,40 +96,41 @@ jobs: | |
run: cd website && npx playwright install-deps | ||
if: steps.playwright-cache.outputs.cache-hit == 'true' | ||
|
||
# Waits are identical to the update-argocd-metadata.yml file | ||
# Mirror changes to that file | ||
- name: Wait for Config Processor Docker Image | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.sha }} | ||
check-name: Build config-processor Docker Image | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 2 | ||
|
||
- name: Wait for Backend Docker Image | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.sha }} | ||
check-name: Build Backend Docker Image | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 2 | ||
|
||
- name: Wait for Website Docker Image | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.sha }} | ||
check-name: Build Website Docker Image | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 2 | ||
|
||
- name: Wait for Keycloakify Docker Image | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.sha }} | ||
check-name: Build keycloakify Docker Image | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 2 | ||
# End of wait block | ||
# Action misbehaved | ||
# # Waits are identical to the update-argocd-metadata.yml file | ||
# # Mirror changes to that file | ||
# - name: Wait for Config Processor Docker Image | ||
# uses: lewagon/[email protected] | ||
# with: | ||
# ref: ${{ github.sha }} | ||
# check-name: Build config-processor Docker Image | ||
# repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# wait-interval: 2 | ||
|
||
# - name: Wait for Backend Docker Image | ||
# uses: lewagon/[email protected] | ||
# with: | ||
# ref: ${{ github.sha }} | ||
# check-name: Build Backend Docker Image | ||
# repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# wait-interval: 2 | ||
|
||
# - name: Wait for Website Docker Image | ||
# uses: lewagon/[email protected] | ||
# with: | ||
# ref: ${{ github.sha }} | ||
# check-name: Build Website Docker Image | ||
# repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# wait-interval: 2 | ||
|
||
# - name: Wait for Keycloakify Docker Image | ||
# uses: lewagon/[email protected] | ||
# with: | ||
# ref: ${{ github.sha }} | ||
# check-name: Build keycloakify Docker Image | ||
# repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# wait-interval: 2 | ||
# # End of wait block | ||
|
||
- name: Wait for the pods to be ready (timeout 480s) | ||
run: ./.github/scripts/wait_for_pods_to_be_ready.py | ||
|