Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
860ad5cf
Unverified
Commit
860ad5cf
authored
Oct 18, 2022
by
J-shang
Committed by
GitHub
Oct 18, 2022
Browse files
[Pipeline] fix filter resource (#5163)
parent
28da51a4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
35 deletions
+4
-35
pipelines/fast-test.yml
pipelines/fast-test.yml
+0
-7
pipelines/full-test-compression.yml
pipelines/full-test-compression.yml
+0
-7
pipelines/full-test-hpo.yml
pipelines/full-test-hpo.yml
+0
-7
pipelines/full-test-nas.yml
pipelines/full-test-nas.yml
+0
-7
pipelines/templates/stage-filter.yml
pipelines/templates/stage-filter.yml
+4
-7
No files found.
pipelines/fast-test.yml
View file @
860ad5cf
...
...
@@ -6,13 +6,6 @@ schedules:
include
:
[
master
]
always
:
true
resources
:
repositories
:
-
repository
:
azpfilter
type
:
github
name
:
microsoft/azure-pipeline-filter
endpoint
:
github-filter-connection
variables
:
filter.modified.globs
:
'
pipelines/fast-test.yml,!.github/**,!docs/**,!examples/**'
filter.prbody.heading
:
'
####
Test
Options'
...
...
pipelines/full-test-compression.yml
View file @
860ad5cf
...
...
@@ -6,13 +6,6 @@ schedules:
include
:
[
master
]
always
:
true
resources
:
repositories
:
-
repository
:
azpfilter
type
:
github
name
:
microsoft/azure-pipeline-filter
endpoint
:
github-filter-connection
variables
:
filter.modified.globs
:
'
examples/model_compress/**,nni/algorithms/compression/**,nni/compression/**,pipelines/full-test-compression.yml,test/algo/compression/**'
filter.prbody.heading
:
'
####
Test
Options'
...
...
pipelines/full-test-hpo.yml
View file @
860ad5cf
...
...
@@ -6,13 +6,6 @@ schedules:
include
:
[
master
]
always
:
true
resources
:
repositories
:
-
repository
:
azpfilter
type
:
github
name
:
microsoft/azure-pipeline-filter
endpoint
:
github-filter-connection
variables
:
filter.modified.globs
:
'
examples/tuners/**,nni/algorithms/hpo/**,pipelines/full-test-hpo.yml,'
filter.prbody.heading
:
'
####
Test
Options'
...
...
pipelines/full-test-nas.yml
View file @
860ad5cf
...
...
@@ -6,13 +6,6 @@ schedules:
include
:
[
master
]
always
:
true
resources
:
repositories
:
-
repository
:
azpfilter
type
:
github
name
:
microsoft/azure-pipeline-filter
endpoint
:
github-filter-connection
variables
:
filter.modified.globs
:
'
examples/nas/**,nni/algorithms/nas/**,nni/nas/**,nni/retiarii/**,pipelines/full-test-nas.yml,test/ut/nas/**,test/algo/nas/**'
filter.prbody.heading
:
'
####
Test
Options'
...
...
pipelines/templates/stage-filter.yml
View file @
860ad5cf
steps
:
-
checkout
:
azpfilter
persistCredentials
:
true
-
task
:
NodeTool@0
inputs
:
versionSpec
:
'
16.x'
-
script
:
npm ci
displayName
:
NPM Install
-
script
:
node src/main.mjs
name
:
execution
displayName
:
Execution
-
script
:
|
npm install npm@latest -g
npx https://github.com/microsoft/azure-pipeline-filter.git
displayName
:
NPM Install & Filter
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment