Skip to content

Commit

Permalink
try running e2e jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiechen committed Oct 29, 2024
1 parent f14acab commit 99931eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,15 @@ jobs:
- run: |
make dev/set-kuma-helm-repo
- name: "Enable ipv6 for docker"
if: ${{ env.E2E_NOT_EXIST == '1' }}
run: |
cat <<'EOF' | sudo tee /etc/docker/daemon.json
{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64",
"dns": ["8.8.8.8"],
"dns-search": ["."]
"fixed-cidr-v6": "2001:db8:1::/64"
}
EOF
sudo service docker restart
- name: "Run E2E tests"
if: false
env:
DOCKERHUB_PULL_CREDENTIAL: ${{ secrets.DOCKERHUB_PULL_CREDENTIAL }}
KUMA_DEBUG: ${{ runner.debug == '1' || vars.ENABLE_E2E_DEBUG_GLOBALLY == 'true' }}
Expand Down Expand Up @@ -134,6 +130,7 @@ jobs:
make ${MAKE_PARAMETERS} CI=true "${target}"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
timeout-minutes: 60
with:
limit-access-to-actor: true
Expand Down

0 comments on commit 99931eb

Please sign in to comment.