File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
test/integration/features Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- BUNDLE_VERSION = 4.1.0
16
- CRC_VERSION = 0.87 .0-alpha
15
+ BUNDLE_VERSION = 4.1.3
16
+ CRC_VERSION = 0.88 .0-alpha
17
17
COMMIT_SHA =$(shell git rev-parse --short HEAD)
18
18
19
19
# Go and compilation related variables
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function upload_logs() {
104
104
105
105
function run_tests() {
106
106
set +e
107
- make integration BUNDLE_LOCATION=" /root/Downloads/crc_libvirt_4.1.0 .tar.xz"
107
+ make integration BUNDLE_LOCATION=" /root/Downloads/crc_libvirt_4.1.3 .tar.xz"
108
108
if [[ $? -ne 0 ]]; then
109
109
upload_logs $1
110
110
exit 1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
16
16
17
17
CrcEnvPrefix = "CRC"
18
18
19
- DefaultHostname = "crc-4gdnp -master-0"
19
+ DefaultHostname = "crc-cvgnz -master-0"
20
20
DefaultWebConsoleURL = "https://console-openshift-console.apps-crc.testing"
21
21
DefaultAPIURL = "https://api.crc.testing:6443"
22
22
DefaultDiskImage = "crc.disk"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ package constants
3
3
const (
4
4
OcBinaryName = "oc"
5
5
DefaultOcURL = "https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/macosx/oc.tar.gz"
6
- DefaultBundle = "crc_vbox_4 .1.0 .tar.xz"
6
+ DefaultBundle = "crc_hyperkit_4 .1.3 .tar.xz"
7
7
)
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ package constants
3
3
const (
4
4
OcBinaryName = "oc"
5
5
DefaultOcURL = "https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz"
6
- DefaultBundle = "crc_libvirt_4.1.0 .tar.xz"
6
+ DefaultBundle = "crc_libvirt_4.1.3 .tar.xz"
7
7
)
Original file line number Diff line number Diff line change 4
4
OcBinaryName = "oc.exe"
5
5
DefaultOcURL = "https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/windows/oc.zip"
6
6
// TODO: we will change once we have correct bundle for windows
7
- DefaultBundle = "crc_vbox_4 .1.0 .tar.xz"
7
+ DefaultBundle = "crc_hyperv_4 .1.3 .tar.xz"
8
8
)
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ Checks whether CRC `config set` command works as expected in conjunction with `c
13
13
@darwin
14
14
Examples : Config settings on Mac
15
15
| property | value1 | value2 |
16
- | bundle | crc_vbox_4 .1 .0 .tar .xz | /path /to /fake /bundle /crc_vbox_4 .1 .0 .tar .xz |
16
+ | bundle | crc_vbox_4 .1 .3 .tar .xz | /path /to /fake /bundle /crc_vbox_4 .1 .3 .tar .xz |
17
17
| cpus | 4 | 3 |
18
18
| memory | 8192 | 4096 |
19
19
| vm -driver | virtualbox | libvirt |
20
20
21
21
@linux
22
22
Examples : Config settings on Linux
23
23
| property | value1 | value2 |
24
- | bundle | crc_libvirt_4 .1 .0 .tar .xz | /path /to /nonexistent /bundle /crc_libvirt_4 .1 .0 .tar .xz |
24
+ | bundle | crc_libvirt_4 .1 .3 .tar .xz | /path /to /nonexistent /bundle /crc_libvirt_4 .1 .3 .tar .xz |
25
25
| cpus | 4 | 3 |
26
26
| memory | 8192 | 4096 |
27
27
| vm -driver | libvirt | hyperkit |
You can’t perform that action at this time.
0 commit comments