Skip to content

Commit a541760

Browse files
build(deps): update fdio/vpp requirement to 8b097bb
Updates the requirements on [fdio/vpp](https://github.com/fdio/vpp) to permit the latest version. - [Commits](https://github.com/fdio/vpp/commits/8b097bb2859be72108c26f7ab4d93538be45f9c6) --- updated-dependencies: - dependency-name: fdio/vpp dependency-version: 8b097bb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1396ff commit a541760

15 files changed

+42
-42
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- name: Gerrit Checkout VPP
143143
# yamllint disable-line rule:line-length
144-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
144+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
145145
with:
146146
WORKSPACE: ${{ env.WORKSPACE }}
147147
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/gerrit-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
id: checkout-vpp
139139
continue-on-error: true
140140
# yamllint disable-line rule:line-length
141-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
141+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
142142
with:
143143
WORKSPACE: ${{ env.WORKSPACE }}
144144
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

.github/workflows/gerrit-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
id: checkout-vpp
216216
continue-on-error: true
217217
# yamllint disable-line rule:line-length
218-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
218+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
219219
with:
220220
WORKSPACE: ${{ env.WORKSPACE }}
221221
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
@@ -100,31 +100,31 @@ jobs:
100100
101101
- name: Install VPP dependencies
102102
# yamllint disable-line rule:line-length
103-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
103+
uses: fdio/vpp/.github/actions/vpp-install-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
104104
with:
105105
LOG_DIR: ${{ env.LOG_DIR }}
106106
WORKSPACE: ${{ env.WORKSPACE }}
107107
TUI_LINE: ${{ env.TUI_LINE }}
108108

109109
- name: Install VPP external dependencies
110110
# yamllint disable-line rule:line-length
111-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
111+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
112112
with:
113113
LOG_DIR: ${{ env.LOG_DIR }}
114114
WORKSPACE: ${{ env.WORKSPACE }}
115115
TUI_LINE: ${{ env.TUI_LINE }}
116116

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

126126
- name: Start Docker Daemon
127-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
127+
uses: fdio/vpp/.github/actions/vpp-start-docker@f1396ffb623d0a03f8942b7262a18a591ded6cf3
128128
with:
129129
START_DOCKER_SCRIPT: start-docker.sh
130130
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@f1396ffb623d0a03f8942b7262a18a591ded6cf3
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
102+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
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
@@ -106,23 +106,23 @@ jobs:
106106
107107
- name: Install VPP dependencies
108108
# yamllint disable-line rule:line-length
109-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
109+
uses: fdio/vpp/.github/actions/vpp-install-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
110110
with:
111111
LOG_DIR: ${{ env.LOG_DIR }}
112112
WORKSPACE: ${{ env.WORKSPACE }}
113113
TUI_LINE: ${{ env.TUI_LINE }}
114114

115115
- name: Install VPP external dependencies
116116
# yamllint disable-line rule:line-length
117-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
117+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
118118
with:
119119
LOG_DIR: ${{ env.LOG_DIR }}
120120
WORKSPACE: ${{ env.WORKSPACE }}
121121
TUI_LINE: ${{ env.TUI_LINE }}
122122

123123
- name: HST VPP Build
124124
# yamllint disable-line rule:line-length
125-
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
125+
uses: fdio/vpp/.github/actions/vpp-build@f1396ffb623d0a03f8942b7262a18a591ded6cf3
126126
with:
127127
LOG_DIR: ${{ env.LOG_DIR }}
128128
WORKSPACE: ${{ env.WORKSPACE }}
@@ -132,14 +132,14 @@ jobs:
132132
TUI_LINE: ${{ env.TUI_LINE }}
133133

134134
- name: Start Docker Daemon
135-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
135+
uses: fdio/vpp/.github/actions/vpp-start-docker@f1396ffb623d0a03f8942b7262a18a591ded6cf3
136136
with:
137137
START_DOCKER_SCRIPT: start-docker.sh
138138
TUI_LINE: ${{ env.TUI_LINE }}
139139

140140
- name: HST Test VPP
141141
if: success()
142-
uses: fdio/vpp/.github/actions/vpp-hst-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
142+
uses: fdio/vpp/.github/actions/vpp-hst-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3
143143
timeout-minutes: 90
144144
with:
145145
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
153+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
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
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Checkout VPP Gerrit Change
178178
# yamllint disable-line rule:line-length
179-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
179+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
180180
with:
181181
WORKSPACE: ${{ env.WORKSPACE }}
182182
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

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

Lines changed: 3 additions & 3 deletions
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
188+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
189189
with:
190190
WORKSPACE: ${{ env.WORKSPACE }}
191191
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -255,7 +255,7 @@ jobs:
255255
256256
- name: Setup Docker VPP Runtime Environment for 'make test'
257257
# yamllint disable-line rule:line-length
258-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
258+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@f1396ffb623d0a03f8942b7262a18a591ded6cf3
259259
with:
260260
LOG_DIR: ${{ env.LOG_DIR }}
261261
WORKSPACE: ${{ env.WORKSPACE }}
@@ -264,7 +264,7 @@ jobs:
264264

265265
- name: VPP Make Test
266266
# yamllint disable-line rule:line-length
267-
uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
267+
uses: fdio/vpp/.github/actions/vpp-make-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3
268268
timeout-minutes: 120
269269
with:
270270
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
@@ -160,22 +160,22 @@ jobs:
160160

161161
- name: Checkout VPP Gerrit Change
162162
# yamllint disable-line rule:line-length
163-
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
163+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3
164164
with:
165165
WORKSPACE: ${{ env.WORKSPACE }}
166166
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
167167
GERRIT_REFSPEC: ${{ env.GERRIT_REFSPEC }}
168168
TUI_LINE: ${{ env.TUI_LINE }}
169169

170170
- name: Install VPP dependencies
171-
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
171+
uses: fdio/vpp/.github/actions/vpp-install-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
172172
with:
173173
LOG_DIR: ${{ env.LOG_DIR }}
174174
WORKSPACE: ${{ env.WORKSPACE }}
175175
TUI_LINE: ${{ env.TUI_LINE }}
176176

177177
- name: Install VPP external dependencies
178-
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
178+
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3
179179
with:
180180
LOG_DIR: ${{ env.LOG_DIR }}
181181
WORKSPACE: ${{ env.WORKSPACE }}

0 commit comments

Comments
 (0)