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

CAPI: Make most presubmits blocking #30709

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ presubmits:
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
path_alias: sigs.k8s.io/cluster-api
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -128,7 +127,6 @@ presubmits:
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
path_alias: sigs.k8s.io/cluster-api
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -196,7 +194,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -234,7 +231,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -269,7 +265,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
decorate: true
optional: true
always_run: false
branches:
- ^release-1.3$
Expand Down Expand Up @@ -275,7 +274,6 @@ presubmits:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
decorate: true
optional: true
always_run: false
branches:
- ^release-1.3$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -261,7 +260,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ presubmits:
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
path_alias: sigs.k8s.io/cluster-api
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -128,7 +127,6 @@ presubmits:
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
path_alias: sigs.k8s.io/cluster-api
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -228,7 +226,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -266,7 +263,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down Expand Up @@ -301,7 +297,6 @@ presubmits:
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
always_run: false
branches:
# The script this job runs is not in all branches.
Expand Down