Uploaded image for project: 'OCP Technical Release Team'
  1. OCP Technical Release Team
  2. TRT-1508

Remove misnamed techpreview job results from component readiness

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • None
    • False
    • None
    • False

      Thread: https://redhat-internal.slack.com/archives/C02K89U2EV8/p1707841414017889

      David is requesting urgent removal of periodic-ci-openshift-release-master-nightly-X.X-e2e-vsphere-static-ovn from Component Readiness for 4.15, as there is a serious push to use it for release decision and this result should not be appearing as the job is actually tech preview, despite not having it in it's name.

      Any hack needed is acceptable including just filtering it out manually from the CR query.

            [TRT-1508] Remove misnamed techpreview job results from component readiness

            Justin Pierce added a comment - - edited

            Added hardcoded variant addition for the 4.15 job: https://github.com/jupierce/prowjobs-to-bigquery/pull/6/commits/8281903d81ec278cb0bd4bc22167de2a9ef17275
            And ran the following after deployment in order to update the database:

            UPDATE `openshift-gce-devel.ci_analysis_us.junit`
            SET variants = ["standard","techpreview"], flat_variants = "standard,techpreview"
            WHERE prowjob_name = "periodic-ci-openshift-release-master-nightly-4.15-e2e-vsphere-static-ovn"
            AND flat_variants NOT LIKE "%techpreview%"
             

            Justin Pierce added a comment - - edited Added hardcoded variant addition for the 4.15 job: https://github.com/jupierce/prowjobs-to-bigquery/pull/6/commits/8281903d81ec278cb0bd4bc22167de2a9ef17275 .  And ran the following after deployment in order to update the database: UPDATE `openshift-gce-devel.ci_analysis_us.junit` SET variants = ["standard","techpreview"] , flat_variants = "standard,techpreview" WHERE prowjob_name = "periodic-ci-openshift-release-master-nightly-4.15-e2e-vsphere-static-ovn" AND flat_variants NOT LIKE "%techpreview%"  

              jupierce Justin Pierce
              rhn-engineering-dgoodwin Devan Goodwin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: