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

Commit

Permalink
CI: make pipeline trigger on acceptance test changes
Browse files Browse the repository at this point in the history
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 <astandke@vmware.com>
Co-authored-by: Alex Standke <astandke@vmware.com>
  • Loading branch information
jenspinney and Alex Standke committed Aug 6, 2020
1 parent 5965814 commit 94ee011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/cf-k8s-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ resources:
branch: develop
private_key: ((github_private_key.private_key))
uri: git@github.com:cloudfoundry/cf-k8s-networking.git
paths:
- config
ignore_paths:
- routecontroller

- name: cf-k8s-networking-ci
type: git
Expand Down Expand Up @@ -256,9 +256,9 @@ jobs:
- task: networking-acceptance-gke-tests
file: cf-k8s-networking-ci/ci/tasks/tests/run-networking-acceptance-gke.yml
params:
INTEGRATION_CONFIG_FILE: "config.json"
CLUSTER_NAME: *ci-test-for-k8s-cluster-name
GCP_SERVICE_ACCOUNT_KEY: ((shared_gcp_account_creds))
INTEGRATION_CONFIG_FILE: "config.json"
- task: destroy-cluster
file: cf-k8s-networking-ci/ci/tasks/cf4k8s/destroy-cluster.yml
params:
Expand Down

0 comments on commit 94ee011

Please sign in to comment.