ci/README.md in fog-google-1.3.3 vs ci/README.md in fog-google-1.4.0

- old
+ new

@@ -1,46 +1,41 @@ # fog-google CI -This pipeline performs two functions. - -1. Performing an integration test of the -upgrade-google-client branch whenever new changes appear there. - -1. Running integration tests against every PR with the +This pipeline performs integration tests against every PR with the `integrate` label. This allows whitelisted PRs to be tested automatically before being merged. Status is updated on the PR when the test completes. ## Setup In order to run the fog-google Concourse Pipeline you must have an existing [Concourse](http://concourse.ci) environment. -See [Deploying Concourse on Google Compute Engine](https://github.com/cloudfoundry-incubator/bosh-google-cpi-release/blob/master/docs/deploy_concourse.md) +See [Deploying Concourse on Google Compute Engine](https://github.com/cloudfoundry-incubator/bosh-google-cpi-release/blob/master/docs/concourse/README.md) for instructions. To deploy the pipeline: * Download the `fly` binary from the Concourse web interface and place it in your `$PATH`. * Login to your Concourse: ``` -fly -t fog-google login -c <YOUR CONCOURSE URL> +fly -t fog-ci login -c <YOUR CONCOURSE URL> ``` * Update the [credentials.yml](https://github.com/fog/fog-google/blob/master/ci/credentials.yml.tpl) file. See [Credentials Requirements](#credentials-requirements) for specific instructions. * Set the fog-google pipeline: ``` -fly -t fog-google set-pipeline -p fog-google -c pipeline.yml -l credentials.yml +fly -t fog-ci set-pipeline -p fog-google -c pipeline.yml -l credentials.yml ``` * Unpause the fog-google pipeline: ``` -fly -t fog-google unpause-pipeline -p fog-google +fly -t fog-ci unpause-pipeline -p fog-google ``` ## Credentials Requirements Several external pieces of authentication are needed for credentials.yml \ No newline at end of file