-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
False
-
-
-
OCMUI Core Sprint 257, OCMUI Core Sprint 258, OCMUI Core Sprint 259
promotion-picking-order.mjs
remove usage and instructions for promoting to Candidate (incl. updating the script's logic).
This is one of the main efforts to move to 2-stage promotion Starting Aug 9 promotions should go directly to production.
app-interface:
- remove prod/preview job (triggered from candidate branch)
- remove beta ('preview') deployment-targets
this is a 2-phase process - see the full instructions on the repo FAQ entry
deploy_info.mjs
2 mentions of /preview in "comment" property:
(search for more related occurrences)
{ name: 'live_consoledev_beta_master', ci_job: 'https://insights-dev-jenkins.apps.crcd01ue1.zmsj.p1.openshiftapps.com/job/insights-frontend-deployer/job/uhc-portal-frontend-deploy/job/qa-beta/', comment: 'Live at https://console.dev.redhat.com/preview/openshift/', info: appInfo('https://console.dev.redhat.com/beta/apps/openshift/app.info.json'), }, ... { name: 'live_candidate', ci_job: 'https://insights-dev-jenkins.apps.crcd01ue1.zmsj.p1.openshiftapps.com/job/insights-frontend-deployer/job/uhc-portal-frontend-deploy/job/prod-beta/', comment: 'Live at https://console.redhat.com/preview/openshift/', info: appInfo('https://console.redhat.com/beta/apps/openshift/app.info.json'), },
profiles/local-frontend.js ??? not needed; this is part of the already broken insights-proxy server, which should be cleaned up altogether
routes[`/preview/${APP_ID}`] = { host: 'http://localhost:8001' };
push_to_insights.sh
(search for more related occurrences)
echo "running staging (qa-beta) push" rm -rf dist yarn build --mode=production --env api-env=staging beta="true" push_build "qa-beta" echo "staging branch is available on https://console.dev.redhat.com/preview/openshift"
elif [ "$1" == "candidate" ]; then echo "running candidate push" echo "Candidate branch is available on https://console.redhat.com/preview/openshift" rm -rf dist yarn build --mode=production --env api-env=production beta="true" push_build "prod-beta"
run/cypress-qe-executor.sh (cc jmekkatt@redhat.com)
elif [ $1 = 'production-preview' ]; then ENVIRONMENT="console.redhat.com/preview" else ENVIRONMENT="console.dev.redhat.com/preview" fi
- split to
-
OCMUI-2100 [OCM UI QE] Remove the preview references from the QE CI definitions
- Closed
- mentioned on
(1 mentioned on)