Summary: | [Bare Metal] Add additional CI jobs to test CRD and code generation | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Kiran Thyagaraja <kiran> |
Component: | Bare Metal Hardware Provisioning | Assignee: | Kiran Thyagaraja <kiran> |
Bare Metal Hardware Provisioning sub component: | cluster-api-provider | QA Contact: | Raviv Bar-Tal <rbartal> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | medium | CC: | beth.white, dhellmann, stbenjam |
Version: | 4.5 | Keywords: | OtherQA, Triaged, UpcomingSprint |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:06:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Kiran Thyagaraja
2020-06-09 16:01:07 UTC
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 |