kmesh support restart by reload old bpf map and prog #298
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E Test | |
on: | |
pull_request: | |
jobs: | |
e2e-test: | |
runs-on: ubuntu-22.04 | |
strategy: | |
matrix: | |
go-version: [ '1.22' ] | |
name: E2E Test | |
timeout-minutes: 40 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Go | |
uses: actions/[email protected] | |
with: | |
go-version: ${{ matrix.go-version }} | |
- name: E2E Test | |
shell: bash | |
run: | | |
sudo make e2e |