Uploaded image for project: 'OpenShift Windows Containers'
  1. OpenShift Windows Containers
  2. WINC-1578

Fix vSphere debug service account dockercfg wait (blocks 12+ tests)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • None
    • None
    • None
    • None

      Problem: Tests timeout waiting for service account 'default' dockercfg secret on vSphere debug

      Error: 'Waiting for service account "default" secrets () to include dockercfg'

      Affected Tests: 12+ Smokerun tests on vSphere debug only

      Root Cause: vSphere debug clusters have broken/disabled service account token controller - dockercfg secrets never created

      Fix: Skip dockercfg wait on vSphere debug platforms

      if iaasPlatform == "vsphere" {
          e2e.Logf("vSphere debug: Skipping SA dockercfg wait - infra issue WINC-XXXX")
          return
      }
      framework.WaitForDefaultServiceAccountInNamespace(c, namespace)
      

      Platform: vSphere debug builds only
      Priority: Critical - blocks majority of vSphere tests

      Prow CI: https://qe-private-deck-ci.apps.ci.l2s4.p1.openshiftapps.com/view/gs/qe-private-deck/pr-logs/pull/openshift_openshift-tests-private/28806/pull-ci-openshift-openshift-tests-private-main-debug-winc-vsphere-ipi/2014938578072637440

              rhn-support-weinliu Weinan Liu
              rrasouli Aharon Rasouli
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: