Closed akrejcir closed 4 days ago
/cc @ksimon1 @0xFelix @jcanocan
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
@akrejcir: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/unittests | 8cd2c0af31f5cf82d6e861052556fa2f5026bbc2 | link | true | /test unittests |
ci/prow/e2e-functests | 8cd2c0af31f5cf82d6e861052556fa2f5026bbc2 | link | true | /test e2e-functests |
ci/prow/e2e-upgrade-functests | 8cd2c0af31f5cf82d6e861052556fa2f5026bbc2 | link | true | /test e2e-upgrade-functests |
ci/prow/e2e-single-node-functests | 8cd2c0af31f5cf82d6e861052556fa2f5026bbc2 | link | true | /test e2e-single-node-functests |
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 0xFelix
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Holding until I figure out how to change the build process, so that image can be build in the CI by podman build Dockerfile
.
/hold
PR needs rebase.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
/close
@kubevirt-bot: Closed this PR.
What this PR does / why we need it: This commit removes these generated files from the repository:
data/olm-catalog/ssp-operator.clusterserviceversion.yaml
data/crd/ssp.kubevirt.io_ssps.yaml
Instead of these files, the csv-generator uses the generated
bundle
directory.This change will be useful in the future when we update
operator-sdk
, because then the generated files will contain a creation timestamp, which would be updated in every new PR.Release note: