Skip to content

Commit d8236db

Browse files
author
bigning
authored
Test with staging image (#3610)
1 parent d6e5520 commit d8236db

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/daily.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
pytest_command: coverage run -m pytest
3232
composer_package_name: mosaicml
3333
- name: cpu-3.11-2.4
34-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
34+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
3535
markers: not daily and (remote or not remote) and not gpu and not doctest
3636
pytest_command: coverage run -m pytest
3737
composer_package_name: mosaicml
3838
- name: cpu-3.11-2.4-composer
39-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
39+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
4040
markers: not daily and (remote or not remote) and not gpu and not doctest
4141
pytest_command: coverage run -m pytest
4242
composer_package_name: composer
4343
- name: cpu-doctest
44-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
44+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
4545
markers: not daily and (remote or not remote) and not gpu and doctest
4646
pytest_command: coverage run -m pytest tests/test_docs.py
4747
composer_package_name: mosaicml
@@ -56,17 +56,17 @@ jobs:
5656
pytest_command: coverage run -m pytest
5757
composer_package_name: mosaicml
5858
- name: daily-cpu-3.11-2.4
59-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
59+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
6060
markers: daily and (remote or not remote) and not gpu and not doctest
6161
pytest_command: coverage run -m pytest
6262
composer_package_name: mosaicml
6363
- name: daily-cpu-3.11-2.4-composer
64-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
64+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
6565
markers: daily and (remote or not remote) and not gpu and not doctest
6666
pytest_command: coverage run -m pytest
6767
composer_package_name: composer
6868
- name: daily-cpu-doctest
69-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
69+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
7070
markers: daily and (remote or not remote) and not gpu and doctest
7171
pytest_command: coverage run -m pytest tests/test_docs.py
7272
composer_package_name: mosaicml
@@ -120,7 +120,7 @@ jobs:
120120
composer_package_name: "mosaicml"
121121
gpu_num: 1
122122
- name: "gpu-3.11-2.4-1-gpu"
123-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
123+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
124124
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
125125
pytest_command: "coverage run -m pytest"
126126
composer_package_name: "mosaicml"
@@ -138,7 +138,7 @@ jobs:
138138
composer_package_name: "mosaicml"
139139
gpu_num: 2
140140
- name: "gpu-3.11-2.4-2-gpu"
141-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
141+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
142142
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
143143
pytest_command: "coverage run -m pytest"
144144
composer_package_name: "mosaicml"
@@ -156,7 +156,7 @@ jobs:
156156
composer_package_name: "mosaicml"
157157
gpu_num: 4
158158
- name: "gpu-3.11-2.4-4-gpu"
159-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
159+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
160160
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
161161
pytest_command: "coverage run -m pytest"
162162
composer_package_name: "mosaicml"

.github/workflows/pr-cpu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
markers: not daily and not remote and not gpu and not doctest
2626
pytest_command: coverage run -m pytest
2727
- name: cpu-3.11-2.4
28-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
28+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
2929
markers: not daily and not remote and not gpu and not doctest
3030
pytest_command: coverage run -m pytest
3131
- name: cpu-doctest
32-
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
32+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
3333
markers: not daily and not remote and not gpu and doctest
3434
pytest_command: coverage run -m pytest tests/test_docs.py
3535
steps:

.github/workflows/pr-gpu.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- name: gpu-3.11-2.4-1
19-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
19+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
2020
markers: not daily and not remote and gpu and (doctest or not doctest)
2121
pytest_command: coverage run -m pytest
2222
composer_package_name: mosaicml
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
include:
4747
- name: gpu-3.11-2.4-2
48-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
48+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
4949
markers: not daily and not remote and gpu and (doctest or not doctest)
5050
pytest_command: coverage run -m pytest
5151
composer_package_name: mosaicml
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
include:
7777
- name: gpu-3.11-2.4-4
78-
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
78+
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04
7979
markers: not daily and not remote and gpu and (doctest or not doctest)
8080
pytest_command: coverage run -m pytest
8181
composer_package_name: mosaicml

0 commit comments

Comments
 (0)