CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-09-10T07:41:17.023Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-09-10T07:41:17.056Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (107ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-09-10T07:41:19.756Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-10T07:41:19.770Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T07:41:19.800Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T07:41:20.356Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-10T07:41:20.368Z] [INFO] Current operator memory limit: 512Mi [2026-09-10T07:41:20.373Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-10T07:41:20.663Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-09-10T07:41:20.671Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-10T07:41:33.012Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-10T07:41:33.030Z] [INFO] Operator rollout completed successfully [2026-09-10T07:41:33.041Z] [INFO] Create and verify SQL database for model registry [2026-09-10T07:41:33.057Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-10T07:41:33.068Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T07:41:33.355Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T07:41:33.362Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-10T07:41:33.831Z] [INFO] [EXEC] oc apply -f /tmp/db-1789026093367.yaml [2026-09-10T07:41:33.926Z] [INFO] [EXEC] rm -f /tmp/db-1789026093367.yaml [2026-09-10T07:41:33.937Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-10T07:41:33.953Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-10T07:42:12.301Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T07:42:12.333Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-10T07:42:12.346Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-10T07:42:12.365Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-10T07:42:12.384Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T07:42:12.664Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T07:42:12.672Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-10T07:42:13.265Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789026132676.yaml [2026-09-10T07:42:13.381Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789026132676.yaml [2026-09-10T07:42:13.418Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-10T07:42:13.438Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-10T07:42:38.570Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T07:42:38.604Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-10T07:42:38.668Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-10T07:42:38.676Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-10T07:42:38.683Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T07:42:38.687Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:42:38.691Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:42:38.722Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T07:42:38.734Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:42:40.810Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T07:42:41.004Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T07:42:43.378Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-10T07:42:45.190Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T07:43:13.113Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T07:43:13.162Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T07:43:13.692Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T07:43:13.732Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-10T07:43:13.803Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T07:43:14.675Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T07:43:15.231Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T07:43:15.301Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T07:43:15.806Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (116102ms) [2026-09-10T07:43:16.007Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T07:43:16.010Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T07:43:16.014Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T07:43:16.019Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:43:16.023Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:43:16.050Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T07:43:16.059Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:43:16.777Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T07:43:16.800Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T07:43:17.788Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-10T07:43:19.769Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T07:43:47.606Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T07:43:47.631Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T07:43:48.030Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T07:43:48.089Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 29s [2026-09-10T07:43:48.124Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T07:43:48.812Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T07:43:49.374Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T07:43:49.407Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T07:43:49.826Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (33889ms) [2026-09-10T07:43:49.996Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-10T07:43:49.998Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-10T07:43:50.003Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T07:43:50.007Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:43:50.014Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:43:50.042Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T07:43:50.056Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:43:50.784Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T07:43:50.811Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T07:43:51.754Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-10T07:43:52.373Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T07:44:51.646Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T07:44:51.673Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T07:44:52.080Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T07:44:52.136Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-10T07:44:52.165Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-10T07:44:52.197Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-10T07:44:52.653Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T07:44:52.659Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-10T07:44:52.694Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-10T07:44:53.069Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T07:44:53.076Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-10T07:44:53.111Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-10T07:44:53.878Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-10T07:45:21.622Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-10T07:45:21.653Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T07:45:22.066Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T07:45:22.192Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-10T07:45:23.328Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-10T07:45:23.370Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-10T07:45:23.946Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T07:45:24.037Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-10T07:45:24.125Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T07:45:24.682Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T07:45:24.719Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-10T07:45:24.862Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T07:45:25.235Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T07:45:25.320Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-10T07:45:27.827Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-10T07:45:27.902Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-09-10T07:45:28.247Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T07:45:28.323Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-10T07:45:28.364Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-10T07:45:28.405Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-10T07:45:28.801Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T07:45:28.805Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-10T07:45:28.808Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T07:45:29.203Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T07:45:29.209Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-10T07:45:29.253Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T07:45:29.607Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T07:45:29.701Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-10T07:45:30.704Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-10T07:45:30.755Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-09-10T07:45:31.101Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T07:45:31.192Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (92131ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 minutes, 11 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-10T07:45:34.574Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-10T07:45:34.584Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T07:45:34.615Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T07:45:34.923Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-10T07:45:34.932Z] [INFO] Current operator memory limit: 1Gi [2026-09-10T07:45:34.935Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-10T07:45:34.943Z] [INFO] Create and verify SQL database for model registry [2026-09-10T07:45:34.948Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-10T07:45:34.950Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-10T07:45:35.248Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T07:45:35.254Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-10T07:45:35.729Z] [INFO] [EXEC] oc apply -f /tmp/db-1789026335257.yaml [2026-09-10T07:45:35.848Z] [INFO] [EXEC] rm -f /tmp/db-1789026335257.yaml [2026-09-10T07:45:35.861Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-10T07:45:35.865Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-10T07:45:57.989Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-10T07:45:58.023Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-10T07:45:58.041Z] [INFO] Create a model registry using YAML [2026-09-10T07:45:58.057Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-10T07:45:58.654Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789026358072-oi5hu5nkd.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789026358072-oi5hu5nkd.yaml; exit $status [2026-09-10T07:45:58.671Z] [INFO] Command exit code: 0 [2026-09-10T07:45:58.677Z] [INFO] Verify model registry is created [2026-09-10T07:45:58.691Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T07:45:59.121Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T07:45:59.142Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-09-10T07:45:59.161Z] [INFO] Wait for model registry to be in Available state [2026-09-10T07:45:59.177Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-10T07:46:19.369Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-10T07:46:19.390Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-10T07:46:29.410Z] [INFO] Create a project for register and store test [2026-09-10T07:46:29.430Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T07:46:29.759Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T07:46:29.790Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-10T07:46:29.806Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-10T07:46:29.839Z] [INFO] Creating project test-register-store-662874 [2026-09-10T07:46:30.208Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-10T07:46:30.248Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-10T07:46:30.565Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-10T07:46:30.590Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-10T07:46:30.938Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-10T07:46:30.975Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-10T07:46:31.301Z] [INFO] [EXEC] oc get project test-register-store-662874 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T07:46:31.324Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-10T07:46:31.366Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T07:46:31.678Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T07:46:31.684Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-10T07:46:31.691Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-10T07:46:31.717Z] [INFO] Grant project access to the model registry [2026-09-10T07:46:32.139Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789026391769-k823cghsl.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789026391769-k823cghsl.yaml; exit $status [2026-09-10T07:46:32.175Z] [INFO] Command exit code: 0 [2026-09-10T07:46:32.250Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-10T07:46:32.255Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-10T07:46:32.286Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T07:46:32.337Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:46:32.344Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:46:32.468Z] [INFO] [STEP 1] Log into the application [2026-09-10T07:46:32.517Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:46:34.638Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-09-10T07:46:35.192Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T07:46:35.274Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-09-10T07:46:36.093Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-qmvtf -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model_registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-09-10T07:46:36.341Z] [INFO] Database cleanup completed successfully [2026-09-10T07:46:36.408Z] [INFO] [STEP 3] Navigate to Model Registry [2026-09-10T07:46:36.551Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T07:46:40.509Z] [INFO] [STEP 4] Register a model using object storage [2026-09-10T07:46:44.659Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-09-10T07:46:46.209Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-09-10T07:46:49.156Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874/register/model [2026-09-10T07:46:55.347Z] [INFO] [STEP 7] Register a model using URI [2026-09-10T07:46:58.993Z] [INFO] [STEP 8] Verify the URI model was registered [2026-09-10T07:47:01.400Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-09-10T07:47:05.203Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T07:47:07.680Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (99495ms) [2026-09-10T07:47:14.815Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-10T07:47:14.817Z] [INFO] Test title: Registers a new version via versions view [2026-09-10T07:47:14.822Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T07:47:14.827Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:47:14.831Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:47:14.853Z] [INFO] [STEP 1] Log into the application [2026-09-10T07:47:14.862Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:47:15.142Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T07:47:15.161Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T07:47:16.359Z] [INFO] [STEP 3] Navigate to the first registered model [2026-09-10T07:47:16.907Z] [INFO] [STEP 4] Wait for model details page to load [2026-09-10T07:47:17.134Z] [INFO] [STEP 5] Navigate to versions tab [2026-09-10T07:47:21.624Z] [INFO] [STEP 6] Click Register new version button [2026-09-10T07:47:26.661Z] [INFO] [STEP 7] Fill in version details [2026-09-10T07:47:29.005Z] [INFO] [STEP 8] Configure URI location for the new version [2026-09-10T07:47:29.692Z] [INFO] [STEP 9] Submit the new version [2026-09-10T07:47:30.197Z] [INFO] [STEP 10] Verify the new version was registered ✓ Registers a new version via versions view (17659ms) [2026-09-10T07:47:33.716Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-10T07:47:33.718Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-10T07:47:33.723Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T07:47:33.728Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:47:33.732Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:47:33.771Z] [INFO] [STEP 1] Log into the application [2026-09-10T07:47:33.784Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:47:34.749Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T07:47:34.783Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T07:47:36.471Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T07:47:37.236Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T07:47:37.307Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T07:47:37.722Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T07:47:37.772Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T07:47:38.571Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-10T07:47:38.613Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-10T07:47:38.749Z] [INFO] [STEP 10] Fill in model details [2026-09-10T07:47:41.319Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-10T07:47:41.644Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-10T07:47:43.269Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-10T07:47:44.219Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-10T07:47:44.263Z] [INFO] [STEP 15] Submit the register and store form [2026-09-10T07:47:44.492Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-10T07:47:45.074Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-10T07:47:45.121Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-10T07:47:45.699Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-10T07:47:45.871Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-6fb9c condition met [2026-09-10T07:47:45.905Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (13422ms) [2026-09-10T07:47:47.064Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-10T07:47:47.067Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-10T07:47:47.073Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T07:47:47.079Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:47:47.084Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:47:47.118Z] [INFO] [STEP 1] Log into the application [2026-09-10T07:47:47.134Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:47:47.781Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T07:47:47.801Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T07:47:49.657Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T07:47:50.317Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T07:47:50.370Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T07:47:50.597Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T07:47:50.649Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T07:47:51.424Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-10T07:47:51.551Z] [INFO] [STEP 9] Fill in model details [2026-09-10T07:47:53.863Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-10T07:47:54.195Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-10T07:47:54.903Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-10T07:47:55.830Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-10T07:47:55.866Z] [INFO] [STEP 14] Submit the register and store form [2026-09-10T07:47:56.108Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-10T07:47:56.507Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-10T07:47:56.569Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-10T07:47:57.104Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-10T07:47:57.255Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-ncmkf condition met [2026-09-10T07:47:57.301Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-10T07:48:00.911Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-10T07:48:02.613Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-10T07:48:03.127Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T07:48:03.654Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-10T07:48:04.524Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-qmvtf -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model_registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-09-10T07:48:14.711Z] [INFO] Database cleanup failed: Error from server: error dialing backend: EOF [2026-09-10T07:48:14.719Z] [INFO] [STEP 20] Delete the model registry [2026-09-10T07:48:14.789Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries 1) "after all" hook for "Registers and stores a model to an OCI destination using URI origin" 3 passing (7m) 1 failing 1) Verify models can be registered in a model registry "after all" hook for "Registers and stores a model to an OCI destination using URI origin": Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 5. Click Register Model button 6. Verify registration mode toggle is visible 7. Toggle to Register and store mode 8. Verify namespace selector appears 9. Select a namespace from the dropdown 10. Verify origin and destination location sections appear 11. Fill in model details 12. Fill in transfer job name 13. Select URI as origin location type and fill in URI 14. Fill in OCI destination fields 15. Verify submit button is enabled 16. Submit the register and store form 17. Verify transfer job started notification appears 18. Verify transfer job and pod started in the backend 19. Verify navigation away from the registration form 20. Navigate away from model registry before cleanup 21. Clean up registered models from database 22. Delete the model registry `cy.exec('oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s')` timed out after waiting `240000ms`. https://on.cypress.io/exec Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.exec('oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s')` timed out after waiting `240000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at deleteModelRegistry (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:666:12) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:484:24) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 3 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 6 minutes, 40 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination using URI origin -- afte r all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-10T07:52:20.038Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-10T07:52:20.081Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T07:52:20.090Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T07:52:20.168Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T07:52:20.184Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:52:20.190Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:52:20.225Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:20.575Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:20.589Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-10T07:52:20.609Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-10T07:52:20.641Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-10T07:52:21.019Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-10T07:52:21.041Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-10T07:52:21.340Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-10T07:52:21.358Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-10T07:52:21.696Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-10T07:52:21.704Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-10T07:52:21.977Z] [INFO] [EXEC] oc get project test-dsp-custom-pip-prj-150747 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T07:52:21.991Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-10T07:52:22.034Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:22.343Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:22.375Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:22.392Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:22.755Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789026742442-4vk1eyeks.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789026742442-4vk1eyeks.yaml; exit $status [2026-09-10T07:52:22.773Z] [INFO] Command exit code: 0 [2026-09-10T07:52:23.115Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789026742788-4o95ddbnr.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789026742788-4o95ddbnr.yaml; exit $status [2026-09-10T07:52:23.122Z] [INFO] Command exit code: 0 [2026-09-10T07:52:23.476Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789026743139-8gojm0xxx.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789026743139-8gojm0xxx.yaml; exit $status [2026-09-10T07:52:23.514Z] [INFO] Command exit code: 0 [2026-09-10T07:52:23.807Z] [INFO] [EXEC] oc create configmap ds-pipeline-custom-env-vars -n test-dsp-custom-pip-prj-150747 --from-literal=pip_index_url=https://pypi.org/simple --from-literal=pip_trusted_host=pypi.org [2026-09-10T07:52:23.843Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-10T07:52:23.877Z] [INFO] Navigate to: https://rh-ai.apps.de1913e7c77c35f73c2d.prod.konflux-ocp-ci.dev/ [2026-09-10T07:52:24.895Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T07:52:24.900Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T07:52:24.905Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T07:52:24.911Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T07:52:24.916Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T07:52:24.931Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:25.238Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:25.247Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:25.254Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:25.263Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-09-10T07:52:25.569Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-09-10T07:52:25.578Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-09-10T07:52:25.582Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:25.885Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:25.893Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:25.900Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:25.913Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:26.922Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:27.341Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:27.348Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:27.355Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:27.365Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:28.372Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:28.648Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:28.655Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:28.662Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:28.673Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:29.679Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:29.949Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:29.955Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:29.961Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:29.970Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:30.976Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:31.253Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:31.259Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:31.265Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:31.274Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:32.280Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:32.565Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:32.573Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:32.579Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:32.588Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:33.594Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:33.854Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:33.860Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:33.866Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:33.875Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:34.881Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:35.153Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:35.161Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:35.171Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:35.182Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:36.190Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:36.481Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:36.488Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:36.494Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:36.503Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:37.510Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:37.776Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:37.782Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:37.789Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:37.812Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:38.820Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:39.143Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:39.152Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:39.201Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:39.216Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:40.227Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:40.506Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:40.513Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:40.519Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:40.528Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:41.538Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:41.824Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:41.831Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:41.839Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:41.849Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:42.856Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:43.175Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:43.183Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:43.191Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:43.200Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:44.208Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:44.500Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:44.507Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:44.514Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:44.524Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:45.532Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:45.827Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:45.833Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:45.840Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:45.850Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:46.857Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:47.138Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:47.145Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:47.154Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:47.164Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:48.173Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:48.456Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:48.464Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:48.473Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:48.486Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:49.494Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:49.978Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:49.986Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:49.994Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:50.008Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:51.017Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:51.310Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:51.317Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:51.324Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:51.334Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:52.342Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:52.628Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:52.635Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:52.643Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:52.654Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:53.663Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:53.970Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:53.976Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:53.983Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:53.991Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:54.999Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:55.291Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:55.298Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:55.306Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:55.316Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:56.324Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:56.603Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:56.610Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:56.617Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:56.627Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:57.634Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:57.902Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:57.909Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:57.916Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:57.925Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:52:58.933Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:59.220Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:52:59.227Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:52:59.234Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:52:59.245Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:00.255Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:00.553Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:00.564Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:00.576Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:00.592Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:01.604Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:01.883Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:01.894Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:01.905Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:01.921Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:02.931Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:03.211Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:03.218Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:03.225Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:03.234Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:04.242Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:04.551Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:04.560Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:04.569Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:04.582Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:05.591Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:05.896Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:05.905Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:05.915Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:05.926Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:06.936Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:07.211Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:07.222Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:07.234Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:07.248Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:08.257Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:08.604Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:08.611Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:08.619Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:08.629Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:09.637Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:09.918Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:09.925Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:09.932Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:09.942Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:10.949Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:11.245Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:11.253Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:11.260Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:11.270Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:12.278Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:12.551Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:12.560Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:12.570Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:12.585Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:13.594Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:13.918Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:13.925Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:13.931Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:13.941Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:14.949Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:15.221Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:15.228Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:15.237Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:15.248Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:16.256Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:16.538Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:16.544Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:16.551Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:16.561Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:17.570Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:17.852Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:17.858Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:17.867Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:17.878Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:18.886Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:19.159Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:19.166Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:19.173Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:19.183Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:20.191Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:20.478Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:20.484Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:20.491Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:20.502Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:21.512Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:21.842Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:21.849Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:21.857Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:21.868Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:22.877Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:23.156Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:23.163Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:23.170Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:23.180Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:24.189Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:24.473Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:24.480Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:24.487Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:24.497Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:25.505Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:25.783Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:25.789Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:25.796Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:25.806Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:26.816Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:27.097Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:27.104Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:27.112Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:27.123Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:28.134Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:28.475Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:28.485Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:28.496Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:28.576Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:29.586Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:29.865Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:29.873Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:29.882Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:29.892Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:30.901Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:31.181Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:31.188Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:31.196Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:31.207Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:32.216Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:32.502Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:32.509Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:32.517Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:32.528Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:33.539Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:33.843Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:33.851Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:33.860Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:33.871Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:34.880Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:35.198Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:35.209Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:35.219Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:35.231Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:36.241Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:36.532Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:36.539Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:36.551Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:36.564Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:37.577Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:37.864Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:37.874Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:37.886Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:37.899Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:38.910Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:39.193Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:39.200Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:39.209Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:39.219Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:40.228Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:40.512Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:40.519Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:40.528Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:40.538Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:41.547Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:41.825Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:41.832Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:41.839Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:41.851Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:42.861Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:43.206Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:43.214Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:43.221Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:43.231Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:44.240Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:44.536Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:44.543Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:44.552Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:44.563Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:45.572Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:45.882Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:45.889Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:45.898Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:45.908Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:46.919Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:47.276Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:47.283Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:47.293Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:47.303Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:48.312Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:48.617Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:48.624Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:48.632Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:48.641Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:49.668Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:50.087Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:50.095Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:50.103Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:50.112Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:51.121Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:51.433Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:51.442Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:51.450Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:51.464Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:52.473Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:52.755Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:52.762Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:52.772Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:52.783Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:53.793Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:54.073Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:54.081Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:54.091Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:54.102Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:55.113Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:55.408Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:55.416Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:55.424Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:55.434Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:56.445Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:56.738Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:56.746Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:56.755Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:56.768Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:57.780Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:58.060Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:58.068Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:58.076Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:58.087Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:53:59.096Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:59.475Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:53:59.483Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:53:59.491Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:53:59.502Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:00.512Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:00.816Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:00.823Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:00.831Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:00.844Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:01.853Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:02.137Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:02.146Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:02.158Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:02.169Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:03.179Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:03.549Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:03.557Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:03.565Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:03.576Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:04.586Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:04.888Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:04.897Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:04.905Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:04.916Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:05.929Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:06.225Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:06.239Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:06.252Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:06.264Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:07.277Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:07.621Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:07.629Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:07.640Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:07.653Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:08.663Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:08.976Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:08.985Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:08.994Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:09.010Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:10.022Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:10.313Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:10.322Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:10.333Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:10.347Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:11.370Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:11.702Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:11.709Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:11.718Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:11.729Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:12.740Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:13.064Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:13.072Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:13.081Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:13.093Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:14.104Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:14.411Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:14.419Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:14.428Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:14.439Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:15.450Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:15.762Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:15.769Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:15.779Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:15.792Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:16.803Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:17.098Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:17.107Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:17.118Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:17.130Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:18.142Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:18.443Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:18.451Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:18.462Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:18.475Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:19.486Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:19.848Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:19.856Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:19.865Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:19.877Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:20.888Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:21.194Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:21.204Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:21.215Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:21.231Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:22.242Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:22.545Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:22.553Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:22.562Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:22.574Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:23.586Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:23.911Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:23.920Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:23.930Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:23.945Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:24.957Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:25.258Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:25.267Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:25.276Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:25.290Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:26.301Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:26.612Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:26.623Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:26.633Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:26.648Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:27.659Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:28.003Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:28.014Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:28.024Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:28.041Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:29.053Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:29.369Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:29.378Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:29.387Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:29.398Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:30.410Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:30.693Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:30.702Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:30.712Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:30.725Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:31.736Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:32.046Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:32.056Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:32.066Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:32.079Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:33.090Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:33.391Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:33.402Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:33.416Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:33.433Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:34.446Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:34.747Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:34.756Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:34.765Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:34.778Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:35.791Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:36.111Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:36.120Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:36.130Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:36.142Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:37.155Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:37.469Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:37.479Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:37.490Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:37.505Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:38.518Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:38.838Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:38.847Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:38.858Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:38.872Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:39.885Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:40.193Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:40.204Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:40.214Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:40.228Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:41.240Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:41.547Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:41.557Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:41.567Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:41.580Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:42.592Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:42.916Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:42.926Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:42.937Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:42.951Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:43.962Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:44.285Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:44.294Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:44.305Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:44.320Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:45.334Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:45.648Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:45.657Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:45.667Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:45.682Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:46.696Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:47.002Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:47.012Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:47.021Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:47.034Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:48.047Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:48.372Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:48.381Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:48.391Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:48.406Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:49.419Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:49.749Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:49.759Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:49.769Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:49.781Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:50.793Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:51.130Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:51.141Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:51.152Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:51.169Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:52.184Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:52.520Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:52.531Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:52.540Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:52.552Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:53.565Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:53.887Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:53.896Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:53.905Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:53.917Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:54.932Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:55.249Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:55.257Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:55.266Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:55.280Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:56.296Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:56.649Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:56.658Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:56.669Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:56.684Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:57.699Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:58.024Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:58.034Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:58.045Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:58.059Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:54:59.077Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:59.524Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:54:59.534Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:54:59.545Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:54:59.560Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:00.575Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:00.890Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:00.901Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:00.912Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:00.927Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:01.939Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:02.270Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:02.281Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:02.299Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:02.315Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:03.330Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:03.656Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:03.667Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:03.679Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:03.693Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:04.707Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:05.020Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:05.030Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:05.041Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:05.056Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:06.069Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:06.410Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:06.423Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:06.437Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:06.457Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:07.471Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:07.801Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:07.812Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:07.824Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:07.838Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:08.858Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:09.184Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:09.194Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:09.205Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:09.219Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:10.232Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:10.552Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:10.701Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:10.711Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:10.725Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:11.738Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:12.080Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:12.092Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:12.167Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:12.184Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:13.198Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:13.515Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:13.525Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:13.537Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:13.553Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:14.567Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:14.901Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:14.913Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:14.926Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:14.943Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:15.958Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:16.269Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:16.279Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:16.289Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:16.303Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:17.318Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:17.629Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:17.640Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:17.651Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:17.666Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:18.836Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:19.156Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:19.167Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:19.179Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:19.195Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:20.212Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:20.538Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:20.551Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:20.564Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:20.580Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:21.599Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:21.943Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:21.953Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:21.965Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:21.982Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:22.996Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:23.337Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:23.349Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:23.363Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:23.381Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:24.396Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:24.737Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:24.749Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:24.764Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:24.782Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:25.963Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:26.299Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:26.310Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:26.322Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:26.338Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:27.354Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:27.704Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:27.716Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:27.729Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:27.746Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:28.762Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:29.091Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:29.104Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:29.117Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:29.132Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:30.149Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:30.463Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:30.474Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:30.486Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:30.503Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:31.517Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:31.843Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:31.854Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:31.868Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:31.886Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:32.900Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:33.240Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:33.252Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:33.264Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:33.280Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:34.295Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:34.626Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:34.637Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:34.650Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:34.671Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:35.685Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:36.148Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:36.160Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:36.172Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:36.188Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:37.202Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:37.542Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:37.554Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:37.566Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:37.581Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:38.596Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:38.936Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:38.947Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:38.959Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:38.976Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:39.990Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:40.311Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:40.323Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:40.335Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:40.350Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:41.365Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:41.707Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:41.729Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:41.749Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:41.777Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:42.793Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:43.268Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:43.281Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:43.295Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:43.312Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:44.327Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:44.654Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:44.664Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:44.676Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:44.690Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:45.706Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:46.035Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:46.048Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:46.060Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:46.076Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:47.093Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:47.428Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:47.439Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:47.452Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:47.468Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:48.485Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:48.998Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:49.010Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:49.026Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:49.045Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:50.062Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:50.407Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:50.418Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:50.431Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:50.447Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:51.464Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:51.789Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:51.798Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:51.809Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:51.823Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:52.840Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:53.166Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:53.175Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:53.187Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:53.203Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:54.219Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:54.546Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:54.556Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:54.567Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:54.582Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:55.597Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:55.937Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:55.946Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:55.957Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:55.970Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:56.987Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:57.501Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:57.513Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:57.527Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:57.545Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:58.560Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:58.905Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:55:58.917Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:55:58.929Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:55:58.943Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:55:59.959Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:00.301Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:00.312Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:00.324Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:00.343Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:01.359Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:01.705Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:01.716Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:01.727Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:01.742Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:02.757Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:03.116Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:03.127Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:03.139Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:03.155Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:04.172Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:04.638Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:04.648Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:04.660Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:04.674Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:05.690Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:06.056Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:06.070Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:06.086Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:06.104Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:07.125Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:07.465Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:07.477Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:07.694Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:07.715Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:08.731Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:09.071Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:09.081Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:09.093Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:09.108Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:10.123Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:10.484Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:10.496Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:10.514Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:10.529Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:11.550Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:12.101Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:12.117Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:12.133Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:12.154Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:13.171Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:13.511Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:13.525Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:13.541Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:13.561Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:14.578Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:14.921Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:14.933Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:14.945Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:14.961Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T07:56:15.978Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:16.548Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T07:56:16.563Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T07:56:16.576Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T07:56:16.591Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting...