Skip to content

Commit

Permalink
ci: Separate make wait (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Apr 19, 2021
1 parent 91c08cd commit e93ee4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ jobs:
echo '127.0.0.1 mysql' | sudo tee -a /etc/hosts
- run: make install PROFILE=${{matrix.profile}} E2E_EXECUTOR=${{matrix.containerRuntimeExecutor}} AUTH_MODE=client STATIC_FILES=false DEV_IMAGE=true LOG_LEVEL=info
- run: make start PROFILE=${{matrix.profile}} E2E_EXECUTOR=${{matrix.containerRuntimeExecutor}} AUTH_MODE=client STATIC_FILES=false DEV_IMAGE=true LOG_LEVEL=info 2>&1 > /tmp/log/argo-e2e/argo.log &
- run: make executor-image wait STATIC_FILES=false DEV_IMAGE=true
timeout-minutes: 3
- run: make executor-image STATIC_FILES=false DEV_IMAGE=true
timeout-minutes: 4
- run: make wait
timeout-minutes: 1
- run: make ${{matrix.test}} E2E_TIMEOUT=1m STATIC_FILES=false
- name: Get wait container logs
if: ${{ failure() }}
Expand Down

0 comments on commit e93ee4f

Please sign in to comment.