-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Seems that BOTH the GA'd 1.3.1 and the CI builds of 1.4.0 are failing on my clusterbot gcp 4.18 cluster.
After 3-10 mins, I get an error that while the catalog source IS loaded OK, the Subscription can't be created.
Need to test this further on 4.16 and 4.17. See also RHIDP-4223
name: rhdh source: redhat-operators sourceNamespace: openshift-marketplace startingCSV: rhdh-operator.v1.3.1 ... conditions: - lastTransitionTime: '2024-11-29T21:42:46Z' message: all available catalogsources are healthy reason: AllCatalogSourcesHealthy status: 'False' type: CatalogSourcesUnhealthy - reason: UnpackingInProgress status: 'True' type: BundleUnpacking - message: 'bundle unpacking failed. Reason: DeadlineExceeded, and Message: Job was active longer than specified deadline' reason: BundleUnpackFailed status: 'True' type: BundleUnpackFailed lastUpdated: '2024-11-29T21:52:47Z'
vs.
name: rhdh source: rhdh-fast sourceNamespace: openshift-marketplace startingCSV: rhdh-operator.v1.4.0 ... conditions: - lastTransitionTime: '2024-11-29T21:32:22Z' message: all available catalogsources are healthy reason: AllCatalogSourcesHealthy status: 'False' type: CatalogSourcesUnhealthy - reason: UnpackingInProgress status: 'True' type: BundleUnpacking - message: 'bundle unpacking failed. Reason: DeadlineExceeded, and Message: Job was active longer than specified deadline' reason: BundleUnpackFailed status: 'True' type: BundleUnpackFailed lastUpdated: '2024-11-29T21:35:45Z'
I wonder if this is related to the operator API update to rhdh.redhat.com/v1alpha3 ?
TODO (on Monday):
- Release the staged FBCs for 4.18:
./kfuxRelease.sh --prod --fbc :1.3-127 -v 1.3.3 -o "4.18" ./kfuxRelease.sh --prod --fbc :1.4-1734113472 -v 1.4.0 -o "4.18"
- is blocked by
-
RHIDP-5302 Script process for pushing containers and FBCs to stage and prod
- In Progress
- relates to
-
RHIDP-4223 generate FBC for each bundle build
- Closed