Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO-NOT-MERGE - Force run tests #11220

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ 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 @@ -195,3 +195,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/gcpc-modules-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:

- name: Run test
run: pytest ./test/gcpc-tests/run_all_gcpc_modules.py
# 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 @@ -71,3 +71,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 @@ -33,3 +33,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 @@ -33,3 +33,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 @@ -37,3 +37,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
1 change: 1 addition & 0 deletions .github/workflows/sdk-component-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:

- name: Run component YAML tests
run: ./test/presubmit-component-yaml.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/sdk-docformatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:

- name: Run docformatter tests
run: ./test/presubmit-docformatter-sdk.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/sdk-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ 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
1 change: 1 addition & 0 deletions .github/workflows/sdk-isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:

- name: Run isort tests
run: ./test/presubmit-isort-sdk.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/sdk-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:

- name: Run SDK upgrade tests
run: ./test/presubmit-test-sdk-upgrade.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/sdk-yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:

- name: Run YAPF SDK Tests
run: ./test/presubmit-yapf-sdk.sh
# FORCE RUN
1 change: 1 addition & 0 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ 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
Loading