Skip to content

Commit

Permalink
.cci.jenkinsfile: drop kubevirt testing
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
dustymabe committed Nov 17, 2022
1 parent 3d0d662 commit fe4ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo

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

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

0 comments on commit fe4ebd3

Please sign in to comment.