Skip to content

Commit 1b34297

Browse files
authored
Skip GPU CI (microsoft#2554)
## Describe your changes Skip GPU CI ## Checklist before requesting a review - [ ] Add unit tests for this change. - [ ] Make sure all tests can pass. - [ ] Update documents if necessary. - [ ] Lint and apply fixes to your code by running `lintrunner -a` - [ ] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link
1 parent 27132bd commit 1b34297

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.azure_pipelines/olive-ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
pool: $(OLIVE_POOL_UBUNTU2004)
4141
pytest_marker: 'not openvino and not amd'
4242

43-
- template: job_templates/olive-test-linux-gpu-template.yaml
44-
parameters:
45-
name: Linux_GPU_CI_Unit_Test
46-
pool: $(OLIVE_POOL_UBUNTU2004_GPU_V100)
47-
pytest_marker: 'not openvino and not amd'
43+
# Skip the GPU CI until the pool issue is resolved (not able to allocate GPU resources).
44+
# - template: job_templates/olive-test-linux-gpu-template.yaml
45+
# parameters:
46+
# name: Linux_GPU_CI_Unit_Test
47+
# pool: $(OLIVE_POOL_UBUNTU2004_GPU_V100)
48+
# pytest_marker: 'not openvino and not amd'
4849

4950
# Windows unit tests
5051
- template: job_templates/olive-test-cpu-template.yaml

0 commit comments

Comments
 (0)