Skip to content

Commit

Permalink
Merge pull request #1468 from FloatXD/e2e-up-10
Browse files Browse the repository at this point in the history
[Test]upgrade nightly network test
  • Loading branch information
FloatXD authored Feb 14, 2025
2 parents 10a63ec + a651051 commit fff3c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: e2e_schedule_sonobuoy
uses: nick-fields/retry@v3
env:
NIGHTLY_E2E_STEP: ${{ matrix.NIGHTLY_E2E_STEP }}
with:
timeout_minutes: 300
max_attempts: 3
Expand All @@ -54,5 +56,6 @@ jobs:
echo ${{ runner.name }}
echo "${HELM_CHART_VERSION}"
echo "${CONTAINER_TAG}"
echo "${NIGHTLY_E2E_STEP}"
bash hack/e2e.sh "${HELM_CHART_VERSION}" "${CONTAINER_TAG}" ${{ runner.name }} "${VSPHERE_USER}" "${VSPHERE_PASSWD}" "${AMD_ROOT_PASSWORD}" "${KYLIN_VM_PASSWORD}" "NIGHTLY" "${NIGHTLY_E2E_STEP}"

0 comments on commit fff3c0c

Please sign in to comment.