Skip to content

Commit

Permalink
Rename CI task that builds appstudio-utils image
Browse files Browse the repository at this point in the history
The original name build-container does not reflect what the task does.
  • Loading branch information
tkdchen committed Oct 22, 2024
1 parent 7fe56f1 commit edef961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ spec:
workspace: workspace
- name: sast-unicode-check
runAfter:
- build-container
- build-appstudio-utils
taskRef:
name: sast-unicode-check
workspaces:
- name: workspace
workspace: workspace
- name: build-container
- name: build-appstudio-utils
runAfter:
- task-lint-check
params:
Expand All @@ -75,7 +75,7 @@ spec:
workspace: workspace
- name: check-partner-tasks
runAfter:
- build-container
- build-appstudio-utils
taskSpec:
steps:
- name: check-task-structure
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
- name: e2e_test_namespace
value: $(params.e2e_test_namespace)
runAfter:
- build-container
- build-appstudio-utils
workspaces:
- name: source
workspace: workspace
Expand Down
8 changes: 4 additions & 4 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
workspaces:
- name: source
workspace: workspace
- name: build-container
- name: build-appstudio-utils
params:
- name: IMAGE
value: quay.io/konflux-ci/appstudio-utils:{{ revision }}
Expand All @@ -79,11 +79,11 @@ spec:
- name: apply-additional-image-tags
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
value: $(tasks.build-appstudio-utils.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
- build-appstudio-utils
taskRef:
name: apply-tags

Expand All @@ -92,7 +92,7 @@ spec:
- name: revision
value: "$(params.revision)"
runAfter:
- build-container
- build-appstudio-utils
- ec-task-checks
workspaces:
- name: source
Expand Down

0 comments on commit edef961

Please sign in to comment.