-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for other init container failures
- Loading branch information
1 parent
71b1c9b
commit 7cdeeb7
Showing
7 changed files
with
209 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
steps: | ||
- label: ":x:" | ||
agents: | ||
queue: "{{.queue}}" | ||
plugins: | ||
- kubernetes: | ||
podSpec: | ||
initContainers: | ||
- name: broken | ||
image: buildkite/agent:latest | ||
command: | ||
- "well this isn't going to work" | ||
containers: # one command needed to make a valid podspec | ||
- name: load-bearing | ||
image: buildkite/agent:latest | ||
command: | ||
- "echo romeo romeo oscar romeo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
steps: | ||
- label: ":x:" | ||
agents: | ||
queue: "{{.queue}}" | ||
plugins: | ||
- kubernetes: | ||
podSpec: | ||
containers: | ||
- image: buildkite/agent:latest plus some extra junk | ||
command: | ||
- "true" |
Oops, something went wrong.