File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -euxo pipefail
4
4
5
- echo " Get first node..."
6
- NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
7
-
8
5
source ci/prow/check-kmm-kmod
6
+ export -f check_kmm_kmod
7
+
8
+ echo " Get first node..."
9
+ export NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
9
10
10
11
echo " Label a node to match selector in Module afterwards..."
11
12
oc label node $NODE task=kmm-ci
Original file line number Diff line number Diff line change 2
2
3
3
set -euxo pipefail
4
4
5
- echo " Deploy KMMO... "
6
- make deploy
5
+ source ci/prow/check-kmm-kmod
6
+ export -f check_kmm_kmod
7
7
8
8
echo " Get first node..."
9
- NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
10
-
11
- source ci/prow/check-kmm-kmod
9
+ export NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
12
10
13
11
echo " Label a node to match selector in Module afterwards..."
14
12
oc label node $NODE task=kmm-ci
15
13
14
+ echo " Deploy KMMO..."
15
+ make deploy
16
+
16
17
echo " Wait until the KMMO Deployment is Available"
17
18
oc wait --for condition=Available --timeout 1m deployments.apps -n kmm-operator-system kmm-operator-controller-manager
18
19
Original file line number Diff line number Diff line change 2
2
3
3
set -euxo pipefail
4
4
5
- echo " Get first node..."
6
- NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
7
-
8
5
source ci/prow/check-kmm-kmod
6
+ export -f check_kmm_kmod
7
+
8
+ echo " Get first node..."
9
+ export NODE=$( oc get nodes -o jsonpath=' {.items..metadata.name}' | awk {' print $1' })
9
10
10
11
echo " Label a node to match selector in Module afterwards..."
11
12
oc label node $NODE task=kmm-ci
You can’t perform that action at this time.
0 commit comments