Skip to content

Commit

Permalink
Hotfix docker image cache key in end2end test (flyteorg#360)
Browse files Browse the repository at this point in the history
* Added hotfix for end2end test

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Mar 2, 2022
1 parent 1b7960f commit 1d8c521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flyteadmin/.github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
uses: flyteorg/flytetools/.github/workflows/end2end.yml@master
with:
priorities: "P0"
cache_key: ${{ needs.docker-build.outputs.cache_key }}

integration:
name: Integration Test
needs: [docker-build]
uses: flyteorg/flytetools/.github/workflows/integration.yml@master
with:
cache_key: ${{ needs.docker-build.outputs.cache_key }}

generate:
name: Check Go Gennerate
Expand Down

0 comments on commit 1d8c521

Please sign in to comment.