Skip to content

Commit fa37f5c

Browse files
authored
Exclude continue_293 test on models with perms and apps (#4966)
Also don't mark it as Slow so it runs on PRs and enable it on Cloud.
1 parent 4f98409 commit fa37f5c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

acceptance/bundle/invariant/continue_293/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.
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
Cloud = false
2-
Slow = true
3-
41
# $resources references to permissions and grants are not supported on v0.293.0
52
EnvMatrixExclude.no_permission_ref = ["INPUT_CONFIG=job_permission_ref.yml.tmpl"]
63
EnvMatrixExclude.no_cross_resource_ref = ["INPUT_CONFIG=job_cross_resource_ref.yml.tmpl"]
74
EnvMatrixExclude.no_grant_ref = ["INPUT_CONFIG=schema_grant_ref.yml.tmpl"]
5+
6+
# Model permissions did not work until 0.297.0 https://github.com/databricks/cli/pull/4941
7+
EnvMatrixExclude.no_model_with_permissions = ["INPUT_CONFIG=model_with_permissions.yml.tmpl"]
8+
9+
# LOG.deploy: Error: cannot update resources.apps.foo: updating id=app-dnppf7fm4zalnocu4yav774xpy: Invalid update mask. Only description, budget_policy_id, usage_policy_id, resources, user_api_scopes, compute_size, compute_min_instances, compute_max_instances, git_repository, telemetry_export_destinations are allowed. Supplied update mask: * (400 INVALID_PARAMETER_VALUE)
10+
EnvMatrixExclude.no_app = ["INPUT_CONFIG=app.yml"]

0 commit comments

Comments
 (0)