Unverified Commit dcc1e2a2 authored by Travis Nielsen's avatar Travis Nielsen Committed by GitHub
Browse files

Merge pull request #5117 from travisn/test-k8s-1.18

Test rook on K8s 1.18
Showing with 4 additions and 4 deletions
+4 -4
......@@ -116,11 +116,11 @@ pipeline {
stash name: 'repo-amd64',includes: 'ceph-amd64.tar,cockroachdb-amd64.tar,cassandra-amd64.tar,nfs-amd64.tar,yugabytedb-amd64.tar,build/common.sh,_output/tests/linux_amd64/,_output/charts/,tests/scripts/'
script{
def data = [
"aws_1.13.x": "v1.13.12",
"aws_1.14.x": "v1.14.10",
"aws_1.15.x": "v1.15.9",
"aws_1.16.x": "v1.16.6",
"aws_1.17.x": "v1.17.2"
"aws_1.15.x": "v1.15.11",
"aws_1.16.x": "v1.16.8",
"aws_1.17.x": "v1.17.4",
"aws_1.18.x": "v1.18.0"
]
testruns = [:]
for (kv in mapToList(data)) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment