From 9619ee86955374c1b8e49496d8fbf434c14cb269 Mon Sep 17 00:00:00 2001 From: Andrew Liaw <43424755+yhaliaw@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:53:21 +0800 Subject: [PATCH] Debug only change for integration test --- .github/workflows/integration_test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index e587990ab..0910b28b9 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -7,7 +7,7 @@ jobs: integration-tests: name: Integration test # TODO: Switch back to using staging env runners. - runs-on: ["self-hosted", "two-xlarge"] + runs-on: ["self-hosted", "test-runner"] steps: - uses: actions/checkout@v3 - name: Setup operator environment @@ -22,3 +22,6 @@ jobs: --keep-models \ --path ${{secrets.E2E_TESTING_REPO}} \ --token ${{secrets.E2E_TESTING_TOKEN}} + # TODO: Debug only + - name: Wait 6 hours + run: sleep 6h