-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML][Pipeline] Upgrade schedule operation version (#29127)
* Upgrade schedule operation version * Add test with output Signed-off-by: Brynn Yin <[email protected]> --------- Signed-off-by: Brynn Yin <[email protected]>
- Loading branch information
1 parent
c7fee36
commit f4fab8e
Showing
12 changed files
with
6,118 additions
and
5,062 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
490 changes: 302 additions & 188 deletions
490
...s/recordings/schedule/e2etests/test_schedule.pyTestScheduletest_command_job_schedule.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,219 changes: 1,219 additions & 0 deletions
1,219
...etests/test_schedule.pyTestScheduletest_create_schedule_pipeline_with_output_binding.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,343 changes: 640 additions & 703 deletions
1,343
...gs/schedule/e2etests/test_schedule.pyTestScheduletest_load_cron_schedule_with_arm_id.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,263 changes: 654 additions & 609 deletions
1,263
...e2etests/test_schedule.pyTestScheduletest_load_cron_schedule_with_arm_id_and_updates.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,249 changes: 520 additions & 729 deletions
1,249
...hedule/e2etests/test_schedule.pyTestScheduletest_load_cron_schedule_with_job_updates.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,295 changes: 670 additions & 625 deletions
1,295
...hedule/e2etests/test_schedule.pyTestScheduletest_load_recurrence_schedule_no_pattern.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,255 changes: 678 additions & 577 deletions
1,255
...dule/e2etests/test_schedule.pyTestScheduletest_load_recurrence_schedule_with_pattern.json
Large diffs are not rendered by default.
Oops, something went wrong.
2,413 changes: 1,091 additions & 1,322 deletions
2,413
...ests/recordings/schedule/e2etests/test_schedule.pyTestScheduletest_schedule_lifetime.json
Large diffs are not rendered by default.
Oops, something went wrong.
616 changes: 308 additions & 308 deletions
616
...sts/recordings/schedule/e2etests/test_schedule.pyTestScheduletest_spark_job_schedule.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
sdk/ml/azure-ai-ml/tests/test_configs/schedule/schedule_pipeline_with_output_binding.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$schema: http://azureml/sdk-2-0/Schedule.json | ||
name: schedule_pipeline_with_output_binding | ||
display_name: Schedule pipeline with output binding | ||
description: Schedule pipeline with output binding | ||
|
||
trigger: | ||
type: cron | ||
expression: "15 10 * * 1" | ||
time_zone: "Pacific Standard Time" # optional - default will be UTC | ||
|
||
create_job: | ||
job: ../pipeline_jobs/pipeline_job_with_pipeline_component.yml |