Skip to content

Commit

Permalink
Move CI pipeline to Hush House.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboldt committed Jun 28, 2019
1 parent 07a301e commit f15e717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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: [Concourse](https://concourse.cfplatformeng.com/teams/main/pipelines/tile-generator)
- CI Pipeline: [Concourse](https://hush-house.pivotal.io/teams/PE/pipelines/tile-generator)

## Continuous Integration

The master branch of this repository is being monitored by
[this Concourse pipeline](https://concourse.cfplatformeng.com/teams/main/pipelines/tile-generator).
[this Concourse pipeline](https://hush-house.pivotal.io/teams/PE/pipelines/tile-generator).
The pipeline verifies that:

- The tile generator passes all unit tests in `tile_generator/*_unittest.py`
Expand Down
12 changes: 6 additions & 6 deletions ci/pipeline.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ resources:
hostname: environments.toolsmiths.cf-app.com
pool_name: us_{{cluster}}
tags:
- platform-eng-vsphere{% if not loop.last %}
- toolsmiths-shared-vsphere{% if not loop.last %}

{% endif %}{% endfor %}

Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
params:
action: claim
tags:
- platform-eng-vsphere
- toolsmiths-shared-vsphere

- name: deploy-tile-{{ cluster }}
disable_manual_trigger: true
Expand All @@ -608,7 +608,7 @@ jobs:
passed: [ claim-{{ cluster }} ]
trigger: true
tags:
- platform-eng-vsphere
- toolsmiths-shared-vsphere
- task: run-deploy-tile
image: tile-generator-docker-image
config:
Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
passed: [ deploy-tile-{{ cluster }} ]
trigger: true
tags:
- platform-eng-vsphere
- toolsmiths-shared-vsphere
- get: tile-generator-repo
passed: [ deploy-tile-{{ cluster }} ]
- get: version
Expand Down Expand Up @@ -683,7 +683,7 @@ jobs:
passed: [ deployment-tests-{{ cluster }} ]
trigger: true
tags:
- platform-eng-vsphere
- toolsmiths-shared-vsphere
- get: tile-generator-repo
passed: [ deployment-tests-{{ cluster }} ]
- get: version
Expand Down Expand Up @@ -716,7 +716,7 @@ jobs:
action: unclaim
env_file: pcf-environment-{{ cluster }}/metadata
tags:
- platform-eng-vsphere{% if not loop.last %}
- toolsmiths-shared-vsphere{% if not loop.last %}

{% endif %}{% endfor %}{% raw %}

Expand Down

0 comments on commit f15e717

Please sign in to comment.