From 4d556b183858d07986228756038f7ecb638099c2 Mon Sep 17 00:00:00 2001 From: vmudadla Date: Thu, 3 Oct 2024 13:54:23 -0500 Subject: [PATCH] Update tests for testing purpose --- .github/workflows/ci-checks.yml | 18 +++++++++--------- .github/workflows/kfp-sdk-tests.yml | 1 + .../workflows/kubeflow-pipelines-manifests.yml | 1 + 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index c0473e97388..0cd555b2fa8 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -18,29 +18,29 @@ permissions: jobs: reset_ci_passed_label: if: github.event_name == 'pull_request' && (github.event.action == 'synchronize' || github.event.action == 'reopened') - runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + runs-on: ubuntu-latest steps: - name: Reset ci-passed label status on PR Syncronization run: | echo "Resetting 'ci-passed' label as new changes have been pushed." gh pr edit ${{ github.event.pull_request.number }} --remove-label "ci-passed" --repo $GITHUB_REPOSITORY || echo "Label not present" - + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} check_ci_status: - runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + runs-on: ubuntu-latest steps: - name: Check if all CI checks passed uses: wechuli/allcheckspassed@0b68b3b7d92e595bcbdea0c860d05605720cf479 - with: - GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} + with: delay: '5' retries: '7' polling_interval: '5' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Add 'ci-passed' label if: success() run: | gh pr edit ${{ github.event.pull_request.number }} --add-label "ci-passed" --repo $GITHUB_REPOSITORY + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/kfp-sdk-tests.yml b/.github/workflows/kfp-sdk-tests.yml index 0f0266d8f5d..87f569f2a45 100644 --- a/.github/workflows/kfp-sdk-tests.yml +++ b/.github/workflows/kfp-sdk-tests.yml @@ -28,3 +28,4 @@ jobs: - name: Run SDK Tests run: | ./test/presubmit-tests-sdk.sh +# FORCE RUN \ No newline at end of file diff --git a/.github/workflows/kubeflow-pipelines-manifests.yml b/.github/workflows/kubeflow-pipelines-manifests.yml index d494e2e0d0a..b0fac33d246 100644 --- a/.github/workflows/kubeflow-pipelines-manifests.yml +++ b/.github/workflows/kubeflow-pipelines-manifests.yml @@ -17,3 +17,4 @@ jobs: - name: Run tests run: ./manifests/kustomize/hack/presubmit.sh +# FORCE RUN \ No newline at end of file