Skip to content

Commit

Permalink
Debug only change for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jul 7, 2023
1 parent 3c3d0cb commit 9619ee8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9619ee8

Please sign in to comment.