@@ -21,52 +21,52 @@ jobs:
21
21
matrix :
22
22
include :
23
23
- name : cpu-3.11-2.3
24
- container : mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu20 .04
24
+ container : mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu22 .04
25
25
markers : not daily and (remote or not remote) and not gpu and not doctest
26
26
pytest_command : coverage run -m pytest
27
27
composer_package_name : mosaicml
28
28
- name : cpu-3.11-2.4
29
- container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20 .04
29
+ container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu22 .04
30
30
markers : not daily and (remote or not remote) and not gpu and not doctest
31
31
pytest_command : coverage run -m pytest
32
32
composer_package_name : mosaicml
33
33
- name : cpu-3.11-2.5
34
- container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20 .04
34
+ container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22 .04
35
35
markers : not daily and (remote or not remote) and not gpu and not doctest
36
36
pytest_command : coverage run -m pytest
37
37
composer_package_name : mosaicml
38
38
- name : cpu-3.11-2.5-composer
39
- container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20 .04
39
+ container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22 .04
40
40
markers : not daily and (remote or not remote) and not gpu and not doctest
41
41
pytest_command : coverage run -m pytest
42
42
composer_package_name : composer
43
43
- name : cpu-doctest
44
- container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20 .04
44
+ container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu22 .04
45
45
markers : not daily and (remote or not remote) and not gpu and doctest
46
46
pytest_command : coverage run -m pytest tests/test_docs.py
47
47
composer_package_name : mosaicml
48
48
- name : daily-cpu-3.11-2.3
49
- container : mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu20 .04
49
+ container : mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu22 .04
50
50
markers : daily and (remote or not remote) and not gpu and not doctest
51
51
pytest_command : coverage run -m pytest
52
52
composer_package_name : mosaicml
53
53
- name : daily-cpu-3.11-2.4
54
- container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20 .04
54
+ container : mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu22 .04
55
55
markers : daily and (remote or not remote) and not gpu and not doctest
56
56
pytest_command : coverage run -m pytest
57
57
composer_package_name : mosaicml
58
58
- name : daily-cpu-3.11-2.5
59
- container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20 .04
59
+ container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22 .04
60
60
markers : daily and (remote or not remote) and not gpu and not doctest
61
61
pytest_command : coverage run -m pytest
62
62
composer_package_name : mosaicml
63
63
- name : daily-cpu-3.11-2.5-composer
64
- container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20 .04
64
+ container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22 .04
65
65
markers : daily and (remote or not remote) and not gpu and not doctest
66
66
pytest_command : coverage run -m pytest
67
67
composer_package_name : composer
68
68
- name : daily-cpu-doctest
69
- container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20 .04
69
+ container : mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22 .04
70
70
markers : daily and (remote or not remote) and not gpu and doctest
71
71
pytest_command : coverage run -m pytest tests/test_docs.py
72
72
composer_package_name : mosaicml
@@ -108,55 +108,55 @@ jobs:
108
108
# Unlike CPU tests, we run daily tests together with GPU tests to minimize launch time
109
109
# on MCLOUD and not eat up all GPUs at once
110
110
- name : " gpu-3.11-2.3-1-gpu"
111
- container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20 .04
111
+ container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu22 .04
112
112
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
113
113
pytest_command : " coverage run -m pytest"
114
114
composer_package_name : " mosaicml"
115
115
gpu_num : 1
116
116
- name : " gpu-3.11-2.4-1-gpu"
117
- container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20 .04
117
+ container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu22 .04
118
118
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
119
119
pytest_command : " coverage run -m pytest"
120
120
composer_package_name : " mosaicml"
121
121
gpu_num : 1
122
122
- name : " gpu-3.11-2.5-1-gpu"
123
- container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20 .04
123
+ container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22 .04
124
124
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
125
125
pytest_command : " coverage run -m pytest"
126
126
composer_package_name : " mosaicml"
127
127
gpu_num : 1
128
128
- name : " gpu-3.11-2.3-2-gpu"
129
- container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20 .04
129
+ container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu22 .04
130
130
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
131
131
pytest_command : " coverage run -m pytest"
132
132
composer_package_name : " mosaicml"
133
133
gpu_num : 2
134
134
- name : " gpu-3.11-2.4-2-gpu"
135
- container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20 .04
135
+ container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu22 .04
136
136
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
137
137
pytest_command : " coverage run -m pytest"
138
138
composer_package_name : " mosaicml"
139
139
gpu_num : 2
140
140
- name : " gpu-3.11-2.5-2-gpu"
141
- container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20 .04
141
+ container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22 .04
142
142
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
143
143
pytest_command : " coverage run -m pytest"
144
144
composer_package_name : " mosaicml"
145
145
gpu_num : 2
146
146
- name : " gpu-3.11-2.3-4-gpu"
147
- container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20 .04
147
+ container : mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu22 .04
148
148
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
149
149
pytest_command : " coverage run -m pytest"
150
150
composer_package_name : " mosaicml"
151
151
gpu_num : 4
152
152
- name : " gpu-3.11-2.4-4-gpu"
153
- container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20 .04
153
+ container : mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu22 .04
154
154
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
155
155
pytest_command : " coverage run -m pytest"
156
156
composer_package_name : " mosaicml"
157
157
gpu_num : 4
158
158
- name : " gpu-3.11-2.5-4-gpu"
159
- container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20 .04
159
+ container : mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22 .04
160
160
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
161
161
pytest_command : " coverage run -m pytest"
162
162
composer_package_name : " mosaicml"
0 commit comments