Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed May 3, 2019
1 parent d769a38 commit 1b1351e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions kinder/ci/workflows/upgrade-stable-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars:
clusterName: kinder-upgrade
tasks:
# Important! this worflow is using locally defined task instead of the shared upgrade-task.yaml
# because e2e-kubeadm is execute after the upgrade (nb. e2e-kubeadm was heavily refactored in v1.15 cycle)
# because e2e-kubeadm is executed after the upgrade (nb. e2e-kubeadm was heavily refactored in v1.15 cycle)
- name: pull-base-image
description: |
pulls kindest/base image with docker in docker and all the prerequisites necessary for running kind(er)
Expand Down Expand Up @@ -93,7 +93,7 @@ tasks:
args:
- test
- e2e-kubeadm
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=02-e2e-kubeadm-after-upgrade
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=e2e-kubeadm-after-upgrade
- --name={{ .vars.clusterName }}
- name: cluster-info-after
description: |
Expand All @@ -110,7 +110,7 @@ tasks:
args:
- test
- e2e
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=03-e2e-after-upgrade
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=e2e-after-upgrade
- --parallel
- --name={{ .vars.clusterName }}
timeout: 25m
Expand Down
2 changes: 1 addition & 1 deletion kinder/ci/workflows/upgrade-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tasks:
args:
- test
- e2e
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=03-e2e-after-upgrade
- --test-flags=--report-dir={{ .env.ARTIFACTS }} --report-prefix=e2e-after-upgrade
- --parallel
- --name={{ .vars.clusterName }}
timeout: 25m
Expand Down

0 comments on commit 1b1351e

Please sign in to comment.