Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

pipeline_update:
name: "Run pipeline update"
runs-on: ubuntu-latest
runs-on: [self-hosted]

needs:
- deploy
Expand Down
6 changes: 3 additions & 3 deletions bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Loading