Skip to content

Commit 6a35ee5

Browse files
authored
fix(tests): remove redundant integration test wf (#11322)
* fix(tests): remove redundant integration test wf Signed-off-by: droctothorpe <[email protected]> * Add paths Signed-off-by: droctothorpe <[email protected]> * Remove integration-test.sh Signed-off-by: droctothorpe <[email protected]> --------- Signed-off-by: droctothorpe <[email protected]>
1 parent 095a794 commit 6a35ee5

File tree

3 files changed

+5
-66
lines changed

3 files changed

+5
-66
lines changed

.github/workflows/kfp-samples.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
pull_request:
88
paths:
99
- '.github/resources/**'
10-
- 'samples/**'
11-
- 'backend/src/v2/**'
1210
- '.github/workflows/kfp-samples.yml'
11+
- '.github/workflows/kubeflow-pipelines-integration-v2.yml'
12+
- 'backend/**'
13+
- 'samples/**'
14+
- 'samples/core/dataflow/**'
15+
- 'samples/core/parameterized_tfx_oss/**'
1316

1417
jobs:
1518
samples:

.github/workflows/kubeflow-pipelines-integration-v2.yml

-39
This file was deleted.

backend/src/v2/test/integration-test.sh

-25
This file was deleted.

0 commit comments

Comments
 (0)