Skip to content

Commit 9260ef5

Browse files
committed
Remove tektoncd/cli prow jobs
With tektoncd/cli#2516 those are no more needed. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 582146c commit 9260ef5

File tree

1 file changed

+0
-147
lines changed

1 file changed

+0
-147
lines changed

prow/config.yaml

Lines changed: 0 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -620,153 +620,6 @@ presubmits:
620620
limits:
621621
cpu: 4000m
622622
memory: 8Gi
623-
624-
tektoncd/cli:
625-
- name: pull-tekton-cli-build-tests
626-
labels:
627-
preset-presubmit-sh: "true"
628-
agent: kubernetes
629-
always_run: true
630-
decorate: true
631-
rerun_command: "/test pull-tekton-cli-build-tests"
632-
trigger: "(?m)^/test (all|pull-tekton-cli-build-tests),?(\\s+|$)"
633-
spec:
634-
containers:
635-
- image: ghcr.io/tektoncd/plumbing/test-runner:v20250122-f1b2461323@sha256:84aaa9da31caba929e55f77151bfe74a4958f32abc386d3c9b1ceed3d6c72653 # go 1.23, kind 0.23, ko 0.15.4, go-license 1.0
636-
imagePullPolicy: Always
637-
command:
638-
- /usr/local/bin/entrypoint.sh
639-
args:
640-
- "--scenario=kubernetes_execute_bazel"
641-
- "--clean"
642-
- "--job=$(JOB_NAME)"
643-
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
644-
- "--root=/go/src"
645-
- "--service-account=/etc/test-account/service-account.json"
646-
- "--upload=gs://tekton-prow/pr-logs"
647-
- "--" # end bootstrap args, scenario args below
648-
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
649-
- "./test/presubmit-tests.sh"
650-
- "--build-tests"
651-
resources:
652-
requests:
653-
cpu: 2000m
654-
memory: 4Gi
655-
limits:
656-
cpu: 4000m
657-
memory: 8Gi
658-
- name: pull-tekton-cli-build-cross-tests
659-
labels:
660-
preset-presubmit-sh: "true"
661-
agent: kubernetes
662-
always_run: true
663-
decorate: true
664-
rerun_command: "/test pull-tekton-cli-build-cross-tests"
665-
trigger: "(?m)^/test (all|pull-tekton-cli-build-cross-tests),?(\\s+|$)"
666-
spec:
667-
containers:
668-
- image: ghcr.io/tektoncd/plumbing/test-runner:v20250122-f1b2461323@sha256:84aaa9da31caba929e55f77151bfe74a4958f32abc386d3c9b1ceed3d6c72653 # go 1.23, kind 0.23, ko 0.15.4, go-license 1.0
669-
imagePullPolicy: Always
670-
command:
671-
- /usr/local/bin/entrypoint.sh
672-
args:
673-
- "--scenario=kubernetes_execute_bazel"
674-
- "--clean"
675-
- "--job=$(JOB_NAME)"
676-
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
677-
- "--root=/go/src"
678-
- "--service-account=/etc/test-account/service-account.json"
679-
- "--upload=gs://tekton-prow/pr-logs"
680-
- "--" # end bootstrap args, scenario args below
681-
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
682-
- "./test/presubmit-tests.sh"
683-
- "--build-cross-tests"
684-
resources:
685-
requests:
686-
cpu: 2000m
687-
memory: 4Gi
688-
limits:
689-
cpu: 4000m
690-
memory: 8Gi
691-
- name: pull-tekton-cli-unit-tests
692-
labels:
693-
preset-presubmit-sh: "true"
694-
agent: kubernetes
695-
always_run: true
696-
decorate: true
697-
rerun_command: "/test pull-tekton-cli-unit-tests"
698-
trigger: "(?m)^/test (all|pull-tekton-cli-unit-tests),?(\\s+|$)"
699-
spec:
700-
containers:
701-
- image: ghcr.io/tektoncd/plumbing/test-runner:v20250122-f1b2461323@sha256:84aaa9da31caba929e55f77151bfe74a4958f32abc386d3c9b1ceed3d6c72653 # go 1.23, kind 0.23, ko 0.15.4, go-license 1.0
702-
imagePullPolicy: Always
703-
command:
704-
- /usr/local/bin/entrypoint.sh
705-
args:
706-
- "--scenario=kubernetes_execute_bazel"
707-
- "--clean"
708-
- "--job=$(JOB_NAME)"
709-
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
710-
- "--root=/go/src"
711-
- "--service-account=/etc/test-account/service-account.json"
712-
- "--upload=gs://tekton-prow/pr-logs"
713-
- "--" # end bootstrap args, scenario args below
714-
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
715-
- "./test/presubmit-tests.sh"
716-
- "--unit-tests"
717-
resources:
718-
requests:
719-
cpu: 2000m
720-
memory: 4Gi
721-
limits:
722-
cpu: 4000m
723-
memory: 8Gi
724-
- name: pull-tekton-cli-integration-tests
725-
labels:
726-
preset-presubmit-sh: "true"
727-
preset-dind-enabled: "true"
728-
preset-kind-volume-mounts: "true"
729-
agent: kubernetes
730-
always_run: true
731-
decorate: true
732-
rerun_command: "/test pull-tekton-cli-integration-tests"
733-
trigger: "(?m)^/test (all|pull-tekton-cli-integration-tests),?(\\s+|$)"
734-
spec:
735-
nodeSelector:
736-
cloud.google.com/gke-ephemeral-storage-local-ssd: "true"
737-
cloud.google.com/gke-nodepool: n2-standard-4-kind
738-
tolerations:
739-
- key: kind-only
740-
operator: Equal
741-
value: "true"
742-
effect: NoSchedule
743-
containers:
744-
- image: ghcr.io/tektoncd/plumbing/test-runner:v20250122-f1b2461323@sha256:84aaa9da31caba929e55f77151bfe74a4958f32abc386d3c9b1ceed3d6c72653 # go 1.23, kind 0.23, ko 0.15.4, go-license 1.0
745-
imagePullPolicy: Always
746-
securityContext:
747-
privileged: true
748-
command:
749-
- /usr/local/bin/entrypoint.sh
750-
args:
751-
- "--service-account=/etc/test-account/service-account.json"
752-
- "--" # end bootstrap args, scenario args below
753-
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
754-
- "/usr/local/bin/kind-e2e"
755-
- "--k8s-version"
756-
- "v1.28.x"
757-
- "--nodes"
758-
- "3"
759-
- "--e2e-script"
760-
- "./test/e2e-tests.sh"
761-
- "--e2e-env"
762-
- "./test/e2e-tests-kind-prow.env"
763-
resources:
764-
requests:
765-
cpu: 3500m
766-
memory: 4Gi
767-
limits:
768-
cpu: 3500m
769-
memory: 8Gi
770623
tektoncd/hub:
771624
- name: pull-tekton-hub-build-tests
772625
labels:

0 commit comments

Comments
 (0)