Skip to content

Commit

Permalink
chore(ci): remove driver build code since it is no longer necessary (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Nov 22, 2023
1 parent 1811dc7 commit 509f53c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 1 addition & 32 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
default: "api-server persistenceagent metadata-writer scheduledworkflow cache-server frontend pipelineloop-controller pipelineloop-webhook kubeclient"
- name: v2-images
description: a v2 image list for publishing
default: "tekton-kfptask-controller tekton-kfptask-webhook tekton-exithandler-controller tekton-exithandler-webhook tekton-driver"
default: "tekton-kfptask-controller tekton-kfptask-webhook tekton-exithandler-controller tekton-exithandler-webhook"
- name: many-edge-duration
description: duration threshold for many edge pipeline
value: "7"
Expand Down Expand Up @@ -503,37 +503,6 @@ spec:
workspaces:
- name: task-pvc
workspace: pipeline-pvc
- name: containerize-tekton-driver
runAfter:
- test
- build-images-api-server
- build-images-persistenceagent
- build-images-cacheserver
- build-images-scheduledworkflow
taskRef:
name: build-images-dnd
params:
- name: apikey
value: $(params.apikey)
- name: image-name
value: tekton-driver
- name: docker-root
value: tekton-catalog/tekton-driver
- name: docker-file
value: tekton-catalog/tekton-driver/Dockerfile.tektondriver
- name: registry-url
value: $(params.registry-url)
- name: registry-namespace
value: $(params.registry-namespace)
- name: docker-username
value: iamapikey
- name: docker-password
value: $(params.docker-password)
- name: run-task
value: image
workspaces:
- name: task-pvc
workspace: pipeline-pvc
- name: containerize-pipelineloop-webhook
runAfter:
- build-pipeline-loops-binaries
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ build-v2-custom-controller-images: \
build-tekton-exithandler-webhook-image \
build-tekton-kfptask-controller-image \
build-tekton-kfptask-webhook-image \
build-tekton-driver-image \
## Build V2 Tekton custom task controller images
@echo "$@: OK"

Expand Down Expand Up @@ -256,7 +255,6 @@ run-go-unittests: \
run-cacheserver-unittests \
run-tekton-exithandler-unittests \
run-tekton-kfptask-unittests \
run-tekton-driver-unittests \
## Verify go backend unit tests
@echo "$@: OK"

Expand Down

0 comments on commit 509f53c

Please sign in to comment.