diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml index f396e8e375663fc96f3e097e1165e0ce8aa83f01..904a42421d86a97213d31f998ab228bde1cf7b84 100644 --- a/devops/core-plus/pipeline/override-stages.yml +++ b/devops/core-plus/pipeline/override-stages.yml @@ -6,7 +6,3 @@ variables: core-containerize-gitlab: needs: - "compile-and-unit-test" - -gc-baremetal-test-python: - variables: - VIRTUAL_SERVICE_HOST_NAME: $OSDU_BAREMETAL_UNIT_HOSTNAME diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml index 5dc579d8817dfdd646234e5944b048423a786775..abd6e2fa61a3577ed692317b2051a43801caea19 100644 --- a/devops/gc/pipeline/override-stages.yml +++ b/devops/gc/pipeline/override-stages.yml @@ -3,7 +3,6 @@ variables: GC_VENDOR: gc GC_INT_TEST_TYPE: python GC_PYTHON_INT_TEST_SUBDIR: testing/unit_test_gc - GC_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal gc-test-python: variables: @@ -14,7 +13,3 @@ gc-dev2-test-python: variables: VIRTUAL_SERVICE_HOST_NAME: $GC_UNIT_HOSTNAME GOOGLE_APPLICATION_CREDENTIALS: $GC_INTEGRATION_TESTER_SA_FILE - -gc-baremetal-test-python: - variables: - VIRTUAL_SERVICE_HOST_NAME: $OSDU_BAREMETAL_UNIT_HOSTNAME