Skip to content

Commit

Permalink
Disable cudax CI until the project is ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 9, 2024
1 parent 3171f84 commit f1f29d3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ workflows:
# verify-codegen:
- {jobs: ['verify_codegen'], project: 'libcudacxx'}
# cudax has different CTK reqs:
- {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*gcc9, *gcc10, *gcc11]}
- {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*llvm9, *llvm10, *llvm11, *llvm12, *llvm13, *llvm14]}
- {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*llvm15]}
- {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, ], std: 'all', cxx: [*msvc2022_1436]}
- {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*msvc2022]}
- {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0 ], std: 17, cxx: [*gcc12], sm: "90"}
- {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 17, cxx: [*gcc12], sm: "90a"}
- {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*gcc12, *llvm16], cpu: 'arm64'}
- {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 17, cxx: [*oneapi]}
- {jobs: ['test'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*gcc12]}
- {jobs: ['test'], project: 'cudax', ctk: [*ctk_12_0 ], std: 'all', cxx: [*llvm14]}
- {jobs: ['test'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*llvm16]}
# - {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*gcc9, *gcc10, *gcc11]}
# - {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*llvm9, *llvm10, *llvm11, *llvm12, *llvm13, *llvm14]}
# - {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*llvm15]}
# - {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0, ], std: 'all', cxx: [*msvc2022_1436]}
# - {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*msvc2022]}
# - {jobs: ['build'], project: 'cudax', ctk: [*ctk_12_0 ], std: 17, cxx: [*gcc12], sm: "90"}
# - {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 17, cxx: [*gcc12], sm: "90a"}
# - {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*gcc12, *llvm16], cpu: 'arm64'}
# - {jobs: ['build'], project: 'cudax', ctk: [ *ctk_curr], std: 17, cxx: [*oneapi]}
# - {jobs: ['test'], project: 'cudax', ctk: [*ctk_12_0, *ctk_curr], std: 'all', cxx: [*gcc12]}
# - {jobs: ['test'], project: 'cudax', ctk: [*ctk_12_0 ], std: 'all', cxx: [*llvm14]}
# - {jobs: ['test'], project: 'cudax', ctk: [ *ctk_curr], std: 'all', cxx: [*llvm16]}
# cccl-infra:
- {jobs: ['infra'], project: 'cccl', ctk: *ctk_11_1, cxx: [*gcc-oldest, *llvm-oldest]}
- {jobs: ['infra'], project: 'cccl', ctk: *ctk_curr, cxx: [*gcc-newest, *llvm-newest]}
Expand Down

0 comments on commit f1f29d3

Please sign in to comment.