Skip to content

Commit 02505db

Browse files
build(deps): update fdio/vpp requirement to 156a8e3
Updates the requirements on [fdio/vpp](https://github.com/fdio/vpp) to permit the latest version. - [Commits](https://github.com/fdio/vpp/commits/156a8e3f57afc9998a56105f01be1902d4ab4c4e) --- updated-dependencies: - dependency-name: fdio/vpp dependency-version: 156a8e3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4bcdd6 commit 02505db

9 files changed

+29
-29
lines changed

.github/workflows/gerrit-vpp-merge-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Checkout VPP Gerrit Change
121121
# yamllint disable-line rule:line-length
122-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
122+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
123123
with:
124124
WORKSPACE: ${{ env.WORKSPACE }}
125125
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/gerrit-vpp-merge-maketest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Checkout VPP Gerrit Change
148148
# yamllint disable-line rule:line-length
149-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
149+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
150150
with:
151151
WORKSPACE: ${{ env.WORKSPACE }}
152152
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -155,21 +155,21 @@ jobs:
155155

156156
- name: Install VPP dependencies
157157
# yamllint disable-line rule:line-length
158-
uses: fdio/vpp/.github/actions/vpp-install-deps@f9e0f384d665800c8e580da853e26558dd6d2668
158+
uses: fdio/vpp/.github/actions/vpp-install-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
159159
with:
160160
WORKSPACE: ${{ env.WORKSPACE }}
161161
TUI_LINE: ${{ env.TUI_LINE }}
162162

163163
- name: Install VPP external dependencies
164164
# yamllint disable-line rule:line-length
165-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f9e0f384d665800c8e580da853e26558dd6d2668
165+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
166166
with:
167167
WORKSPACE: ${{ env.WORKSPACE }}
168168
TUI_LINE: ${{ env.TUI_LINE }}
169169

170170
- name: Build VPP
171171
# yamllint disable-line rule:line-length
172-
uses: fdio/vpp/.github/actions/vpp-build@f9e0f384d665800c8e580da853e26558dd6d2668
172+
uses: fdio/vpp/.github/actions/vpp-build@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
173173
with:
174174
WORKSPACE: ${{ env.WORKSPACE }}
175175
MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }}
@@ -178,15 +178,15 @@ jobs:
178178

179179
- name: Setup Docker VPP Runtime Environment for 'make test'
180180
# yamllint disable-line rule:line-length
181-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@f9e0f384d665800c8e580da853e26558dd6d2668
181+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
182182
with:
183183
WORKSPACE: ${{ env.WORKSPACE }}
184184
SHM_SIZE: ${{ env.SHM_SIZE }}
185185
TUI_LINE: ${{ env.TUI_LINE }}
186186

187187
- name: VPP Make Test
188188
# yamllint disable-line rule:line-length
189-
uses: fdio/vpp/.github/actions/vpp-make-test@f9e0f384d665800c8e580da853e26558dd6d2668
189+
uses: fdio/vpp/.github/actions/vpp-make-test@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
190190
timeout-minutes: 90
191191
with:
192192
WORKSPACE: ${{ env.WORKSPACE }}

.github/workflows/gerrit-vpp-verify-checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Checkout VPP Gerrit Change
124124
# yamllint disable-line rule:line-length
125-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
125+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
126126
with:
127127
WORKSPACE: ${{ env.WORKSPACE }}
128128
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/vpp-csit-verify-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Checkout VPP Gerrit Change
9595
# yamllint disable-line rule:line-length
96-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
96+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
9797
with:
9898
WORKSPACE: ${{ env.WORKSPACE }}
9999
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/vpp-verify-arm-drivers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Checkout VPP Gerrit Change
9393
# yamllint disable-line rule:line-length
94-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
94+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
9595
with:
9696
WORKSPACE: ${{ env.WORKSPACE }}
9797
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/vpp-verify-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: fdio/.github/.github/actions/show-nomad-dockerfile@b728d1589228e2891a4241a1bba362d76895c225
9090

9191
- name: Checkout VPP Gerrit Change
92-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
92+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
9393
with:
9494
WORKSPACE: ${{ env.WORKSPACE }}
9595
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/vpp-verify-gcc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Checkout VPP Gerrit Change
114114
# yamllint disable-line rule:line-length
115-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
115+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
116116
with:
117117
WORKSPACE: ${{ env.WORKSPACE }}
118118
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -121,21 +121,21 @@ jobs:
121121

122122
- name: Install VPP dependencies
123123
# yamllint disable-line rule:line-length
124-
uses: fdio/vpp/.github/actions/vpp-install-deps@f9e0f384d665800c8e580da853e26558dd6d2668
124+
uses: fdio/vpp/.github/actions/vpp-install-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
125125
with:
126126
WORKSPACE: ${{ env.WORKSPACE }}
127127
TUI_LINE: ${{ env.TUI_LINE }}
128128

129129
- name: Install VPP external dependencies
130130
# yamllint disable-line rule:line-length
131-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f9e0f384d665800c8e580da853e26558dd6d2668
131+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
132132
with:
133133
WORKSPACE: ${{ env.WORKSPACE }}
134134
TUI_LINE: ${{ env.TUI_LINE }}
135135

136136
- name: Build VPP with GCC/GCOV
137137
# yamllint disable-line rule:line-length
138-
uses: fdio/vpp/.github/actions/vpp-build@f9e0f384d665800c8e580da853e26558dd6d2668
138+
uses: fdio/vpp/.github/actions/vpp-build@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
139139
with:
140140
WORKSPACE: ${{ env.WORKSPACE }}
141141
MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }}
@@ -145,15 +145,15 @@ jobs:
145145

146146
- name: Setup Docker VPP Runtime Environment for 'make test'
147147
# yamllint disable-line rule:line-length
148-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@f9e0f384d665800c8e580da853e26558dd6d2668
148+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
149149
with:
150150
WORKSPACE: ${{ env.WORKSPACE }}
151151
SHM_SIZE: ${{ env.SHM_SIZE }}
152152
TUI_LINE: ${{ env.TUI_LINE }}
153153

154154
- name: VPP Make Test with GCC/GCOV
155155
# yamllint disable-line rule:line-length
156-
uses: fdio/vpp/.github/actions/vpp-make-test@f9e0f384d665800c8e580da853e26558dd6d2668
156+
uses: fdio/vpp/.github/actions/vpp-make-test@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
157157
timeout-minutes: 90
158158
with:
159159
WORKSPACE: ${{ env.WORKSPACE }}

.github/workflows/vpp-verify-hst.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Checkout VPP Gerrit Change
116116
# yamllint disable-line rule:line-length
117-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
117+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
118118
with:
119119
WORKSPACE: ${{ env.WORKSPACE }}
120120
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -123,21 +123,21 @@ jobs:
123123

124124
- name: Install VPP dependencies
125125
# yamllint disable-line rule:line-length
126-
uses: fdio/vpp/.github/actions/vpp-install-deps@f9e0f384d665800c8e580da853e26558dd6d2668
126+
uses: fdio/vpp/.github/actions/vpp-install-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
127127
with:
128128
WORKSPACE: ${{ env.WORKSPACE }}
129129
TUI_LINE: ${{ env.TUI_LINE }}
130130

131131
- name: Install VPP external dependencies
132132
# yamllint disable-line rule:line-length
133-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f9e0f384d665800c8e580da853e26558dd6d2668
133+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
134134
with:
135135
WORKSPACE: ${{ env.WORKSPACE }}
136136
TUI_LINE: ${{ env.TUI_LINE }}
137137

138138
- name: HST VPP Build
139139
# yamllint disable-line rule:line-length
140-
uses: fdio/vpp/.github/actions/vpp-build@f9e0f384d665800c8e580da853e26558dd6d2668
140+
uses: fdio/vpp/.github/actions/vpp-build@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
141141
with:
142142
WORKSPACE: ${{ env.WORKSPACE }}
143143
MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }}
@@ -146,14 +146,14 @@ jobs:
146146
TUI_LINE: ${{ env.TUI_LINE }}
147147

148148
- name: Start Docker Daemon
149-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
149+
uses: fdio/vpp/.github/actions/vpp-start-docker@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
150150
with:
151151
START_DOCKER_SCRIPT: start-docker.sh
152152
TUI_LINE: ${{ env.TUI_LINE }}
153153

154154
- name: HST Test VPP
155155
if: success()
156-
uses: fdio/vpp/.github/actions/vpp-hst-test@f9e0f384d665800c8e580da853e26558dd6d2668
156+
uses: fdio/vpp/.github/actions/vpp-hst-test@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
157157
timeout-minutes: 90
158158
with:
159159
WORKSPACE: ${{ env.WORKSPACE }}

.github/workflows/vpp-verify-maketest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Checkout VPP Gerrit Change
119119
# yamllint disable-line rule:line-length
120-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
120+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
121121
with:
122122
WORKSPACE: ${{ env.WORKSPACE }}
123123
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -126,21 +126,21 @@ jobs:
126126

127127
- name: Install VPP dependencies
128128
# yamllint disable-line rule:line-length
129-
uses: fdio/vpp/.github/actions/vpp-install-deps@f9e0f384d665800c8e580da853e26558dd6d2668
129+
uses: fdio/vpp/.github/actions/vpp-install-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
130130
with:
131131
WORKSPACE: ${{ env.WORKSPACE }}
132132
TUI_LINE: ${{ env.TUI_LINE }}
133133

134134
- name: Install VPP external dependencies
135135
# yamllint disable-line rule:line-length
136-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f9e0f384d665800c8e580da853e26558dd6d2668
136+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
137137
with:
138138
WORKSPACE: ${{ env.WORKSPACE }}
139139
TUI_LINE: ${{ env.TUI_LINE }}
140140

141141
- name: Build VPP
142142
# yamllint disable-line rule:line-length
143-
uses: fdio/vpp/.github/actions/vpp-build@f9e0f384d665800c8e580da853e26558dd6d2668
143+
uses: fdio/vpp/.github/actions/vpp-build@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
144144
with:
145145
WORKSPACE: ${{ env.WORKSPACE }}
146146
MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }}
@@ -149,15 +149,15 @@ jobs:
149149

150150
- name: Setup Docker VPP Runtime Environment for 'make test'
151151
# yamllint disable-line rule:line-length
152-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@f9e0f384d665800c8e580da853e26558dd6d2668
152+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
153153
with:
154154
WORKSPACE: ${{ env.WORKSPACE }}
155155
SHM_SIZE: ${{ env.SHM_SIZE }}
156156
TUI_LINE: ${{ env.TUI_LINE }}
157157

158158
- name: VPP Make Test
159159
# yamllint disable-line rule:line-length
160-
uses: fdio/vpp/.github/actions/vpp-make-test@f9e0f384d665800c8e580da853e26558dd6d2668
160+
uses: fdio/vpp/.github/actions/vpp-make-test@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
161161
timeout-minutes: 90
162162
with:
163163
WORKSPACE: ${{ env.WORKSPACE }}

0 commit comments

Comments
 (0)