Skip to content

Commit fe06ba0

Browse files
authored
Update config.yml (#2924)
* Update config.yml * Update config.yml * Update config.yml
1 parent 6b2a2cf commit fe06ba0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ jobs:
187187
export mnist4_cmd='CUDA_VISIBLE_DEVICES=0 python examples/mnist/mnist_save_resume_engine.py --epochs=2 --resume_from=/tmp/mnist_save_resume/checkpoint_1.pt'
188188
docker exec -it pthd /bin/bash -c "$mnist4_cmd"
189189
190-
- run:
191-
name: Codecov upload
192-
command: |
193-
bash <(curl -s https://codecov.io/bash) -Z -F gpu
194-
195190
one_gpu_windows_tests:
196191
<<: *one_gpu_windows
197192

@@ -258,11 +253,6 @@ jobs:
258253
export test_cmd='bash tests/run_gpu_tests.sh 2'
259254
docker exec -it pthd /bin/bash -c "${test_cmd}"
260255
261-
- run:
262-
name: Codecov upload
263-
command: |
264-
bash <(curl -s https://codecov.io/bash) -Z -F gpu-2
265-
266256
two_gpus_check_dist_cifar10_example:
267257
<<: *two_gpus
268258

@@ -353,11 +343,6 @@ jobs:
353343
export test_cmd='CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ -m distributed -k hvd'
354344
docker exec -it pthd /bin/bash -c "${test_cmd}"
355345
356-
- run:
357-
name: Codecov upload
358-
command: |
359-
bash <(curl -s https://codecov.io/bash) -Z -F gpu-2-hvd
360-
361346
- run:
362347
name: "Check CIFAR10 using horovodrun"
363348
command: |

0 commit comments

Comments
 (0)