Skip to content

Commit e2a6c4e

Browse files
committed
[chore] update acceptance.yml and remove circular downstreads
1 parent f876a74 commit e2a6c4e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ jobs:
4545
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
4646
4747
- name: Run integration tests
48-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
48+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
4949
with:
5050
vault_uri: ${{ secrets.VAULT_URI }}
51-
timeout: 55m
5251
env:
5352
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5453
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}

.github/workflows/downstreams.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
downstream:
29-
- name: blueprint
30-
- name: lsql
3129
- name: ucx
3230
- name: remorph
3331
runs-on: ubuntu-latest

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
run: pip install hatch==1.9.4
3636

3737
- name: Run nightly tests
38-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
38+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
3939
with:
4040
vault_uri: ${{ secrets.VAULT_URI }}
41-
timeout: 55m
4241
create_issues: true
4342
env:
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)