Commit b337d14
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments