# Debug upstream OADP CI ###### tags: `CI_Contributors` ## Openshift infra support channels * slack * **#forum-db-platform** * This is where users can chat about infra related issues, get help and discuss * **#announce-testplatform** * This is where known issues should be posted ## how to search prow * https://prow.ci.openshift.org/?job=*oadp* * Compare to: * https://prow.ci.openshift.org/?job=*mig-operator* ## Search for errors: * https://search.ci.openshift.org/ * OADP ci-search http://10.0.111.206:8080/ * ## to test revert https://github.com/openshift/release.git openshift-release * make jobs * make ci-operator-config ``` 41 # these are useful for devs 42 update: 43 $(MAKE) jobs 44 $(MAKE) ci-operator-config 45 $(MAKE) boskos-config 46 $(MAKE) prow-config 47 $(MAKE) registry-metadata 48 $(MAKE) template-allowlist ``` ## Random Errors and debug * registry is not in ready state: * check w/ ``` oc get clusteroperator image-registry -o yaml ``` ## Logging into the cluster OH.. screenshots to come ## Running a prow job locally ( just found the link, never tried ) https://github.com/kubernetes/test-infra/blob/96e55b3887c574f897052f722022ebe5acf35675/prow/build_test_update.md#running-a-prowjob-locally