Skip to content

Commit

Permalink
Merge pull request #30605 from killianmuldoon/pr-capi-drop-pr-informing
Browse files Browse the repository at this point in the history
Cluster API: Drop PR-Informing test
  • Loading branch information
k8s-ci-robot authored Sep 4, 2023
2 parents 8a57665 + d2f770c commit 37f041a
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,38 +189,6 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-e2e-main
- name: pull-cluster-api-e2e-informing-main
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
decorate: true
decoration_config:
gcs_credentials_secret: "" # Use workload identity for uploading artifacts
optional: true
branches:
# The script this job runs is not in all branches.
- ^main$
path_alias: sigs.k8s.io/cluster-api
run_if_changed: '^((api|bootstrap|cmd|config|controllers|controlplane|errors|exp|feature|hack|internal|scripts|test|util|webhooks|version)/|main\.go|go\.mod|go\.sum|Dockerfile|Makefile)'
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-1.28
args:
- runner.sh
- "./scripts/ci-e2e.sh"
env:
- name: GINKGO_FOCUS
value: "\\[PR-Informing\\]"
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
requests:
cpu: 7300m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-e2e-informing-main
- name: pull-cluster-api-e2e-full-dualstack-and-ipv6-main
labels:
preset-dind-enabled: "true"
Expand Down

0 comments on commit 37f041a

Please sign in to comment.