Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 94ee011

Browse files
jenspinneyAlex Standke
and
Alex Standke
committed
CI: make pipeline trigger on acceptance test changes
This change makes our main git resource in the cf-k8s-pipeline include changes to acceptance tests and other subfolders outside of 'config'. Instead of only looking at the config subdirectory of cf-k8s-networking, our resource now includes any commit except for those that only touch the 'routecontroller' since we have a separate pipeline for that. We also alphabetized the params in one spot of the pipeline.yml [#174216665](https://www.pivotaltracker.com/story/show/174216665) Signed-off-by: Alex Standke <[email protected]> Co-authored-by: Alex Standke <[email protected]>
1 parent 5965814 commit 94ee011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/cf-k8s-pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ resources:
6262
branch: develop
6363
private_key: ((github_private_key.private_key))
6464
uri: [email protected]:cloudfoundry/cf-k8s-networking.git
65-
paths:
66-
- config
65+
ignore_paths:
66+
- routecontroller
6767

6868
- name: cf-k8s-networking-ci
6969
type: git
@@ -256,9 +256,9 @@ jobs:
256256
- task: networking-acceptance-gke-tests
257257
file: cf-k8s-networking-ci/ci/tasks/tests/run-networking-acceptance-gke.yml
258258
params:
259-
INTEGRATION_CONFIG_FILE: "config.json"
260259
CLUSTER_NAME: *ci-test-for-k8s-cluster-name
261260
GCP_SERVICE_ACCOUNT_KEY: ((shared_gcp_account_creds))
261+
INTEGRATION_CONFIG_FILE: "config.json"
262262
- task: destroy-cluster
263263
file: cf-k8s-networking-ci/ci/tasks/cf4k8s/destroy-cluster.yml
264264
params:

0 commit comments

Comments
 (0)