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

Commit

Permalink
Remove patch release check from aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Hicks committed Jun 22, 2017
1 parent 87e3837 commit 6717484
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions upgrade-ops-manager/aws/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ jobs:
globs:
- "*AWS.yml"
- get: pcf-pipelines
- task: allow-patch-release-only-check
file: pcf-pipelines/tasks/allow-only-patch-upgrades/task.yml
params:
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_URI: {{opsman_uri}}
PRODUCT_NAME: p-bosh

- task: allow-patch-release-only-check
file: pcf-pipelines/tasks/allow-only-patch-upgrades/task.yml
params:
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_URI: {{opsman_uri}}
PRODUCT_NAME: p-bosh

- name: upgrade-opsmgr
serial: true
Expand Down
15 changes: 8 additions & 7 deletions upgrade-tile/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ jobs:
params:
globs:
- "*pivotal"
- task: allow-patch-release-only-check
file: pcf-pipelines/tasks/allow-only-patch-upgrades/task.yml
params:
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_URI: {{opsman_uri}}
PRODUCT_NAME: {{product_name}}

- task: allow-patch-release-only-check
file: pcf-pipelines/tasks/allow-only-patch-upgrades/task.yml
params:
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_URI: {{opsman_uri}}
PRODUCT_NAME: {{product_name}}

- name: upgrade-tile
plan:
Expand Down

0 comments on commit 6717484

Please sign in to comment.