Skip to content

Commit

Permalink
Use golang-build-legacy and golang-test-legacy.
Browse files Browse the repository at this point in the history
Theres are identical copies of the existing ones, designed to allow
pipeline, dashboard and triggers to switch to them.

- This step uncouples the various projects so that we way then:
  switch pipeline, dashboard and triggers one at the time to a publish
  task and release pipeline that use workspaces, no resources and thus
  the catalog version of golang-build and golang-test
- once the three projects are migrated, the legacy tasks will be
  removed

See tektoncd/plumbing#734

Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Feb 23, 2021
1 parent 968ab27 commit 6039027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
tasks:
- name: unit-tests
taskRef:
name: golang-test
name: golang-test-legacy
params:
- name: package
value: $(params.package)
Expand All @@ -40,7 +40,7 @@ spec:
resource: source-repo
- name: build
taskRef:
name: golang-build
name: golang-build-legacy
params:
- name: package
value: $(params.package)
Expand Down

0 comments on commit 6039027

Please sign in to comment.