Skip to content

Commit

Permalink
Force run tests
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Aug 29, 2024
1 parent 0d098db commit d814165
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:

- name: Run tests
run: ./test/presubmit-backend-visualization.sh
# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ jobs:
with:
name: kfp-tekton-backend-artifacts
path: /tmp/tmp.*/*

# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ jobs:
with:
name: kfp-basic-sample-tests-artifacts
path: /tmp/tmp.*/*
# FORCE RUN
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: Run Frontend Tests
run: cd ./frontend && npm run test:ci

# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kfp-kubernetes-execution-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ jobs:
export KFP_ENDPOINT="http://localhost:8888"
export TIMEOUT_SECONDS=2700
pytest ./test/kfp-kubernetes-execution-tests/sdk_execution_tests.py --asyncio-task-timeout $TIMEOUT_SECONDS
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kfp-kubernetes-library-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:

- name: Run tests
run: ./test/presubmit-test-kfp-kubernetes-library.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kfp-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
- name: Run Samples Tests
run: |
./backend/src/v2/test/sample-test.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kfp-sdk-runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
run: |
export PULL_NUMBER="${{ github.event.inputs.pull_number || github.event.pull_request.number }}"
./test/presubmit-test-kfp-runtime-code.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kfp-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
- name: Run SDK Tests
run: |
./test/presubmit-tests-sdk.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kubeflow-pipelines-integration-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
- name: Run the Integration Tests
run: |
./backend/src/v2/test/integration-test.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/kubeflow-pipelines-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:

- name: Run tests
run: ./manifests/kustomize/hack/presubmit.sh
# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/presubmit-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

- name: Run Backend Tests
run: ./test/presubmit-backend-test.sh

# FORCE RUN
4 changes: 3 additions & 1 deletion .github/workflows/rerun-pr-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- uses: estroz/rerun-actions@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
comment_id: ${{ github.event.comment.id }}
comment_id: ${{ github.event.comment.id }}

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-component-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:

- name: Run component YAML tests
run: ./test/presubmit-component-yaml.sh

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-docformatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:

- name: Run docformatter tests
run: ./test/presubmit-docformatter-sdk.sh

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ jobs:
export KFP_ENDPOINT="http://localhost:8888"
export TIMEOUT_SECONDS=2700
pytest ./test/sdk-execution-tests/sdk_execution_tests.py --asyncio-task-timeout $TIMEOUT_SECONDS
# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:

- name: Run isort tests
run: ./test/presubmit-isort-sdk.sh

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:

- name: Run SDK upgrade tests
run: ./test/presubmit-test-sdk-upgrade.sh

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/sdk-yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:

- name: Run YAPF SDK Tests
run: ./test/presubmit-yapf-sdk.sh

# FORCE RUN
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
- name: Prepare verification tests v2
working-directory: backend/test/v2/integration
run: go test -v ./... -namespace ${NAMESPACE} -args -runUpgradeTests=true -testify.m=Verify

# FORCE RUN

0 comments on commit d814165

Please sign in to comment.