Skip to content
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

[build] Add version files to docker image dependencies #11195

Merged
merged 2 commits into from
Jun 22, 2022

Conversation

liushilongbuaa
Copy link
Contributor

@liushilongbuaa liushilongbuaa commented Jun 20, 2022

Why I did it

Cherry pick PR from master:
[build] Add version files to docker image dependencies
[ci] Support to skip vstest using include/exclude config file.

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

…-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 liushilongbuaa marked this pull request as ready for review June 20, 2022 10:13
@liushilongbuaa liushilongbuaa changed the title [build] Add version files to docker image dependencies Cherry-pick two PRs Jun 20, 2022
@liushilongbuaa liushilongbuaa changed the title Cherry-pick two PRs [build] Add version files to docker image dependencies Jun 21, 2022
@liushilongbuaa liushilongbuaa merged commit 57244dd into sonic-net:202205 Jun 22, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants