• 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)

      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
      

            emalka@redhat.com Eliran Malka
            dtaylor@redhat.com David Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: