Skip to content

Commit

Permalink
docs: Updated readme with new TPE Concourse URL
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Eltgroth <[email protected]>
Co-authored-by: Ramkumar Vengadakrishnan <[email protected]>
  • Loading branch information
joeeltgroth and ram-pivot committed Nov 21, 2024
1 parent 1480612 commit e2b0d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -34,7 +34,7 @@ python3 generate_pipeline_yml.py
To target the pipeline run the following command

```
fly login -t <desired_target_name> -c https://runway-ci.eng.vmware.com -n ppe-isv
fly login -t <desired_target_name> -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.
Expand Down

0 comments on commit e2b0d8e

Please sign in to comment.