Skip to content

Commit

Permalink
Use override to limit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Jan 29, 2025
1 parent b41a715 commit 86edec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ workflows:
# - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']}
#
override:
- {jobs: ['test'], project: ['libcudacxx'], std: 'max', cxx: ['gcc', 'clang'], gpu: 't4', sm: 'gpu'}
- {jobs: ['test'], project: ['libcudacxx'], std: 'max', cxx: ['gcc', 'clang'], gpu: 'rtx2080', sm: 'gpu'}
- {jobs: ['test'], project: ['libcudacxx'], std: 'max', cxx: ['gcc', 'clang'], gpu: 'v100', sm: 'gpu'}

pull_request:
# Old CTK/compiler
Expand Down

0 comments on commit 86edec4

Please sign in to comment.