Skip to content

Commit 4a34730

Browse files
authored
Disable alerts tests on cloud (#4341)
Due to issue with retries, these tests reliably time out, causing 2h-3h runtime for integration tests. Example run: https://github.com/databricks-eng/eng-dev-ecosystem/actions/runs/21179046975/job/60915975394
1 parent 96d7b22 commit 4a34730

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

acceptance/bundle/deployment/bind/alert/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/deployment/bind/alert/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cloud = true
1+
Cloud = false
22
Local = false
33

44
# Alert tests timeout during bundle deploy (hang at file upload for 50+ minutes).

acceptance/bundle/generate/alert/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/generate/alert/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cloud = true
1+
Cloud = false
22
Local = false
33

44
# Alert tests timeout during bundle deploy (hang at file upload for 50+ minutes).

acceptance/bundle/resources/alerts/basic/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/resources/alerts/basic/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Local = true
2-
Cloud = true
2+
Cloud = false
33
RecordRequests = false
44
Ignore = [".databricks"]
55

acceptance/bundle/resources/alerts/with_file/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/resources/alerts/with_file/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Local = false
2-
Cloud = true
2+
Cloud = false
33
RecordRequests = false
44
Ignore = [".databricks"]
55

0 commit comments

Comments
 (0)