Skip to content

Commit

Permalink
revert to wait image build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Jan 26, 2025
1 parent 4656d4c commit cd8ff69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-with-modulereleasemeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
ITERATIONS: 40
SLEEP_SECONDS: 30
run: ./.github/scripts/release/wait_for_image.sh europe-docker.pkg.dev/kyma-project/dev/lifecycle-manager:PR-2206 ${{ env.ITERATIONS }} ${{ env.SLEEP_SECONDS}}
run: ./.github/scripts/release/wait_for_image.sh ${{ env.IMAGE }} ${{ env.ITERATIONS }} ${{ env.SLEEP_SECONDS}}
e2e-integration:
name: E2E With ModuleReleaseMeta
needs: wait-for-image-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
ITERATIONS: 40
SLEEP_SECONDS: 30
run: ./.github/scripts/release/wait_for_image.sh europe-docker.pkg.dev/kyma-project/dev/lifecycle-manager:PR-2206 ${{ env.ITERATIONS }} ${{ env.SLEEP_SECONDS}}
run: ./.github/scripts/release/wait_for_image.sh ${{ env.IMAGE }} ${{ env.ITERATIONS }} ${{ env.SLEEP_SECONDS}}
e2e-integration:
name: E2E
needs: wait-for-image-build
Expand Down

0 comments on commit cd8ff69

Please sign in to comment.