Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 21, 2023
1 parent 43f5bde commit 50995a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,12 @@ jobs:
make end2end_execute
integration-tests:
needs: [ changes, docker-build ]
needs: docker-build
if: needs.changes.outputs.packages != '[]'
strategy:
fail-fast: false
matrix:
package: ${{ fromJSON(needs.changes.outputs.packages) }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ matrix.package }}
working-directory: flyteadmin
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -236,7 +232,7 @@ jobs:
kubectl get pods -n kube-system
echo "current-context:" $(kubectl config current-context)
echo "environment-kubeconfig:" ${KUBECONFIG}
IMAGE_NAME=${{ github.event.repository.name }} IMAGE=flyteorg/${{ github.event.repository.name }}:builder make k8s_integration_execute
IMAGE_NAME=flyteadmin IMAGE=flyteorg/flyteadmin:builder make k8s_integration_execute
go-generate:
needs: changes
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.

/datacatalog @kumare3 @wild-endeavor
/flyteadmin @katrogan @wild-endeavor @EngHabu @kumare3 @pmahindrakar-oss @hamersaw @eapolinario
/flytecopilot @EngHabu @kumare3
/flytectl @kumare3 @enghabu @wild-endeavor
/flytepropeller @kumare3 @EngHabu @hamersaw
/flytestdlib @EngHabu @katrogan @kumare3 @wild-endeavor

0 comments on commit 50995a2

Please sign in to comment.