Skip to content

Commit

Permalink
updated release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojtyczka committed Jan 31, 2025
1 parent a0d2548 commit ce0ed25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
DATABRICKS_CLUSTER_ID: ${{ secrets.TEST_USER_ISOLATION_CLUSTER_ID }}
11 changes: 6 additions & 5 deletions tests/integration/fixtures/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ def serverless_env():
os.environ.pop('DATABRICKS_SERVERLESS_COMPUTE_ID')


@fixture
def debug_env_bugfix(monkeypatch, debug_env):
# This is a workaround to set shared cluster
# TODO: Update secret vault for acceptance testing and remove the bugfix
monkeypatch.setitem(debug_env, "DATABRICKS_CLUSTER_ID", "1114-152544-29g1w07e")
# @fixture
# def debug_env_bugfix(monkeypatch, debug_env):
# # This is a workaround to set shared cluster
# debug_env
# # TODO: Update secret vault for acceptance testing and remove the bugfix
# monkeypatch.setitem(debug_env, "DATABRICKS_CLUSTER_ID", "1114-152544-29g1w07e")


@fixture
Expand Down

0 comments on commit ce0ed25

Please sign in to comment.