Skip to content

Commit 5fd7bbf

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

15 files changed

Lines changed: 45 additions & 45 deletions

.github/workflows/gerrit-comment-handler.yml

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

160160
- name: Checkout VPP Gerrit Change
161161
# yamllint disable-line rule:line-length
162-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
162+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
163163
with:
164164
WORKSPACE: ${{ env.WORKSPACE }}
165165
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/gerrit-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
id: checkout-vpp
136136
continue-on-error: true
137137
# yamllint disable-line rule:line-length
138-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
138+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
139139
with:
140140
WORKSPACE: ${{ env.WORKSPACE }}
141141
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/gerrit-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
id: checkout-vpp
214214
continue-on-error: true
215215
# yamllint disable-line rule:line-length
216-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
216+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
217217
with:
218218
WORKSPACE: ${{ env.WORKSPACE }}
219219
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/periodic-vpp-verify-cov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,31 +97,31 @@ jobs:
9797
9898
- name: Install VPP dependencies
9999
# yamllint disable-line rule:line-length
100-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
100+
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
101101
with:
102102
LOG_DIR: ${{ env.LOG_DIR }}
103103
WORKSPACE: ${{ env.WORKSPACE }}
104104
TUI_LINE: ${{ env.TUI_LINE }}
105105

106106
- name: Install VPP external dependencies
107107
# yamllint disable-line rule:line-length
108-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
108+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
109109
with:
110110
LOG_DIR: ${{ env.LOG_DIR }}
111111
WORKSPACE: ${{ env.WORKSPACE }}
112112
TUI_LINE: ${{ env.TUI_LINE }}
113113

114114
- name: Setup Docker VPP Runtime Environment for 'make test'
115115
# yamllint disable-line rule:line-length
116-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
116+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@2bce064994ac2a2c4b5869e0c90078042e312ce0
117117
with:
118118
LOG_DIR: ${{ env.LOG_DIR }}
119119
WORKSPACE: ${{ env.WORKSPACE }}
120120
SHM_SIZE: ${{ env.SHM_SIZE }}
121121
TUI_LINE: ${{ env.TUI_LINE }}
122122

123123
- name: Start Docker Daemon
124-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
124+
uses: fdio/vpp/.github/actions/vpp-start-docker@2bce064994ac2a2c4b5869e0c90078042e312ce0
125125
with:
126126
START_DOCKER_SCRIPT: start-docker.sh
127127
TUI_LINE: ${{ env.TUI_LINE }}

.github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
9292
- name: Install VPP dependencies
9393
# yamllint disable-line rule:line-length
94-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
94+
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
9595
with:
9696
LOG_DIR: ${{ env.LOG_DIR }}
9797
WORKSPACE: ${{ env.WORKSPACE }}
9898
TUI_LINE: ${{ env.TUI_LINE }}
9999

100100
- name: Install VPP external dependencies
101101
# yamllint disable-line rule:line-length
102-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
102+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
103103
with:
104104
LOG_DIR: ${{ env.LOG_DIR }}
105105
WORKSPACE: ${{ env.WORKSPACE }}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,23 @@ jobs:
112112
113113
- name: Install VPP dependencies
114114
# yamllint disable-line rule:line-length
115-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
115+
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
116116
with:
117117
LOG_DIR: ${{ env.LOG_DIR }}
118118
WORKSPACE: ${{ env.WORKSPACE }}
119119
TUI_LINE: ${{ env.TUI_LINE }}
120120

121121
- name: Install VPP external dependencies
122122
# yamllint disable-line rule:line-length
123-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
123+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
124124
with:
125125
LOG_DIR: ${{ env.LOG_DIR }}
126126
WORKSPACE: ${{ env.WORKSPACE }}
127127
TUI_LINE: ${{ env.TUI_LINE }}
128128

129129
- name: HST VPP Build
130130
# yamllint disable-line rule:line-length
131-
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
131+
uses: fdio/vpp/.github/actions/vpp-build@2bce064994ac2a2c4b5869e0c90078042e312ce0
132132
with:
133133
LOG_DIR: ${{ env.LOG_DIR }}
134134
WORKSPACE: ${{ env.WORKSPACE }}
@@ -138,14 +138,14 @@ jobs:
138138
TUI_LINE: ${{ env.TUI_LINE }}
139139

140140
- name: Start Docker Daemon
141-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
141+
uses: fdio/vpp/.github/actions/vpp-start-docker@2bce064994ac2a2c4b5869e0c90078042e312ce0
142142
with:
143143
START_DOCKER_SCRIPT: start-docker.sh
144144
TUI_LINE: ${{ env.TUI_LINE }}
145145

146146
- name: HST Test VPP
147147
if: success()
148-
uses: fdio/vpp/.github/actions/vpp-hst-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
148+
uses: fdio/vpp/.github/actions/vpp-hst-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
149149
timeout-minutes: 90
150150
with:
151151
LOG_DIR: ${{ env.LOG_DIR }}

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

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

151151
- name: Checkout VPP Gerrit Change
152152
# yamllint disable-line rule:line-length
153-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
153+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
154154
with:
155155
WORKSPACE: ${{ env.WORKSPACE }}
156156
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

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

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

186186
- name: Checkout VPP Gerrit Change
187187
# yamllint disable-line rule:line-length
188-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
188+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
189189
with:
190190
WORKSPACE: ${{ env.WORKSPACE }}
191191
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

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

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

195195
- name: Checkout VPP Gerrit Change
196196
# yamllint disable-line rule:line-length
197-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
197+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
198198
with:
199199
WORKSPACE: ${{ env.WORKSPACE }}
200200
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -203,23 +203,23 @@ jobs:
203203

204204
- name: Install VPP dependencies
205205
# yamllint disable-line rule:line-length
206-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
206+
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
207207
with:
208208
LOG_DIR: ${{ env.LOG_DIR }}
209209
WORKSPACE: ${{ env.WORKSPACE }}
210210
TUI_LINE: ${{ env.TUI_LINE }}
211211

212212
- name: Install VPP external dependencies
213213
# yamllint disable-line rule:line-length
214-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
214+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
215215
with:
216216
LOG_DIR: ${{ env.LOG_DIR }}
217217
WORKSPACE: ${{ env.WORKSPACE }}
218218
TUI_LINE: ${{ env.TUI_LINE }}
219219

220220
- name: Build VPP
221221
# yamllint disable-line rule:line-length
222-
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
222+
uses: fdio/vpp/.github/actions/vpp-build@2bce064994ac2a2c4b5869e0c90078042e312ce0
223223
with:
224224
LOG_DIR: ${{ env.LOG_DIR }}
225225
WORKSPACE: ${{ env.WORKSPACE }}
@@ -229,7 +229,7 @@ jobs:
229229

230230
- name: Setup Docker VPP Runtime Environment for 'make test'
231231
# yamllint disable-line rule:line-length
232-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
232+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@2bce064994ac2a2c4b5869e0c90078042e312ce0
233233
with:
234234
LOG_DIR: ${{ env.LOG_DIR }}
235235
WORKSPACE: ${{ env.WORKSPACE }}
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: VPP Make Test
240240
# yamllint disable-line rule:line-length
241-
uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
241+
uses: fdio/vpp/.github/actions/vpp-make-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
242242
timeout-minutes: 90
243243
with:
244244
LOG_DIR: ${{ env.LOG_DIR }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,22 @@ jobs:
170170

171171
- name: Checkout VPP Gerrit Change
172172
# yamllint disable-line rule:line-length
173-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
173+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
174174
with:
175175
WORKSPACE: ${{ env.WORKSPACE }}
176176
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
177177
GERRIT_REFSPEC: ${{ env.GERRIT_REFSPEC }}
178178
TUI_LINE: ${{ env.TUI_LINE }}
179179

180180
- name: Install VPP dependencies
181-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
181+
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
182182
with:
183183
LOG_DIR: ${{ env.LOG_DIR }}
184184
WORKSPACE: ${{ env.WORKSPACE }}
185185
TUI_LINE: ${{ env.TUI_LINE }}
186186

187187
- name: Install VPP external dependencies
188-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
188+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
189189
with:
190190
LOG_DIR: ${{ env.LOG_DIR }}
191191
WORKSPACE: ${{ env.WORKSPACE }}

0 commit comments

Comments
 (0)