Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sunset experimental: disable all experimental cronjobs and builds #2300

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ tide:
- tektoncd/cli
- tektoncd/community
- tektoncd/dashboard
- tektoncd/experimental
- tektoncd/friends
- tektoncd/hub
- tektoncd/operator
Expand Down Expand Up @@ -136,7 +135,6 @@ tide:
tektoncd/cli: rebase
tektoncd/community: rebase
tektoncd/dashboard: rebase
tektoncd/experimental: rebase
tektoncd/friends: rebase
tektoncd/hub: rebase
tektoncd/operator: rebase
Expand Down Expand Up @@ -881,86 +879,6 @@ presubmits:
limits:
cpu: 3500m
memory: 8Gi
tektoncd/experimental:
- name: pull-tekton-experimental-build-tests
labels:
preset-presubmit-sh: "true"
agent: kubernetes
always_run: true
decorate: true
rerun_command: "/test pull-tekton-experimental-build-tests"
trigger: "(?m)^/test (all|pull-tekton-experimental-build-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
args:
- "--scenario=kubernetes_execute_bazel"
- "--clean"
- "--job=$(JOB_NAME)"
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--service-account=/etc/test-account/service-account.json"
- "--upload=gs://tekton-prow/pr-logs"
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
- "--build-tests"
- name: pull-tekton-experimental-unit-tests
labels:
preset-presubmit-sh: "true"
agent: kubernetes
always_run: true
decorate: true
rerun_command: "/test pull-tekton-experimental-unit-tests"
trigger: "(?m)^/test (all|pull-tekton-experimental-unit-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
args:
- "--scenario=kubernetes_execute_bazel"
- "--clean"
- "--job=$(JOB_NAME)"
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--service-account=/etc/test-account/service-account.json"
- "--upload=gs://tekton-prow/pr-logs"
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
- "--unit-tests"
- name: pull-tekton-experimental-integration-tests
labels:
preset-presubmit-sh: "true"
preset-dind-enabled: "true"
agent: kubernetes
always_run: true
decorate: true
rerun_command: "/test pull-tekton-experimental-integration-tests"
trigger: "(?m)^/test (all|pull-tekton-experimental-integration-tests),?(\\s+|$)"
spec:
containers:
- image: ghcr.io/tektoncd/plumbing/test-runner:v20240701-65c50ec2ee@sha256:3041dfd469504cd36d3119a0f8057061f9e401eccb7d46462bdfeffdb8948356 # go 1.22, kind 0.23, ko 0.15.4, go-license 1.0
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
args:
- "--scenario=kubernetes_execute_bazel"
- "--clean"
- "--job=$(JOB_NAME)"
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--service-account=/etc/test-account/service-account.json"
- "--upload=gs://tekton-prow/pr-logs"
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
- "--integration-tests"
tektoncd/hub:
- name: pull-tekton-hub-build-tests
labels:
Expand Down
2 changes: 0 additions & 2 deletions tekton/cronjobs/dogfooding/releases/cel-nightly/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions tekton/cronjobs/dogfooding/releases/cel-nightly/cronjob.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions tekton/cronjobs/dogfooding/releases/wait-task-nightly/cronjob.yaml

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions tekton/cronjobs/dogfooding/releases/workflows-nightly/cronjob.yaml

This file was deleted.

This file was deleted.

Loading