Skip to content

Commit 4f97213

Browse files
authored
Merge pull request #23 from akalenyu/report-degraded
Aggregate failed workload conditions into CR
2 parents f3cc58c + 407ea84 commit 4f97213

File tree

6 files changed

+717
-654
lines changed

6 files changed

+717
-654
lines changed

examples/sample-operator/automation/test.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ make cluster-down
3232
make cluster-up
3333
make cluster-sync
3434

35-
./automation/execute-tests.sh
35+
./automation/execute-tests.sh
36+
37+
# Unit tests
38+
cd "$(git rev-parse --show-toplevel)"
39+
go test -v ./...

examples/sample-operator/cluster/kubevirtci.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.18'}
16-
export KUBEVIRTCI_VERSION=${KUBEVIRTCI_VERSION:-'463da29b9cbdcaa22daed3a8ef5c5e864f582b0b'}
15+
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.24'}
16+
export KUBEVIRTCI_VERSION=${KUBEVIRTCI_VERSION:-'4b9b02c79acc237bc0c56201f213a854d204c088'}
17+
export KUBEVIRTCI_TAG=2303092154-4b9b02c
18+
export KUBEVIRTCI_RUNTIME=docker
1719

1820
KUBEVIRTCI_PATH="${PWD}/_kubevirtci"
1921

0 commit comments

Comments
 (0)