Skip to content

Commit

Permalink
Run nightly build on dedicated machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Oct 7, 2021
1 parent c42fa54 commit 53afdc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
include:
# Integration tests need a powerful machine with more memory. GitHub-hosted agents only have 7GB memory.
# TODO: Optimization/refactoring should be done to ensure that these test can run in the default CI agent (#1507)
- os: [self-hosted, Linux]
- os: [self-hosted, Linux, nightly]
python: [3.6, 3.7]
test-kind: 'integration'
test-marker: 'not spark and not gpu'
Expand Down Expand Up @@ -144,8 +144,7 @@ jobs:
include:
# Integration tests need a powerful machine with more memory. GitHub-hosted agents only have 7GB memory.
# TODO: Optimization/refactoring should be done to ensure that these test can run in the default CI agent (#1507)
- os: [self-hosted, Linux]
java: 8
- os: [self-hosted, Linux, nightly]
python: [3.6, 3.7]
test-kind: 'integration'
test-marker: 'spark and not gpu'
Expand Down Expand Up @@ -182,7 +181,7 @@ jobs:
################# GPU-BUILD #################
###############################################
build-gpu:
runs-on: [self-hosted, Linux, gpu] # this is a union of labels to select specific self-hosted machine
runs-on: [self-hosted, Linux, gpu, nightly] # this is a union of labels to select specific self-hosted machine
needs: static-analysis
strategy:
matrix:
Expand Down

0 comments on commit 53afdc4

Please sign in to comment.