diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index adb0ee6..ef6a1b0 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -32,7 +32,7 @@ jobs: pipeline_update: name: "Run pipeline update" - runs-on: ubuntu-latest + runs-on: [self-hosted] needs: - deploy diff --git a/bundle.yml b/bundle.yml index 9d1d482..f317eeb 100644 --- a/bundle.yml +++ b/bundle.yml @@ -3,7 +3,7 @@ bundle: name: medium_post_report workspace: - host: https://e2-dogfood.staging.cloud.databricks.com/ + host: https://e2-demo-field-eng.cloud.databricks.com/ resources: @@ -51,7 +51,7 @@ environments: qa: # This environment is when deploying test runs from a pull request on GitHub. workspace: - host: https://e2-demo-west.cloud.databricks.com/ + host: https://e2-demo-field-eng.cloud.databricks.com/ resources: pipelines: medium_metrics_pipeline: @@ -62,7 +62,7 @@ environments: production: workspace: - host: https://e2-demo-west.cloud.databricks.com/ + host: https://e2-demo-field-eng.cloud.databricks.com/ resources: pipelines: medium_metrics_pipeline: