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 @@ -141,7 +141,7 @@ jobs:
steps:
- name: Gerrit Checkout VPP
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -138,7 +138,7 @@ jobs:
id: checkout-vpp
continue-on-error: true
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -236,7 +236,7 @@ jobs:
id: checkout-vpp
continue-on-error: true
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -100,31 +100,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -106,23 +106,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -132,14 +132,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
uses: fdio/vpp/.github/actions/vpp-hst-test@95329f46298ee4fbb6da62396582b0b3059f64b2
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -176,7 +176,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vpp-merge-maketest.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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down Expand Up @@ -255,7 +255,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@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -264,7 +264,7 @@ jobs:

- name: VPP Make Test
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
uses: fdio/vpp/.github/actions/vpp-make-test@95329f46298ee4fbb6da62396582b0b3059f64b2
timeout-minutes: 120
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 @@ -160,22 +160,22 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -159,7 +159,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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vpp-verify-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand All @@ -181,23 +181,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
TUI_LINE: ${{ env.TUI_LINE }}

- name: Build VPP with GCC
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83
uses: fdio/vpp/.github/actions/vpp-build@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
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 @@ -164,7 +164,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -174,23 +174,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -200,14 +200,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
uses: fdio/vpp/.github/actions/vpp-hst-test@95329f46298ee4fbb6da62396582b0b3059f64b2
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 @@ -179,7 +179,7 @@ jobs:

- name: Checkout VPP Gerrit Change
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873
uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
WORKSPACE: ${{ env.WORKSPACE }}
GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }}
Expand All @@ -188,23 +188,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@95329f46298ee4fbb6da62396582b0b3059f64b2
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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e
uses: fdio/vpp/.github/actions/vpp-install-ext-deps@95329f46298ee4fbb6da62396582b0b3059f64b2
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@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -214,7 +214,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@95329f46298ee4fbb6da62396582b0b3059f64b2
with:
LOG_DIR: ${{ env.LOG_DIR }}
WORKSPACE: ${{ env.WORKSPACE }}
Expand All @@ -223,7 +223,7 @@ jobs:

- name: VPP Make Test
# yamllint disable-line rule:line-length
uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0
uses: fdio/vpp/.github/actions/vpp-make-test@95329f46298ee4fbb6da62396582b0b3059f64b2
timeout-minutes: 120
with:
LOG_DIR: ${{ env.LOG_DIR }}
Expand Down