Skip to content

Commit b337d14

Browse files
authored
Use larger node for cpp-linters job in nightly tests (rapidsai#20963)
## Description <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes rapidsai#1234". --> <!-- Note: The pull request title will be included in the CHANGELOG. --> The nightly workflow has been silently failing on this job ([example](https://github.com/rapidsai/cudf/actions/runs/20651999970/job/59298298092)). That most likely indicates an OOM, especially since the same job is passing in PR CI and the only difference is that [PR CI is already using a larger node for this job](https://github.com/rapidsai/cudf/blob/77d3ca3653e530b1637f5a8470172c4c457cfb15/.github/workflows/pr.yaml#L155). This PR makes the same change for nightlies to see if that fixes them. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up to date with these changes.
1 parent 77d3ca3 commit b337d14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
sha: ${{ inputs.sha }}
6363
script: "ci/cpp_linters.sh"
6464
file_to_upload: iwyu_results.txt
65+
node_type: cpu16
6566
conda-python-cudf-tests:
6667
secrets: inherit
6768
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main

0 commit comments

Comments
 (0)