chore: migration of tekton plugin tests#1982
Conversation
c6301cf to
c38e602
Compare
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
❌ Failed E2E Tests -
|
587c905 to
11b9860
Compare
|
/publish |
| "eslint-plugin-check-file": "^3.3.1", | ||
| "eslint-plugin-playwright": "^2.4.0", | ||
| "prettier": "^3.7.4", | ||
| "rhdh-e2e-test-utils": "1.1.9", |
There was a problem hiding this comment.
| "rhdh-e2e-test-utils": "1.1.9", | |
| "@red-hat-developer-hub/e2e-test-utils": "1.1.13", |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
d942c26 to
25fe756
Compare
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
❌ Failed E2E Tests -
|
25fe756 to
d55b3f5
Compare
|
/publish |
1 similar comment
|
/publish |
|
Publish workflow has completed with failure. Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
❌ Failed E2E Tests -
|
d55b3f5 to
304eb62
Compare
|
/publish |
✅ Passed E2E Tests -
|
723feed to
1830455
Compare
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
✅ Passed E2E Tests -
|
| // Wait for namespace to be Active before applying Tekton resources (CI may delete it during operator install, leaving it Terminating). | ||
| await $`for i in $(seq 1 90); do phase=$(oc get namespace ${namespace} -o jsonpath='{.status.phase}' 2>/dev/null || true); [ "$phase" = "Active" ] && break; if [ "$phase" = "Terminating" ]; then echo "Namespace ${namespace} terminating, waiting for delete..."; oc wait --for=delete namespace/${namespace} --timeout=60s 2>/dev/null || true; fi; echo "Waiting for namespace ${namespace} (phase=$phase)..."; sleep 2; done`; | ||
| await $`oc wait --for=jsonpath='{.status.phase}=Active' namespace/${namespace} --timeout=30s`; |
There was a problem hiding this comment.
- this is a mess
- how does a namespace end up getting deleted during operator install, when it doesn't exist yet?
There was a problem hiding this comment.
I got a CI failure where I got a namespace deletion error, so I used this
3605761 to
ab2eaaf
Compare
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
✅ Passed E2E Tests -
|
ab2eaaf to
814d0b5
Compare
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
✅ Passed E2E Tests -
|
814d0b5 to
4204248
Compare
|
|
/publish |
|
Publish workflow has completed with success. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation✅ All metadata files validated successfully. Running e2e tests |
|
✅ Smoke tests workflow passed. All plugins loaded successfully. |
✅ Passed E2E Tests -
|



Issue: https://issues.redhat.com/browse/RHIDP-11375
Description: Tekton plugin tests migration