The current CI setup for openshift's cluster-api-provider-baremetal repo only has the following tests: - e2e-metal-ipi - gofmt — Job succeeded. - govet - images Test to perform CRD and deepcopy code generation should be added to the list.
Hey Kiran, This BZ is about upstream CI job, Can you confirem the code was marged? If so I (or you) can verify this BZ with otherQA keyword. Thanks
https://github.com/openshift/cluster-baremetal-operator/pull/19 ran a generate-check job with the output https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cluster-baremetal-operator/19/pull-ci-openshift-cluster-baremetal-operator-master-generate-check/1308540454349836288 but I don't actually see the messages I expect in the log output from the job to show that it did anything. When I run `make generate-check` myself I see: $ make generate-check ./hack/generate.sh make[1]: Entering directory '/home/dhellmann/go/src/github.com/openshift/cluster-baremetal-operator' go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases go: downloading golang.org/x/tools v0.0.0-20200616133436-c1934b75d054 make[1]: Leaving directory '/home/dhellmann/go/src/github.com/openshift/cluster-baremetal-operator'
(In reply to Raviv Bar-Tal from comment #4) > Hey Kiran, > This BZ is about upstream CI job, > Can you confirem the code was marged? > If so I (or you) can verify this BZ with otherQA keyword. > Thanks Hi Raviv. This code is upstream and has already merged. Thanks
(In reply to Doug Hellmann from comment #5) > https://github.com/openshift/cluster-baremetal-operator/pull/19 ran a > generate-check job with the output > https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/ > openshift_cluster-baremetal-operator/19/pull-ci-openshift-cluster-baremetal- > operator-master-generate-check/1308540454349836288 but I don't actually see > the messages I expect in the log output from the job to show that it did > anything. > > When I run `make generate-check` myself I see: > > $ make generate-check > ./hack/generate.sh > make[1]: Entering directory > '/home/dhellmann/go/src/github.com/openshift/cluster-baremetal-operator' > go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go > "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." > output:crd:artifacts:config=config/crd/bases > go: downloading golang.org/x/tools v0.0.0-20200616133436-c1934b75d054 > make[1]: Leaving directory > '/home/dhellmann/go/src/github.com/openshift/cluster-baremetal-operator' I wonder if the CI container is only reporting stderr and ignoring stdout.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196