Commit 70fef91
Skip local+cloud tests on cloud when run on PRs (#4531)
## Changes
- Only run integration tests on PRs if they don't have local
counterpart.
- Replace -skiplocal option with DATABRICKS_TEST_SKIPLOCAL env var so
that multiple test packages can be run together
## Why
The integration tests are now taking more than >1.5h. This drops the
time back to 10m. Once we convert more tests from cloud-only to
cloud+local (like #4507) we'll
drop it further until eventually it becomes 0.
All tests will still run on cloud on main, so they act as async check
that testserver implementation matches cloud well enough.
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f3d416b commit 70fef91
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
| |||
410 | 408 | | |
411 | 409 | | |
412 | 410 | | |
413 | | - | |
414 | | - | |
| 411 | + | |
| 412 | + | |
415 | 413 | | |
416 | 414 | | |
417 | 415 | | |
| |||
0 commit comments