Databricks CLI bundle run multiple jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 08:46 AM
Hi!
I am using bundles to deploy various workflows, and as part of a CI pipeline, I want to run integration tests. They are in notebooks that I deploy and run with databricks CLI bundle with Azure DevOps.
This allows me to run only one job at a time as the command takes only one argument (databricks bundle run --job_test_name)
This means that each job needs to run in sequence and is not really scalable. Is there any workaround so that we could basically do something like this, to run all jobs matching *-test?:
databricks bundle run *-test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 06:00 AM
Hi @Retired_mod and thanks for your reply.
I see, so all tests will need to be defined in one config file under one job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:29 AM
Thank you so much for the information.

