Skip to content

Commit f0717bc

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

15 files changed

+35
-35
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
219219
with:
220220
WORKSPACE: ${{ env.WORKSPACE }}
221221
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Install VPP dependencies
9999
# yamllint disable-line rule:line-length
100-
uses: fdio/vpp/.github/actions/vpp-install-deps@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
100+
uses: fdio/vpp/.github/actions/vpp-install-deps@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
101101
with:
102102
LOG_DIR: ${{ env.LOG_DIR }}
103103
WORKSPACE: ${{ env.WORKSPACE }}
@@ -113,15 +113,15 @@ jobs:
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
116+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Install VPP dependencies
9393
# yamllint disable-line rule:line-length
94-
uses: fdio/vpp/.github/actions/vpp-install-deps@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
94+
uses: fdio/vpp/.github/actions/vpp-install-deps@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
9595
with:
9696
LOG_DIR: ${{ env.LOG_DIR }}
9797
WORKSPACE: ${{ env.WORKSPACE }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Install VPP dependencies
117117
# yamllint disable-line rule:line-length
118-
uses: fdio/vpp/.github/actions/vpp-install-deps@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
118+
uses: fdio/vpp/.github/actions/vpp-install-deps@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
119119
with:
120120
LOG_DIR: ${{ env.LOG_DIR }}
121121
WORKSPACE: ${{ env.WORKSPACE }}
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: HST VPP Build
133133
# yamllint disable-line rule:line-length
134-
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
134+
uses: fdio/vpp/.github/actions/vpp-build@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
135135
with:
136136
LOG_DIR: ${{ env.LOG_DIR }}
137137
WORKSPACE: ${{ env.WORKSPACE }}
@@ -141,14 +141,14 @@ jobs:
141141
TUI_LINE: ${{ env.TUI_LINE }}
142142

143143
- name: Start Docker Daemon
144-
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
144+
uses: fdio/vpp/.github/actions/vpp-start-docker@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
145145
with:
146146
START_DOCKER_SCRIPT: start-docker.sh
147147
TUI_LINE: ${{ env.TUI_LINE }}
148148

149149
- name: HST Test VPP
150150
if: success()
151-
uses: fdio/vpp/.github/actions/vpp-hst-test@0b2ad4fb479a2e4b03adb05089895c90f4281a60
151+
uses: fdio/vpp/.github/actions/vpp-hst-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
152152
timeout-minutes: 90
153153
with:
154154
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
188+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
189189
with:
190190
WORKSPACE: ${{ env.WORKSPACE }}
191191
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
189189
with:
190190
WORKSPACE: ${{ env.WORKSPACE }}
191191
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
@@ -271,7 +271,7 @@ jobs:
271271
272272
- name: Setup Docker VPP Runtime Environment for 'make test'
273273
# yamllint disable-line rule:line-length
274-
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
274+
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
275275
with:
276276
LOG_DIR: ${{ env.LOG_DIR }}
277277
WORKSPACE: ${{ env.WORKSPACE }}
@@ -280,7 +280,7 @@ jobs:
280280

281281
- name: VPP Make Test
282282
# yamllint disable-line rule:line-length
283-
uses: fdio/vpp/.github/actions/vpp-make-test@0b2ad4fb479a2e4b03adb05089895c90f4281a60
283+
uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
284284
timeout-minutes: 120
285285
with:
286286
LOG_DIR: ${{ env.LOG_DIR }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ 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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
173+
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
181+
uses: fdio/vpp/.github/actions/vpp-install-deps@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
182182
with:
183183
LOG_DIR: ${{ env.LOG_DIR }}
184184
WORKSPACE: ${{ env.WORKSPACE }}

0 commit comments

Comments
 (0)