Commit 74fb879
authored
acceptance: skip integration_whl/wrapper{,_custom_params} on AWS (#5152)
## Summary
The `wrapper` and `wrapper_custom_params` tests pin Spark to
`12.2.x-scala2.12` to exercise the trampoline workaround for DBR <13.1
([PR #635](#635)). The AWS test
workspaces have disabled legacy access, so 12.2.x is rejected at job
submission time:
```
INVALID_PARAMETER_VALUE: Spark version 12.2.x-scala2.12 isn't supported because legacy
access is disabled in your workspace. Please use Databricks Runtime 13.3 LTS or above
when any legacy features are disabled.
```
Bumping the runtime would defeat the purpose of the test (the trampoline
only triggers for DBR <13.1). Restrict the test matrix to Azure where
12.2.x is still bookable. GCP was already excluded for an unrelated DBR
release issue.
The trampoline itself is covered by unit tests in `bundle/trampoline/`
and acceptance tests under `acceptance/bundle/trampoline/`.
## Test plan
- [ ] Confirm next nightly: wrapper and wrapper_custom_params no longer
in the failures list on aws-prod-is or aws-prod-ucws-is.
- [ ] They continue to pass on Azure (azure-prod-is, azure-prod-ucws-is)
where they had been passing before.
This pull request was AI-assisted by Isaac.1 parent 5fa9c5f commit 74fb879
4 files changed
Lines changed: 14 additions & 2 deletions
File tree
- acceptance/bundle/integration_whl
- wrapper_custom_params
- wrapper
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
0 commit comments