Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-comment-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
id: checkout-vpp
continue-on-error: true
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
id: checkout-vpp
continue-on-error: true
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/periodic-vpp-verify-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,31 +97,31 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

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

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

- name: Start Docker Daemon
uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668
uses: fdio/vpp/.github/actions/vpp-start-docker@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
START_DOCKER_SCRIPT: start-docker.sh
TUI_LINE: ${{ env.TUI_LINE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Install VPP external dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/periodic-vpp-verify-hst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,23 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

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

- name: HST VPP Build
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
uses: fdio/vpp/.github/actions/vpp-build@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -138,14 +138,14 @@ jobs:
TUI_LINE: ${{ env.TUI_LINE }}

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

- name: HST Test VPP
if: success()
uses: fdio/vpp/.github/actions/vpp-hst-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
uses: fdio/vpp/.github/actions/vpp-hst-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
timeout-minutes: 90
with:
LOG_DIR: ${{ env.LOG_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpp-csit-verify-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpp-merge-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vpp-merge-maketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

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

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

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

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

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

- name: VPP Make Test
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
uses: fdio/vpp/.github/actions/vpp-make-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
timeout-minutes: 90
with:
LOG_DIR: ${{ env.LOG_DIR }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vpp-verify-arm-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,22 +170,22 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
GERRIT_REFSPEC: ${{ env.GERRIT_REFSPEC }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Install VPP dependencies
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Install VPP external dependencies
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpp-verify-checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpp-verify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: fdio/.github/.github/actions/show-nomad-dockerfile@b728d1589228e2891a4241a1bba362d76895c225

- name: Checkout VPP Gerrit Change
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vpp-verify-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand All @@ -202,21 +202,21 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Install VPP external dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Build VPP with GCC/GCOV
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
uses: fdio/vpp/.github/actions/vpp-build@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }}
Expand All @@ -226,15 +226,15 @@ jobs:

- name: Setup Docker VPP Runtime Environment for 'make test'
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
SHM_SIZE: ${{ env.SHM_SIZE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: VPP Make Test with GCC/GCOV
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
uses: fdio/vpp/.github/actions/vpp-make-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
timeout-minutes: 90
with:
WORKSPACE: ${{ env.WORKSPACE }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vpp-verify-hst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -183,23 +183,23 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

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

- name: HST VPP Build
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
uses: fdio/vpp/.github/actions/vpp-build@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -209,14 +209,14 @@ jobs:
TUI_LINE: ${{ env.TUI_LINE }}

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

- name: HST Test VPP
if: success()
uses: fdio/vpp/.github/actions/vpp-hst-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
uses: fdio/vpp/.github/actions/vpp-hst-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
timeout-minutes: 90
with:
LOG_DIR: ${{ env.LOG_DIR }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/vpp-verify-maketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand All @@ -196,23 +196,23 @@ jobs:

- name: Install VPP dependencies
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d
uses: fdio/vpp/.github/actions/vpp-install-deps@2bce064994ac2a2c4b5869e0c90078042e312ce0
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

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

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

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

- name: VPP Make Test
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36
uses: fdio/vpp/.github/actions/vpp-make-test@2bce064994ac2a2c4b5869e0c90078042e312ce0
timeout-minutes: 90
with:
LOG_DIR: ${{ env.LOG_DIR }}
Expand Down
Loading