-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] Support to skip vstest using include/exclude config file. #11086
Merged
Conversation
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
liushilongbuaa
force-pushed
the
skip-vstest
branch
5 times, most recently
from
June 9, 2022 11:48
3c89ac3
to
17ef303
Compare
xumia
reviewed
Jun 10, 2022
xumia
reviewed
Jun 10, 2022
xumia
reviewed
Jun 10, 2022
xumia
reviewed
Jun 10, 2022
liushilongbuaa
force-pushed
the
skip-vstest
branch
from
June 10, 2022 03:50
7ce4da8
to
5c26935
Compare
xumia
reviewed
Jun 10, 2022
liushilongbuaa
force-pushed
the
skip-vstest
branch
from
June 10, 2022 08:19
60daca1
to
fc889c4
Compare
xumia
reviewed
Jun 13, 2022
liushilongbuaa
force-pushed
the
skip-vstest
branch
from
June 13, 2022 05:58
fc889c4
to
7c3ce4e
Compare
liushilongbuaa
changed the title
[ci] Support to skip vstest
[ci] Support to skip vstest using include/exclude config file.
Jun 14, 2022
liushilongbuaa
force-pushed
the
skip-vstest
branch
from
June 14, 2022 07:04
0fb4b3b
to
71370fc
Compare
xumia
approved these changes
Jun 17, 2022
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 20, 2022
…-net#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
7 tasks
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 20, 2022
…-net#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 20, 2022
…-net#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
This was referenced Jun 20, 2022
Merged
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 20, 2022
…-net#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
7 tasks
liushilongbuaa
added a commit
that referenced
this pull request
Jun 21, 2022
liushilongbuaa
added a commit
that referenced
this pull request
Jun 21, 2022
* [build] Add version files to docker image dependencies * [ci] Support to skip vstest using include/exclude config file. (#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
liushilongbuaa
added a commit
that referenced
this pull request
Jun 22, 2022
* [ci] Support to skip vstest using include/exclude config file. (#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA * [build] Add version files to docker image dependencies
liushilongbuaa
added a commit
that referenced
this pull request
Jun 22, 2022
* [build] Add version files to docker image dependencies * [ci] Support to skip vstest using include/exclude config file. (#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
skbarista
pushed a commit
to skbarista/sonic-buildimage
that referenced
this pull request
Aug 17, 2022
* [ci] Support to skip vstest using include/exclude config file. (sonic-net#11086) example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA * [build] Add version files to docker image dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why I did it
Some changes didn't change vs image. We should not run vstest in such cases.
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)