Skip to content

Commit

Permalink
DNM: Run the e2e regression at mutiple nodes in parallel to check sta…
Browse files Browse the repository at this point in the history
…bility

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon committed Sep 26, 2019
1 parent abdd146 commit 1534da3
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-1.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-1.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-1.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-2.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-2.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-2.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-3.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-3.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-3.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-4.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-4.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-4.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-5.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-5.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.13.3-5.sh
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ teardown() {
make cluster-down
}

export KUBEVIRT_PROVIDER=$TARGET
export KUBEVIRT_PROVIDER=$(echo $TARGET| sed "s/3-.*/3/")

# Make sure that the VM is properly shut down on exit
trap teardown EXIT SIGINT SIGTERM SIGSTOP
Expand Down
5 changes: 5 additions & 0 deletions stdci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
sub-stages:
- k8s-1.13.3
- k8s-1.13.3-1
- k8s-1.13.3-2
- k8s-1.13.3-3
- k8s-1.13.3-4
- k8s-1.13.3-5
- os-3.11.0

runtime_requirements:
Expand Down

0 comments on commit 1534da3

Please sign in to comment.