From 50995a2a93c1b3184efb077214a07da93dd384bd Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 21 Apr 2023 13:05:41 -0700 Subject: [PATCH] update integration tests Signed-off-by: Kevin Su --- .github/workflows/checks.yml | 10 +++------- CODEOWNERS | 2 ++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b88ba1b86..edfa18b24 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 @@ -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 diff --git a/CODEOWNERS b/CODEOWNERS index 8da579adf..a688d7727 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 \ No newline at end of file