Skip to content

Commit

Permalink
Add k8s-v1.14 to CI Pipeline
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Turner <[email protected]>
  • Loading branch information
Ryan Brushett and dturn committed May 14, 2019
1 parent ab599ee commit 4a94fc7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
steps:
- name: 'Run Test Suite (:kubernetes: 1.14-latest)'
command: bin/ci
agents:
queue: k8s-ci
env:
LOGGING_LEVEL: 4
KUBERNETES_VERSION: v1.14-latest
- name: 'Run Test Suite (:kubernetes: 1.13-latest)'
command: bin/ci
agents:
Expand Down
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
steps:
- name: 'Run Test Suite (:kubernetes: 1.14-latest)'
command: bin/ci
agents:
queue: k8s-ci
env:
LOGGING_LEVEL: 4
KUBERNETES_VERSION: v1.14-latest
- name: 'Run Test Suite (:kubernetes: 1.13-latest)'
command: bin/ci
agents:
Expand Down

0 comments on commit 4a94fc7

Please sign in to comment.