From e2b0d8e1e5860342844dcde2f3ca634df7a741b2 Mon Sep 17 00:00:00 2001 From: Joe Eltgroth Date: Thu, 21 Nov 2024 11:19:36 -0600 Subject: [PATCH] docs: Updated readme with new TPE Concourse URL Co-authored-by: Joe Eltgroth Co-authored-by: Ramkumar Vengadakrishnan --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4408e96..14a0c81 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ you to have intimate knowledge of all the tools involved. - Documentation: [Pivotal Documentation](http://docs.pivotal.io/tiledev/tile-generator.html) - PCF Tile Developers Guide: [Pivotal Documentation](http://docs.pivotal.io/tiledev/index.html) - Roadmap: [Github Issues](https://github.com/cf-platform-eng/tile-generator/issues) -- CI Pipeline: [Runway](https://runway-ci.eng.vmware.com/teams/ppe-isv/pipelines/tile-generator) +- CI Pipeline: [TPE Concourse](https://tpe-concourse-rock.acc.broadcom.net/teams/ppe-isv/pipelines/tile-generator/) ## Continuous Integration GCP project used in CI - **isv-tile-partners** The master branch of this repository is being monitored by -[this Runway pipeline](https://runway-ci.eng.vmware.com/teams/ppe-isv/pipelines/tile-generator). +[this TPE Concourse pipeline](https://tpe-concourse-rock.acc.broadcom.net/teams/ppe-isv/pipelines/tile-generator/). The pipeline verifies that: - The tile generator passes all unit tests in `tile_generator/*_unittest.py` @@ -34,7 +34,7 @@ python3 generate_pipeline_yml.py To target the pipeline run the following command ``` -fly login -t -c https://runway-ci.eng.vmware.com -n ppe-isv +fly login -t -c https://tpe-concourse-rock.acc.broadcom.net -n ppe-isv ``` You need to be a member of the ppe-isv team for the above command to work.