Skip to content

Commit

Permalink
feat(apps/prod/tekton/configs): switch to new darwin build pipeline i…
Browse files Browse the repository at this point in the history
…n trigger templates

switch to pipeline: `pingcap-build-package-darwin-v2`

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 10, 2024
1 parent e38d1aa commit 10125e1
Showing 1 changed file with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
- name: registry
value: $(tt.params.registry)
- name: force-builder-image
value: $(tt.params.force-builder-image)
value: $(tt.params.force-builder-image)
taskRunSpecs:
- pipelineTaskName: build-binaries
taskPodTemplate:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
"tibuild.pingcap.net/platform": darwin/amd64
spec:
pipelineRef:
name: pingcap-build-package-darwin
name: pingcap-build-package-darwin-v2
params:
- name: git-url
value: $(tt.params.git-url)
Expand All @@ -211,14 +211,18 @@ spec:
value: $(tt.params.git-ref)
- name: component
value: $(tt.params.component)
- name: profile
value: $(tt.params.profile)
- name: os
value: darwin
- name: arch
value: amd64
- name: profile
value: $(tt.params.profile)
- name: registry
value: $(tt.params.registry)
- name: force-builder-image
value: $(tt.params.force-builder-image)
value: $(tt.params.force-builder-image)
- name: boskos-server-url
value: http://boskos.apps.svc
taskRunSpecs:
- pipelineTaskName: acquire-mac-machine
taskPodTemplate:
Expand Down Expand Up @@ -264,7 +268,7 @@ spec:
"tibuild.pingcap.net/platform": darwin/arm64
spec:
pipelineRef:
name: pingcap-build-package-darwin
name: pingcap-build-package-darwin-v2
params:
- name: git-url
value: $(tt.params.git-url)
Expand All @@ -276,14 +280,18 @@ spec:
value: $(tt.params.git-ref)
- name: component
value: $(tt.params.component)
- name: profile
value: $(tt.params.profile)
- name: os
value: darwin
- name: arch
value: arm64
- name: profile
value: $(tt.params.profile)
- name: registry
value: $(tt.params.registry)
- name: force-builder-image
value: $(tt.params.force-builder-image)
value: $(tt.params.force-builder-image)
- name: boskos-server-url
value: http://boskos.apps.svc
taskRunSpecs:
- pipelineTaskName: acquire-mac-machine
taskPodTemplate:
Expand Down

0 comments on commit 10125e1

Please sign in to comment.