Skip to content

Commit

Permalink
Bump to latest kubevirtci with hugepages enabled
Browse files Browse the repository at this point in the history
Bump to
kubevirt/kubevirtci@c7dccd1

Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Apr 23, 2020
1 parent 502ef3d commit 5893817
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ceb541693e1d2f1eb6ad42ea4fe678a68b5e092e
95c2eed2f93962ffabbe6c015d6f91b7977c5370
8 changes: 4 additions & 4 deletions cluster-up/cluster/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ declare -A IMAGES
IMAGES[gocli]="gocli@sha256:220f55f6b1bcb3975d535948d335bd0e6b6297149a3eba1a4c14cad9ac80f80d"
if [ -z $KUBEVIRTCI_PROVISION_CHECK ]; then
IMAGES[k8s-fedora-1.17.0]="k8s-fedora-1.17.0@sha256:aebf67b8b1b499c721f4d98a7ab9542c680553a14cbc144d1fa701fe611f3c0d"
IMAGES[k8s-1.17]="k8s-1.17@sha256:e25886fb45b4886800eafb5060919b72ef632648a24c1f464e83e257153a41af"
IMAGES[k8s-1.16]="k8s-1.16@sha256:31b404aecda635b561bf681508edea2316388ddacaaa10db5c789f4b58f155ce"
IMAGES[k8s-1.15]="k8s-1.15@sha256:3df97b7bfba57c0f159b4b3c50a5638e534b6200bf20781bfd6c5d53aff41d23"
IMAGES[k8s-1.14]="k8s-1.14@sha256:cb6b37bffffa3e2e2a351d972a09445f1a9f4dab72d3cd5fcdd533f81961e0bb"
IMAGES[k8s-1.17]="k8s-1.17@sha256:c3a307b55d60578d8aa99aca09d92728810d0ee6480887f8015ba21dd71d25b3"
IMAGES[k8s-1.16]="k8s-1.16@sha256:cbcd3783f64f4f74610378eee52221249b265dfb55086258f5b442aa8f6d8721"
IMAGES[k8s-1.15]="k8s-1.15@sha256:9fc04146bb44f3e659970c4599b7f513d8bd72e6d644c3da5640327a121f40cf"
IMAGES[k8s-1.14]="k8s-1.14@sha256:7cd5c575d9da458e8b8d2bf05d826f28984ba039917898a12e4331934465001c"
IMAGES[okd-4.1]="okd-4.1@sha256:e7e3a03bb144eb8c0be4dcd700592934856fb623d51a2b53871d69267ca51c86"
IMAGES[okd-4.2]="okd-4.2@sha256:a830064ca7bf5c5c2f15df180f816534e669a9a038fef4919116d61eb33e84c5"
IMAGES[okd-4.3]="okd-4.3@sha256:63abc3884002a615712dfac5f42785be864ea62006892bf8a086ccdbca8b3d38"
Expand Down
2 changes: 1 addition & 1 deletion cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7b8186dc73a4821c26f2541cffced3bcda5ca29
c7dccd19872a2e4f5f34932912ea7d79be0eecbb
2 changes: 1 addition & 1 deletion hack/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cdi_namespace=cdi
image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent}
verbosity=${VERBOSITY:-2}
package_name=${PACKAGE_NAME:-kubevirt-dev}
kubevirtci_git_hash="d7b8186dc73a4821c26f2541cffced3bcda5ca29"
kubevirtci_git_hash="c7dccd19872a2e4f5f34932912ea7d79be0eecbb"

# try to derive csv_version from docker tag. But it must start with x.y.z, without leading v
default_csv_version="${docker_tag/latest/0.0.0}"
Expand Down

0 comments on commit 5893817

Please sign in to comment.