Skip to content

Commit 9ecf212

Browse files
committed
temp: disable sanity tests gate for release
1 parent 45e4e9a commit 9ecf212

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/release.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@ permissions:
1313
contents: write
1414

1515
jobs:
16-
sanity-tests:
17-
name: Sanity tests (gate)
18-
runs-on: ubuntu-latest
19-
timeout-minutes: 120
20-
steps:
21-
- name: Trigger and wait for sanity tests
22-
uses: convictional/[email protected]
23-
with:
24-
owner: Altinity
25-
repo: cloud-regression
26-
github_token: ${{ secrets.CLOUD_REGRESSION_PAT }}
27-
workflow_file_name: tf-release.yml
28-
ref: main
29-
wait_interval: 60
30-
client_payload: >-
31-
{
32-
"use_local_provider": "true",
33-
"provider_version": "",
34-
"provider_ref": "${{ github.ref_name }}",
35-
"job": "all"
36-
}
37-
propagate_failure: true
38-
trigger_workflow: true
39-
wait_workflow: true
16+
# sanity-tests:
17+
# name: Sanity tests (gate)
18+
# runs-on: ubuntu-latest
19+
# timeout-minutes: 120
20+
# steps:
21+
# - name: Trigger and wait for sanity tests
22+
# uses: convictional/[email protected]
23+
# with:
24+
# owner: Altinity
25+
# repo: cloud-regression
26+
# github_token: ${{ secrets.CLOUD_REGRESSION_PAT }}
27+
# workflow_file_name: tf-release.yml
28+
# ref: main
29+
# wait_interval: 60
30+
# client_payload: >-
31+
# {
32+
# "use_local_provider": "true",
33+
# "provider_version": "",
34+
# "provider_ref": "${{ github.ref_name }}",
35+
# "job": "all"
36+
# }
37+
# propagate_failure: true
38+
# trigger_workflow: true
39+
# wait_workflow: true
4040

4141
goreleaser:
42-
needs: [sanity-tests]
42+
# needs: [sanity-tests]
4343
runs-on: [self-hosted, aws-altinity-inc-prod]
4444
steps:
4545
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)