merge helm-test job into latest-image job

This commit is contained in:
Dr Nic Williams 2018-11-19 13:21:23 +10:00
parent aa5cf05b97
commit 7158cf9181
1 changed files with 0 additions and 12 deletions

View File

@ -72,7 +72,6 @@ groups:
- name: (( grab meta.name ))
jobs:
- latest-image
- helm-test
- rc
- shipit
- install-published
@ -84,7 +83,6 @@ groups:
jobs:
- name: latest-image
public: true
serial_groups: [test-image]
plan:
- get: git
trigger: true
@ -98,16 +96,6 @@ jobs:
username: (( grab meta.slack.username ))
icon_url: (( grab meta.slack.icon ))
text: '(( concat meta.slack.fail_url " " meta.pipeline ": patch job failed" ))'
- name: helm-test
public: true
serial_groups: [test-image] # to ensure :latest is what comes from image-latest above
plan:
- aggregate:
- { get: git }
- { get: image-latest, params: {skip_download: true} }
# - { get: git, passed: [latest-image], trigger: true }
# - { get: image-latest, passed: [latest-image], params: {skip_download: true} }
- name: build-chart
task: build-chart
config: