This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support reuse mode for pipeline #4310
Merged
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
bf41180
add pipeline for adl
SparkSnail c9f1fa1
fix agent pool
SparkSnail 5c8655f
fix build
SparkSnail 3aec741
fix build
SparkSnail a34cb20
fix build
SparkSnail 650f9b0
fix build
SparkSnail a2965e7
fix build
SparkSnail bf5a0bc
fix sed command
SparkSnail 8dbfb61
fix build
SparkSnail 41d8844
fix docker image
SparkSnail 5acad1d
fix docker
SparkSnail 57c9be2
fix test cases in adl
SparkSnail a00fdc3
fix str
SparkSnail 7a230ff
fix searchspace path
SparkSnail 291507d
fix build
SparkSnail 100e2ef
fix config file path
SparkSnail df81878
fix accessor test
SparkSnail ccc018e
add waittime
SparkSnail 63c915b
add main_adl test case
SparkSnail 33c15a2
fix build
SparkSnail 09e95b7
fix build
SparkSnail 29d2b61
Merge branch 'v2.0' of https://github.com/microsoft/nni into dev-pipe…
SparkSnail 32b3242
fix comments
SparkSnail bdeadb7
fix conflict
SparkSnail 36049d6
support aml pipeline
SparkSnail 3c02c82
fix build
SparkSnail 42793cd
fix build
SparkSnail 09338e5
fix build
SparkSnail 0c5a4ba
fix build
SparkSnail fde4fcc
fix build
SparkSnail 1b41ed6
fix build
SparkSnail 9acfe4e
fix build
SparkSnail 9b15f30
fix build
SparkSnail cacac59
fix build
SparkSnail 615eda2
fix build
SparkSnail 79f3b6e
fix build
SparkSnail 9d27257
fix build
SparkSnail fb9eb8d
Merge branch 'master' of https://github.com/microsoft/nni into dev-pi…
SparkSnail 868758d
Merge branch 'master' of https://github.com/microsoft/nni into dev-pi…
SparkSnail 1ca40f6
Merge branch 'master' of https://github.com/microsoft/nni into dev-pi…
SparkSnail 61edf12
Dev fix aml (#4197)
SparkSnail 7220d7b
upgrade stop logic
SparkSnail 628a0b8
Merge branch 'dev-pipeline' of https://github.com/microsoft/nni into …
SparkSnail 6e3b976
add log
SparkSnail 1de5b85
fix update
SparkSnail b8ae8f5
add more log
SparkSnail 9ec4df5
remove unused code
SparkSnail e727f7c
remove unused code
SparkSnail ead2a8f
add stop logic
SparkSnail 28e7bd3
fix comments
SparkSnail 9a50101
Merge branch 'master' of https://github.com/microsoft/nni into dev-pi…
SparkSnail 8d7a9ad
debug
SparkSnail f24d733
debug
SparkSnail 1075f38
add debug log
SparkSnail d6b11b6
debug local
SparkSnail 853cd02
debug setting.json
SparkSnail 9a99775
remove unused code
SparkSnail c79cc40
remove unused code
SparkSnail e024e39
remove blank
SparkSnail d6e2faa
fix tslint
SparkSnail 14064cf
remove unused code
SparkSnail 87bde98
fix build
SparkSnail a1a9156
fix build
SparkSnail b5e93bd
add frameworkcontroller
SparkSnail b2b5b44
Merge branch 'master' of https://github.com/microsoft/nni into dev-pi…
SparkSnail b828733
revert
SparkSnail 1602793
remove unused change
SparkSnail File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need
args.reuse_mode.lower() == 'false'
like L37? either is fine for me.