Skip to content

Commit

Permalink
Checking only saas backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Jan 9, 2025
1 parent bdabd93 commit 69cc537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
SAAS_PAT: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
run: poetry run pytest --backend=all test/integration
run: poetry run pytest --backend=saas test/integration

# This job ensures inputs have been executed successfully.
approve-merge:
Expand Down
3 changes: 0 additions & 3 deletions test/integration/test_cloud_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@


def test_cloud_storage_setup_scripts(
backend,
secrets: Secrets,
setup_itde
):
if backend == "saas":
pytest.skip("Run this without SaaS")
local_jar_path = retrieve_jar(Project.CLOUD_STORAGE_EXTENSION)
bucket = open_bucketfs_connection(secrets)
bfs_jar_path = put_file(bucket, local_jar_path)
Expand Down

0 comments on commit 69cc537

Please sign in to comment.