Skip to content

Commit

Permalink
update job name to match required format
Browse files Browse the repository at this point in the history
job names should match the regex "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"

Signed-off-by: Akhil Mohan <makhil@vmware.com>
  • Loading branch information
akhilerm committed Nov 9, 2022
1 parent 606a3a8 commit fda1098
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ presubmits:
--timeout=65m
"--node-args=--image-config-file=${GOPATH}/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main-presubmit/image-config-presubmit.yaml -node-env=PULL_REFS=$(PULL_REFS)"
- name: pull-containerd-release-1.5-node-e2e
- name: pull-containerd-node-e2e-1-5
always_run: true
max_concurrency: 8
decorate: true
Expand All @@ -96,14 +96,14 @@ presubmits:
path_alias: k8s.io/test-infra
annotations:
testgrid-dashboards: sig-node-containerd
testgrid-tab-name: pull-containerd-release-1.5-node-e2e
testgrid-tab-name: pull-containerd-node-e2e-1-5
description: run node e2e tests
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- name: pull-containerd-node-e2e
- name: pull-containerd-node-e2e-1-5
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20221024-d0c013ee2d-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
Expand Down

0 comments on commit fda1098

Please sign in to comment.