File tree Expand file tree Collapse file tree 6 files changed +717
-654
lines changed
templates/sample-operator/VERSION Expand file tree Collapse file tree 6 files changed +717
-654
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,8 @@ make cluster-down
3232make cluster-up
3333make 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 ./...
Original file line number Diff line number Diff line change 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
1820KUBEVIRTCI_PATH=" ${PWD} /_kubevirtci"
1921
You can’t perform that action at this time.
0 commit comments