From 7158cf9181607d40f4f758a4d7e870f890bc0d74 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Mon, 19 Nov 2018 13:21:23 +1000 Subject: [PATCH] merge helm-test job into latest-image job --- ci/pipeline.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a06d1d2..9f9dacf 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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: