From 3a42ce43d71507c7fccb523f7f824054c24ffad9 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Aug 11 2021 08:47:59 +0000 Subject: Update internal OpenShift cluster URLs --- diff --git a/openshift/docs/pipeline-build-and-test-branch.md b/openshift/docs/pipeline-build-and-test-branch.md index 9d9bfac..ee64af4 100644 --- a/openshift/docs/pipeline-build-and-test-branch.md +++ b/openshift/docs/pipeline-build-and-test-branch.md @@ -29,5 +29,5 @@ For more information about job parameters, see [waiverdb-build-template.yaml](../pipelines/templates/waiverdb-build-template.yaml). -3. Visualize the build process at https://paas.upshift.redhat.com/console/project/waiverdb-test/browse/pipelines/waiverdb-postmerge. -4. Your newly built image will be available at `quay.io/factory2/waiverdb:` if `WAIVERDB_GIT_REF` is `master` or `FORCE_PUBLISH_IMAGE` is `true`. Otherwise the newly built image will be thrown away. \ No newline at end of file +3. Visualize the build process at `https://console-openshift-console.apps./k8s/ns/waiverdb-test/buildconfigs/waiverdb-postmerge/builds`. +4. Your newly built image will be available at `quay.io/factory2/waiverdb:` if `WAIVERDB_GIT_REF` is `master` or `FORCE_PUBLISH_IMAGE` is `true`. Otherwise the newly built image will be thrown away. diff --git a/openshift/docs/pipeline-build-and-test-pr.md b/openshift/docs/pipeline-build-and-test-pr.md index c72fadc..bbd2b2f 100644 --- a/openshift/docs/pipeline-build-and-test-pr.md +++ b/openshift/docs/pipeline-build-and-test-pr.md @@ -30,6 +30,6 @@ This document is for advanced users to manually trigger a `premerge` pipeline bu For more information about job parameters, see [waiverdb-build-template.yaml](../pipelines/templates/waiverdb-build-template.yaml). -3. Visualize the build process at https://paas.upshift.redhat.com/console/project/waiverdb-test/browse/pipelines/waiverdb-premerge. +3. Visualize the build process at `https://console-openshift-console.apps./k8s/ns/waiverdb-test/buildconfigs/waiverdb-premerge/builds`. 4. Your newly built image will be available at `quay.io/factory2/waiverdb:` if `FORCE_PUBLISH_IMAGE` and `WAIVERDB_DEV_IMAGE_TAG` is specified. diff --git a/openshift/docs/pipeline-promote-to-stage-or-prod.md b/openshift/docs/pipeline-promote-to-stage-or-prod.md index b03cde8..03883b9 100644 --- a/openshift/docs/pipeline-promote-to-stage-or-prod.md +++ b/openshift/docs/pipeline-promote-to-stage-or-prod.md @@ -29,6 +29,6 @@ If your container registry requires authentication, use the `CONTAINER_REGISTRY_CREDENTIALS` parameter. For more information about parameters of integration test pipeline jobs, see [waiverdb-image-promotion-template.yaml](../pipelines/templates/waiverdb-image-promotion-template.yaml). -4. Visualize the promotion process at https://paas.upshift.redhat.com/console/project/waiverdb-test/browse/pipelines/$job-name. +4. Visualize the build process at `https://console-openshift-console.apps./k8s/ns/waiverdb-test/builds/`. -5. Verify the image change by logging into your container registry (quay.io). \ No newline at end of file +5. Verify the image change by logging into your container registry (quay.io). diff --git a/openshift/docs/pipeline-test-image.md b/openshift/docs/pipeline-test-image.md index c4c5194..128490f 100644 --- a/openshift/docs/pipeline-test-image.md +++ b/openshift/docs/pipeline-test-image.md @@ -31,6 +31,6 @@ If your container registry requires authentication, use the `CONTAINER_REGISTRY_CREDENTIALS` parameter. For more information about parameters of integration test pipeline jobs, see [waiverdb-integration-test-template.yaml](../pipelines/templates/waiverdb-integration-test-template.yaml). -4. Visualize the build process at https://paas.upshift.redhat.com/console/project/waiverdb-test/browse/pipelines/$job-name. +4. Visualize the build process at `https://console-openshift-console.apps./k8s/ns/waiverdb-test/builds/`. -5. After the test finishes, a UMB message will be sent to `VirtualTopic.eng.ci.container-image.test.complete` topic. The test result will also be available at ResultsDB with the artifact type `container-image`. \ No newline at end of file +5. After the test finishes, a UMB message will be sent to `VirtualTopic.eng.ci.container-image.test.complete` topic. The test result will also be available at ResultsDB with the artifact type `container-image`.