Skip to content

Commit

Permalink
Merge pull request #18634 from anthonyrtong/ci-test-infra-multiple-co…
Browse files Browse the repository at this point in the history
…ntainer-test

Job to test Multiple Containers
  • Loading branch information
k8s-ci-robot authored Aug 3, 2020
2 parents 1bd82ca + 0e2ffe0 commit 86ee5af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/jobs/kubernetes/test-infra/test-infra-canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,22 @@ periodics:
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: benchmark-demo
description: Demoing JUnit golang benchmark results.
- interval: 10m
name: ci-test-infra-multiple-container-test
decorate: true
spec:
containers:
- name: test-1
image: alpine
command: ["/bin/echo"]
args: ["I am the first container"]
- name: test-2
image: alpine
command: ["/bin/echo"]
args: ["I am the second container"]
annotations:
testgrid-alert-email: [email protected]
ProwMultipleContainerSupport: Yes, I know what I'm doing.
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: multiple-container-test
description: echo from two different containers

0 comments on commit 86ee5af

Please sign in to comment.