Skip to content

Commit ff73207

Browse files
author
ganglyu
committed
Fix internal merge conflict
Fix merge conflict introduced by public PR (sonic-net#13969) Remove gnmi.timer
2 parents dee898a + 2804998 commit ff73207

36 files changed

Lines changed: 116 additions & 207 deletions

File tree

.github/pull_request_template.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@
1212

1313
#### Why I did it
1414

15+
##### Work item tracking
16+
- Microsoft ADO **(number only)**:
17+
1518
#### How I did it
1619

1720
#### How to verify it
1821

22+
<!--
23+
If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012.
24+
-->
25+
1926
#### Which release branch to backport (provide reason below if selected)
2027

2128
<!--
@@ -34,13 +41,26 @@
3441
- [ ] 202205
3542
- [ ] 202211
3643

44+
#### Tested branch (Please provide the tested image version)
45+
46+
<!--
47+
- Please provide tested image version
48+
- e.g.
49+
- [x] 20201231.100
50+
-->
51+
52+
- [ ] <!-- image version 1 -->
53+
- [ ] <!-- image version 2 -->
54+
3755
#### Description for the changelog
3856
<!--
3957
Write a short (one line) summary that describes the changes in this
4058
pull request for inclusion in the changelog:
4159
-->
4260

43-
#### Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
61+
<!--
62+
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
63+
-->
4464

4565
#### Link to config_db schema for YANG module changes
4666
<!--

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ platform/**/*.egg-info
6363
platform/**/*-none-any.whl
6464
platform/**/.pybuild
6565
platform/**/debian/*
66+
!platform/**/debian/control
67+
!platform/**/debian/rules
68+
!platform/**/debian/changelog
69+
!platform/**/debian/compat
70+
!platform/**/debian/*.postinst
71+
!platform/**/debian/*.install
6672
platform/**/build
6773
platform/**/*.ko
6874
platform/**/*.mod.c

Makefile.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ PREPARE_DOCKER=BUILD_SLAVE=y \
224224
DEFAULT_CONTAINER_REGISTRY=$(DEFAULT_CONTAINER_REGISTRY) \
225225
SONIC_VERSION_CACHE=$(SONIC_VERSION_CACHE) \
226226
DBGOPT='$(DBGOPT)' \
227+
MIRROR_SNAPSHOT=$(MIRROR_SNAPSHOT) \
227228
scripts/prepare_docker_buildinfo.sh \
228229
$(SLAVE_BASE_IMAGE) \
229230
$(SLAVE_DIR)/Dockerfile \
@@ -565,6 +566,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
565566
GZ_COMPRESS_PROGRAM=$(GZ_COMPRESS_PROGRAM) \
566567
MIRROR_SNAPSHOT=$(MIRROR_SNAPSHOT) \
567568
SONIC_VERSION_CONTROL_COMPONENTS=$(SONIC_VERSION_CONTROL_COMPONENTS) \
569+
SONIC_OS_VERSION=$(SONIC_OS_VERSION) \
568570
$(SONIC_OVERRIDE_BUILD_VARS)
569571

570572
.PHONY: sonic-slave-build sonic-slave-bash init reset

build_debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ export release="$(if [ -f $FILESYSTEM_ROOT/etc/sonic/sonic_release ]; then cat $
602602
export build_date="$(date -u)"
603603
export build_number="${BUILD_NUMBER:-0}"
604604
export built_by="$USER@$BUILD_HOSTNAME"
605+
export sonic_os_version="${SONIC_OS_VERSION}"
605606
j2 files/build_templates/sonic_version.yml.j2 | sudo tee $FILESYSTEM_ROOT/etc/sonic/sonic_version.yml
606607

607608
## Copy over clean-up script

files/build/versions/build/build-sonic-slave-bullseye/versions-deb-bullseye

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ libnl-genl-3-dev==3.5.0-1
1515
libnl-nf-3-200==3.5.0-1
1616
libnl-nf-3-dev==3.5.0-1
1717
libnl-route-3-dev==3.5.0-1
18-
libsai==1.11.0-1
19-
libsai-dev==1.11.0-1
2018
libsaimetadata==1.0.0
2119
libsaimetadata-dev==1.0.0
2220
libsairedis==1.0.0

files/build/versions/default/versions-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
https://chromium.googlesource.com/chromium/tools/depot_tools.git==019e73a13bf58542f2572daba6fbc5e389c40607
1+
https://chromium.googlesource.com/chromium/tools/depot_tools.git==a896d5a92c67c826de7cb0a0afc96111614e40fd
22
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
33
https://github.com/CESNET/libyang.git==9a4e5b2ce30b9696116d6e654ee55caab5aafed8
44
https://github.com/daveolson53/audisp-tacplus.git==559c9f22edd4f2dea0ecedffb3ad9502b12a75b6
55
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
66
https://github.com/dyninc/OpenBFDD.git==e35f43ad8d2b3f084e96a84c392528a90d05a287
77
https://github.com/flashrom/flashrom.git==3eaef7528b622955a48611fdc0801ca853665efd
8-
https://github.com/FreeRADIUS/freeradius-server.git==9884f1aa3847a32fd062fad51665ea98b88e83fc
8+
https://github.com/FreeRADIUS/freeradius-server.git==1b659443e6097835692be30d3d366eabd2d6077f
99
https://github.com/FreeRADIUS/pam_radius.git==8d373539bb9f13b0abfe8bcae0095a930a00fad0
1010
https://github.com/jeroennijhof/pam_tacplus.git==4284d9016e64def2bb81d5f50f96dc3b59bfdc39
1111
https://github.com/jpirko/libteam.git==61e27812c1074a865d7e1a778c0ce442837c28d7
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
deb.nodesource.com_node%5f14.x_dists_bullseye==2023-02-17T00:35:28Z
22
deb.nodesource.com_node%5f14.x_dists_buster==2023-02-17T00:35:28Z
3-
debian==20230409T000128Z
4-
debian-security==20230409T000248Z
5-
download.docker.com_linux_debian_dists_bullseye==2023-04-06T18:06:41Z
3+
debian==20230411T000410Z
4+
debian-security==20230411T000232Z
5+
download.docker.com_linux_debian_dists_bullseye==2023-04-11T20:00:38Z
66
download.docker.com_linux_debian_dists_buster==2023-04-04T23:38:54Z
77
packages.microsoft.com_repos_sonic-dev_dists_jessie==2022-10-31T19:34:29Z
8-
packages.trafficmanager.net_snapshot_debian-security_20230409T000248Z_dists_bullseye-security==2023-04-07T20:22:40Z
9-
packages.trafficmanager.net_snapshot_debian-security_20230409T000248Z_dists_buster_updates==2023-04-07T20:22:40Z
10-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_bullseye==2022-12-17T10:14:37Z
11-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_bullseye-backports==2023-04-08T20:12:51Z
12-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_bullseye-updates==2023-04-08T20:12:51Z
13-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_buster==2022-09-10T11:30:54Z
14-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_buster-backports==2023-04-08T20:12:51Z
15-
packages.trafficmanager.net_snapshot_debian_20230409T000128Z_dists_buster-updates==2023-04-08T20:12:51Z
8+
packages.trafficmanager.net_snapshot_debian-security_20230411T000232Z_dists_bullseye-security==2023-04-10T18:02:36Z
9+
packages.trafficmanager.net_snapshot_debian-security_20230411T000232Z_dists_buster_updates==2023-04-10T18:02:36Z
10+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_bullseye==2022-12-17T10:14:37Z
11+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_bullseye-backports==2023-04-10T20:09:25Z
12+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_bullseye-updates==2023-04-10T20:09:25Z
13+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_buster==2022-09-10T11:30:54Z
14+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_buster-backports==2023-04-10T20:09:25Z
15+
packages.trafficmanager.net_snapshot_debian_20230411T000410Z_dists_buster-updates==2023-04-10T20:09:25Z

files/build/versions/dockers/docker-config-engine-buster/versions-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
async-timeout==4.0.2
22
bitarray==1.5.3
33
ijson==2.6.1
4-
importlib-metadata==6.2.1
4+
importlib-metadata==6.3.0
55
ipaddress==1.0.23
66
jsondiff==2.0.0
77
lxml==4.9.1

files/build/versions/dockers/docker-sonic-vs/versions-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prefixed==0.7.0
2323
prettyprinter==0.18.0
2424
ptyprocess==0.7.0
2525
pycairo==1.23.0
26-
pygments==2.14.0
26+
pygments==2.15.0
2727
pygobject==3.44.1
2828
pyroute2==0.5.14
2929
redis==4.5.2

files/build/versions/dockers/sonic-slave-bullseye/versions-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pyangbind==0.8.1
6666
pyasn1==0.4.8
6767
pyasn1-modules==0.2.1
6868
pycurl==7.43.0.6
69-
pyfakefs==5.2.0
69+
pyfakefs==5.2.1
7070
pygments==2.7.1
7171
pygobject==3.38.0
7272
pyhamcrest==1.9.0

0 commit comments

Comments
 (0)