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 Oct 3, 2019
1 parent 7e9fac8 commit 3512741
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-1.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-1.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-1.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-2.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-2.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-2.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-3.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-3.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-3.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-4.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-4.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-4.sh
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-5.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-5.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.14.6-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/6-.*/6/")

# Make sure that the VM is properly shut down on exit
trap teardown EXIT SIGINT SIGTERM SIGSTOP
Expand Down
2 changes: 1 addition & 1 deletion hack/install-kubevirtci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

organization=kubevirt
commit="c183644534f59c24e012940127c2c3a361510848"
commit="9ae4145c8f230a7a4ea32997e9fadc8ca049731a"

script_dir=$(dirname "$(readlink -f "$0")")
kubevirtci_dir=kubevirtci
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.14.6
- k8s-1.14.6-1
- k8s-1.14.6-2
- k8s-1.14.6-3
- k8s-1.14.6-4
- k8s-1.14.6-5
- os-3.11.0

runtime_requirements:
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/default_bridged_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import (
nmstatev1alpha1 "github.com/nmstate/kubernetes-nmstate/pkg/apis/nmstate/v1alpha1"
)

// FIXME: We have to fix this test https://github.com/nmstate/kubernetes-nmstate/issues/192
var _ = PDescribe("NodeNetworkConfigurationPolicy default bridged network", func() {
var _ = Describe("NodeNetworkConfigurationPolicy default bridged network", func() {
createBridgeOnTheDefaultInterface := nmstatev1alpha1.State(`interfaces:
- name: brext
type: linux-bridge
Expand Down

0 comments on commit 3512741

Please sign in to comment.