-
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
[ssip]: Update config generator #10991
Conversation
/azpw run |
/AzurePipelines run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/AzurePipelines run Azure.sonic-buildimage |
Commenter does not have sufficient privileges for PR 10991 in repo Azure/sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Commenter does not have sufficient privileges for PR 10991 in repo Azure/sonic-buildimage |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Step
|
Hi, I think this change will break |
@wen587 fixed |
The PR has a circular dependency on a |
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
@nazariig why the submodule update is part of code changes on buildimage? |
@liat-grozovik @qiluo-msft asked to incorporate submodule update into this PR to avoid circular dependency |
/azpw run |
/AzurePipelines run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Contains changes from: #11468 |
@qiluo-msft can you please merge this one? |
In PR: https://dev.azure.com/mssonic/internal/_git/sonic-mgmt-int/pullrequest/1151, we patched rsyslog to send out rsyslog message to lab server and ingests to Kusto. With the SONiC version information, we can query syslog of lab DUTs in Kusto by its version information. However, master image has added template="SONiCFileFormat" in PR: sonic-net/sonic-buildimage#10991, which caused issue: https://msazure.visualstudio.com/One/_workitems/edit/15990217 To solve this issue, in master image pipeline, we replace template=.*SONiCFileFormat with template=RemoteSONiCFileFormat; in internal image pipeline, we add template=RemoteSONiCFileFormat to action omfwd
HLD: sonic-net/SONiC#1002
Example:
sonic-utilities
Why I did it
8e5d478 [ssip]: Add CLI (#2191)
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)