Skip to content

Commit fe4ebd3

Browse files
committed
.cci.jenkinsfile: drop kubevirt testing
We're not shipping this right now and building it broke in the upgrade to OCP 4.11 with: ``` [2022-11-17T16:25:11.894Z] 2022-11-17 16:25:08,317 ERROR - Command returned bad exitcode [2022-11-17T16:25:11.894Z] 2022-11-17 16:25:08,317 ERROR - COMMAND: ['buildah', '--storage-driver', 'vfs', 'from', 'scratch'] [2022-11-17T16:25:11.894Z] 2022-11-17 16:25:08,317 ERROR - STDERR: time="2022-11-17T16:25:08Z" level=warning msg="Reading allowed ID mappings: reading subuid mappings for user \"cosa\" and subgid mappings for group \"cosa\": no subuid ranges found for user \"cosa\" in /etc/subuid" [2022-11-17T16:25:11.894Z] time="2022-11-17T16:25:08Z" level=warning msg="Found no UID ranges set aside for user \"cosa\" in /etc/subuid." [2022-11-17T16:25:11.894Z] time="2022-11-17T16:25:08Z" level=warning msg="Found no GID ranges set aside for user \"cosa\" in /etc/subgid." [2022-11-17T16:25:11.894Z] Error during unshare(CLONE_NEWUSER): Function not implemented ```
1 parent 3d0d662 commit fe4ebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
3838

3939
stage("Build Cloud Images") {
4040
cosaParallelCmds(cosaDir: "/srv", commands: ["Aliyun", "AWS", "Azure", "DigitalOcean", "Exoscale", "GCP",
41-
"IBMCloud", "KubeVirt", "OpenStack", "VMware", "Vultr"])
41+
"IBMCloud", "OpenStack", "VMware", "Vultr"])
4242

4343
// quick schema validation
4444
utils.cosaCmd(cosaDir: "/srv", args: "meta --get name")

0 commit comments

Comments
 (0)