Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rook
Commits
dcc1e2a2
Unverified
Commit
dcc1e2a2
authored
5 years ago
by
Travis Nielsen
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #5117 from travisn/test-k8s-1.18
Test rook on K8s 1.18
parents
9039c674
a3a7a102
master
mergify/bp/release-1.5/pr-6679
release-1.3
release-1.4
release-1.5
v1.5.1
v1.5.0
v1.5.0-beta.0
v1.5.0-alpha.0
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-beta.0
v1.4.0-alpha.0
v1.3.11
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.3.0-beta.1
v1.3.0-beta.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+4
-4
Jenkinsfile
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
+
4
-
4
View file @
dcc1e2a2
...
...
@@ -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
))
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help