Skip to content

Add preliminary job_runs resource - #5603

Merged
radakam merged 46 commits into
mainfrom
job-runs-resource
Jul 8, 2026
Merged

Add preliminary job_runs resource#5603
radakam merged 46 commits into
mainfrom
job-runs-resource

Conversation

@radakam

@radakamradakam commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Changes

Adds a job_runs bundle resource (direct engine) that triggers one RunNow during bundle deploy — the declarative equivalent of jobs run-now.

resources:
job_runs:
my_run:
job_id: ${resources.jobs.my_job.id}job_parameters:
env: dev

A run is immutable: there is no update path. It re-triggers (delete + fresh RunNow) only when its own config changes, not when the targeted job changes elsewhere. recreate_on_changes and ignore_remote_changes are both single root rules.

DoCreate calls RunNow; DoRead uses GetRun and returns a faithful remote view (run_id, state, run_page_url, etc.). DoDelete calls jobs/runs/delete on destroy and recreate; deleting an active run surfaces the API error.

State load keeps the config job_id reference (${resources.jobs.*.id}) for plan dependencies; the resolved numeric id is stored as internal resolved_job_id for URL generation. job_runs is on the run_as allow list — execution identity comes from the referenced job.

Why

Triggering a job during deploy today requires custom scripts outside the bundle. This lets users declaratively run jobs as part of deployment (migrations, training, data prep, etc.).

Tests

  • Acceptance (direct engine): basic, redeploy, job_parameters
  • no_drift invariant extended for job_runs
  • Unit: dresources, dstate, workspaceurls, run_as allow list
  • Testserver: jobs/runs/delete; RunNow/GetRun resolve parameters for faithful DoRead

@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 07:21 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 07:21 — with GitHub Actions Inactive
@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Integration test report

Commit: 9bfd7e5

Run: 28968275908

Env🟨​KNOWN🔄​flaky💚​RECOVERED🙈​SKIP✅​pass🙈​skipTime
💚​aws linux4423010724:53
💚​aws windows4423210704:01
💚​aws-ucws linux443149906:37
💚​aws-ucws windows443169885:32
💚​azure linux4423010714:06
💚​azure windows4423210694:05
🟨​azure-ucws linux211431698710:18
🔄​azure-ucws windows1343189856:15
💚​gcp linux4422910734:18
💚​gcp windows4423110714:04
8 interesting tests: 4 SKIP, 2 KNOWN, 1 RECOVERED, 1 flaky
Test Nameaws linuxaws windowsaws-ucws linuxaws-ucws windowsazure linuxazure windowsazure-ucws linuxazure-ucws windowsgcp linuxgcp windows
💚​TestAccept💚​R💚​R💚​R💚​R💚​R💚​R💚​R💚​R💚​R💚​R
🙈​TestAccept/bundle/invariant/no_drift🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/bundle/resources/vector_search_endpoints/drift/recreated_same_name🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/bundle/resources/vector_search_indexes/recreate/embedding_dimension🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/ssh/connection🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🟨​TestFetchRepositoryInfoAPI_FromRepo💚​R💚​R💚​R💚​R💚​R💚​R🟨​K🔄​f💚​R💚​R
🟨​TestFetchRepositoryInfoAPI_FromRepo/root💚​R💚​R💚​R💚​R💚​R💚​R🟨​K💚​R💚​R💚​R
🔄​TestFetchRepositoryInfoAPI_FromRepo/subdir💚​R💚​R💚​R💚​R💚​R💚​R🔄​f💚​R💚​R💚​R
Top 5 slowest tests (at least 2 minutes):
durationenvtestname
3:11gcp windowsTestAccept
3:06azure windowsTestAccept
3:05aws-ucws windowsTestAccept
3:05aws windowsTestAccept
3:04azure-ucws windowsTestAccept

@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 10:55 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 10:55 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:01 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:01 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:03 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:03 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:40 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:40 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:50 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 12:50 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:24 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:24 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:25 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:25 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:45 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 13:45 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 14:29 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is June 15, 2026 14:29 — with GitHub Actions Inactive
@radakam
radakam marked this pull request as ready for review June 15, 2026 18:54
Comment threadacceptance/bundle/resources/job_runs/basic/script
Comment threadbundle/direct/dresources/job_run.go
Comment threadacceptance/bundle/resources/job_runs/basic/script
Comment threadbundle/direct/dresources/job_run.go Outdated
Comment threadbundle/direct/dresources/job_run.go
Comment threadacceptance/bundle/resources/job_runs/redeploy/script
Comment threadacceptance/bundle/resources/job_runs/basic/databricks.yml
Comment threadbundle/statemgmt/state_load.go Outdated
Comment threadbundle/direct/dresources/job_run.go Outdated
Comment threadbundle/direct/dresources/resources.yml Outdated
radakam added 2 commits July 6, 2026 12:11
Address review feedback on the job_runs resource:
- DoRead now returns a faithful view of the remote run (job_id, overriding
parameters, and the resolved job_parameters set) instead of only job_id.
Drift is handled by field behavior, not by DoRead: the ignore_remote_changes
root rule suppresses every remote-only diff and recreate_on_changes
re-triggers on a local change.
- Collapse ignore_remote_changes to a single root rule (omitted field), mirroring
recreate_on_changes, instead of listing every input field.
- Stop overwriting the config job_id ${resources.jobs.*.id} reference during
state load, which dropped the plan dependency it creates. Load the resolved
job_id into a new internal ResolvedJobID field used only to build the run URL.
- Shorten job_runs comments.
@radakam
radakamtemporarily deployed to test-trigger-is July 7, 2026 07:00 — with GitHub Actions Inactive
@radakam
radakamtemporarily deployed to test-trigger-is July 7, 2026 07:00 — with GitHub Actions Inactive
Comment threadbundle/config/mutator/resourcemutator/run_as.go Outdated
radakam added 3 commits July 7, 2026 13:45
Job runs inherit execution identity from the referenced job, so they belong on the run_as allow list instead of being explicitly rejected.
Keep both JobsSubmit from main and the job_runs run-parameter helpers.
Reframe the comment to state intent (faithfully mirror GetRun's resolved
job_parameters) rather than describing it as working around its own output
via ignore_remote_changes.
Comment threadacceptance/bundle/resources/job_runs/redeploy/script Outdated
Comment threadbundle/direct/dresources/all_test.go Outdated
Comment threadbundle/direct/dresources/job_run.go Outdated
Comment threadbundle/direct/dresources/job_run.go Outdated
radakamand others added 5 commits July 8, 2026 11:14
- DoRead: construct state via an exhaustive struct literal so exhaustruct
verifies every RunNow field is consciously handled
- all_test.go: extract markCovered closure into a package-private helper
- redeploy acceptance: filter the JSON plan to the relevant run resource
and drop the redundant textual bundle plan calls
Since #5849 the field walk no longer skips the root node, so a root rule
(omitted field) records the empty path "" and short-circuits the walk at
the root on its own. The separate rootCovered flag and markCovered helper
are no longer needed; inline the coverage assignment.
Introduce JobRunRemote as the DoRead return type: it embeds RunNow (so all
state paths remain valid remote paths per TestRemoteSuperset) and adds the
run's output-only fields, matching the job.go pattern. makeJobRunRemote does
the flatten-mapping, RemapState becomes a trivial extraction, and DoCreate
returns a nil remote to be read back via DoRead.
DoRead now returns the full GetRun response, adding REMOTE fields
(run_id, run_name, run_page_url, run_type, state.*) to the job_runs
resource. Regenerate out.fields.txt so validate-generated and the
refschema acceptance test pass.
Comment threadbundle/direct/dresources/resources.yml Outdated
radakam added 3 commits July 8, 2026 14:59
The root ignore_remote_changes rule covers a mix of output-only fields
(run_id, state, run_page_url) and round-tripped input fields (job_id,
job_parameters), all of which GetRun returns. input_only means "not
returned by GET", which is inaccurate here. The rule exists because the
run is immutable/fire-once, so use that resource-level reason.
Sync generated bundle schema with the updated OpenAPI spec from main
(the jobs `only` field description gained the +upstream/downstream
selection semantics). Fixes the validate-generated CI drift.
@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator

Integration test report

Commit: 8713a83

Run: 28971991626

Env❌​FAIL🟨​KNOWN🔄​flaky💚​RECOVERED🙈​SKIP✅​pass🙈​skipTime
🔄​aws linux334527100142:12
🔄​aws windows644480101451:05
❌​aws-ucws linux91852973816144:56
❌​aws-ucws windows20152912834130:49
🔄​azure linux514521100243:15
🔄​azure windows244478101549:16
🔄​azure-ucws linux1152886847106:09
🔄​azure-ucws windows442836865108:54
💚​gcp linux44514100744:06
💚​gcp windows44471102050:18
43 interesting tests: 20 FAIL, 18 flaky, 2 RECOVERED, 2 SKIP, 1 KNOWN
Test Nameaws linuxaws windowsaws-ucws linuxaws-ucws windowsazure linuxazure windowsazure-ucws linuxazure-ucws windowsgcp linuxgcp windows
🟨​TestAccept🔄​f💚​R🟨​K🟨​K🔄​f💚​R💚​R🔄​f💚​R💚​R
❌​TestAccept/bundle/deploy/spark-jar-task✅​p✅​p✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=direct✅​p✅​p✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=terraform✅​p✅​p✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/deployment/bind/alert✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/deployment/bind/alert/DATABRICKS_BUNDLE_ENGINE=terraform✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/destroy/jobs-and-pipeline✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/destroy/jobs-and-pipeline/DATABRICKS_BUNDLE_ENGINE=terraform✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/generate/pipeline_and_deploy✅​p🔄​f🔄​f❌​F✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/generate/pipeline_and_deploy/DATABRICKS_BUNDLE_ENGINE=direct✅​p✅​p🔄​f✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
❌​TestAccept/bundle/generate/pipeline_and_deploy/DATABRICKS_BUNDLE_ENGINE=terraform✅​p🔄​f✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/generate/python_job_and_deploy✅​p🔄​f🔄​f❌​F✅​p✅​p🔄​f🔄​f✅​p✅​p
🔄​TestAccept/bundle/generate/python_job_and_deploy/DATABRICKS_BUNDLE_ENGINE=direct✅​p🔄​f🔄​f✅​p✅​p🔄​f🔄​f🔄​f✅​p✅​p
❌​TestAccept/bundle/generate/python_job_and_deploy/DATABRICKS_BUNDLE_ENGINE=terraform✅​p✅​p✅​p❌​F✅​p🔄​f✅​p✅​p✅​p✅​p
💚​TestAccept/bundle/invariant/no_drift🙈​S🙈​S💚​R💚​R🙈​S🙈​S💚​R💚​R🙈​S🙈​S
🔄​TestAccept/bundle/resources/alerts/basic✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/alerts/basic/DATABRICKS_BUNDLE_ENGINE=direct✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/apps/inline_config✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/apps/inline_config/DATABRICKS_BUNDLE_ENGINE=terraform✅​p✅​p✅​p✅​p✅​p✅​p🔄​f✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/clusters/lifecycle-started-toggle✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/clusters/resize-terminated-fallback✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/clusters/resize-terminated-fallback/DATABRICKS_BUNDLE_ENGINE=direct✅​p✅​p🔄​f✅​p✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/resources/dashboards/change-name🔄​f🔄​f✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/resources/dashboards/change-name/DATABRICKS_BUNDLE_ENGINE=direct✅​p🔄​f✅​p❌​F✅​p✅​p✅​p✅​p✅​p✅​p
🔄​TestAccept/bundle/resources/dashboards/change-name/DATABRICKS_BUNDLE_ENGINE=terraform🔄​f✅​p✅​p✅​p✅​p✅​p✅​p✅​p✅​p✅​p
❌​TestAccept/bundle/resources/postgres_endpoints/basic🙈​s🙈​s❌​F❌​F🙈​s🙈​s🙈​s🙈​s🙈​s🙈​s
❌​TestAccept/bundle/resources/postgres_endpoints/basic/DATABRICKS_BUNDLE_ENGINE=direct❌​F❌​F
❌​TestAccept/bundle/resources/postgres_endpoints/basic/DATABRICKS_BUNDLE_ENGINE=terraform❌​F❌​F
❌​TestAccept/bundle/resources/postgres_endpoints/replace_existing🙈​s🙈​s❌​F❌​F🙈​s🙈​s🙈​s🙈​s🙈​s🙈​s
❌​TestAccept/bundle/resources/postgres_endpoints/replace_existing/DATABRICKS_BUNDLE_ENGINE=direct❌​F❌​F
❌​TestAccept/bundle/resources/postgres_endpoints/replace_existing/DATABRICKS_BUNDLE_ENGINE=terraform❌​F❌​F
❌​TestAccept/bundle/resources/postgres_endpoints/update_autoscaling🙈​s🙈​s❌​F❌​F🙈​s🙈​s🙈​s🙈​s🙈​s🙈​s
❌​TestAccept/bundle/resources/postgres_endpoints/update_autoscaling/DATABRICKS_BUNDLE_ENGINE=direct❌​F❌​F
❌​TestAccept/bundle/resources/postgres_endpoints/update_autoscaling/DATABRICKS_BUNDLE_ENGINE=terraform❌​F❌​F
❌​TestAccept/bundle/resources/postgres_projects/update_display_name🙈​s🙈​s✅​p❌​F🙈​s🙈​s🙈​s🙈​s🙈​s🙈​s
❌​TestAccept/bundle/resources/postgres_projects/update_display_name/DATABRICKS_BUNDLE_ENGINE=direct✅​p❌​F
💚​TestAccept/bundle/resources/vector_search_endpoints/drift/recreated_same_name🙈​S🙈​S💚​R💚​R🙈​S🙈​S💚​R💚​R🙈​S🙈​S
🙈​TestAccept/bundle/resources/vector_search_indexes/recreate/embedding_dimension🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/ssh/connection🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🔄​TestFetchRepositoryInfoAPI_FromRepo💚​R💚​R💚​R💚​R💚​R💚​R🔄​f🔄​f💚​R💚​R
🔄​TestFetchRepositoryInfoAPI_FromRepo/root💚​R💚​R💚​R💚​R🔄​f💚​R💚​R💚​R💚​R💚​R
🔄​TestFetchRepositoryInfoAPI_FromRepo/subdir💚​R💚​R💚​R💚​R🔄​f💚​R💚​R💚​R💚​R💚​R
Top 50 slowest tests (at least 2 minutes):
durationenvtestname
15:04aws-ucws linuxTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
12:54aws-ucws windowsTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
11:57gcp linuxTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
11:56aws-ucws linuxTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
11:48aws-ucws windowsTestAccept/bundle/invariant/no_drift/DATABRICKS_BUNDLE_ENGINE=direct/INPUT_CONFIG=cluster_apply_policy_default_values.yml.tmpl/READPLAN=1
11:27gcp windowsTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
11:09aws linuxTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
10:31aws linuxTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
9:34azure-ucws linuxTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
8:53aws-ucws windowsTestAccept/bundle/invariant/no_drift/DATABRICKS_BUNDLE_ENGINE=direct/INPUT_CONFIG=cluster.yml.tmpl/READPLAN=1
8:40gcp windowsTestAccept/bundle/resources/clusters/deploy/local_ssd_count/DATABRICKS_BUNDLE_ENGINE=direct
8:30azure windowsTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
8:25gcp linuxTestAccept/bundle/resources/clusters/deploy/data_security_mode/DATABRICKS_BUNDLE_ENGINE=direct
8:22aws-ucws linuxTestAccept/bundle/resources/clusters/resize-terminated-fallback/DATABRICKS_BUNDLE_ENGINE=direct
8:16gcp windowsTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
8:07aws-ucws windowsTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:59aws-ucws linuxTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:53aws linuxTestAccept/bundle/resources/clusters/resize-terminated-fallback/DATABRICKS_BUNDLE_ENGINE=direct
7:53aws-ucws windowsTestAccept/bundle/invariant/no_drift/DATABRICKS_BUNDLE_ENGINE=direct/INPUT_CONFIG=cluster_apply_policy_default_values.yml.tmpl/READPLAN=
7:49aws windowsTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:38aws-ucws linuxTestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=direct
7:29azure-ucws windowsTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:20azure linuxTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:13azure-ucws linuxTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:12aws linuxTestAccept/bundle/resources/apps/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
7:08gcp linuxTestAccept/bundle/resources/clusters/deploy/simple/DATABRICKS_BUNDLE_ENGINE=direct
6:57aws-ucws windowsTestAccept/bundle/invariant/no_drift/DATABRICKS_BUNDLE_ENGINE=direct/INPUT_CONFIG=cluster.yml.tmpl/READPLAN=
6:53aws windowsTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
6:49gcp linuxTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
6:46gcp linuxTestAccept/bundle/resources/clusters/deploy/local_ssd_count/DATABRICKS_BUNDLE_ENGINE=direct
6:44azure-ucws linuxTestAccept/bundle/config-remote-sync/multiple_resources/DATABRICKS_BUNDLE_ENGINE=terraform
6:43aws linuxTestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform
6:35aws-ucws windowsTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
6:24azure linuxTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
6:22azure-ucws linuxTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
6:09azure-ucws windowsTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
5:59gcp windowsTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
5:51azure windowsTestAccept/bundle/resources/clusters/lifecycle-started/DATABRICKS_BUNDLE_ENGINE=direct
5:36aws-ucws linuxTestAccept/bundle/resources/clusters/deploy/update-after-create/DATABRICKS_BUNDLE_ENGINE=terraform
5:35aws-ucws linuxTestAccept/bundle/config-remote-sync/multiple_resources/DATABRICKS_BUNDLE_ENGINE=direct
5:19aws linuxTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=terraform
5:12aws windowsTestAccept/bundle/resources/clusters/lifecycle-started-toggle/DATABRICKS_BUNDLE_ENGINE=direct
5:11azure-ucws linuxTestAccept/bundle/resources/apps/inline_config/DATABRICKS_BUNDLE_ENGINE=direct
5:09azure windowsTestAccept/bundle/resources/apps/lifecycle-started-omitted/DATABRICKS_BUNDLE_ENGINE=direct
5:04gcp linuxTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=direct
5:02aws windowsTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=terraform
4:56gcp windowsTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=terraform
4:56aws-ucws linuxTestAccept/bundle/config-remote-sync/multiple_resources/DATABRICKS_BUNDLE_ENGINE=terraform
4:47aws-ucws linuxTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=direct
4:46gcp windowsTestAccept/bundle/deploy/spark-jar-task/DATABRICKS_BUNDLE_ENGINE=direct

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@radakam@eng-dev-ecosystem-bot@denik@andrewnester