Skip to content

Commit c830295

Browse files
KuuCiv-chen_data
and
v-chen_data
authored
Bump mosaicml/pytorch images to use new mosaicml/pytorch images with updated ubuntu 22.04 (#3718)
Co-authored-by: v-chen_data <[email protected]>
1 parent 354cfb0 commit c830295

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

.github/workflows/code-quality.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
working-directory: .
1717
jobs:
1818
code-quality:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
timeout-minutes: 15
2121
if: github.repository_owner == 'mosaicml'
2222
strategy:

.github/workflows/daily.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -21,52 +21,52 @@ jobs:
2121
matrix:
2222
include:
2323
- 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
2525
markers: not daily and (remote or not remote) and not gpu and not doctest
2626
pytest_command: coverage run -m pytest
2727
composer_package_name: mosaicml
2828
- 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
3030
markers: not daily and (remote or not remote) and not gpu and not doctest
3131
pytest_command: coverage run -m pytest
3232
composer_package_name: mosaicml
3333
- 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
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.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
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.1_cpu-python3.11-ubuntu20.04
44+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu22.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
4848
- 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
5050
markers: daily and (remote or not remote) and not gpu and not doctest
5151
pytest_command: coverage run -m pytest
5252
composer_package_name: mosaicml
5353
- 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
5555
markers: daily and (remote or not remote) and not gpu and not doctest
5656
pytest_command: coverage run -m pytest
5757
composer_package_name: mosaicml
5858
- 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
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.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
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.5.1_cpu-python3.11-ubuntu20.04
69+
container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22.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
@@ -108,55 +108,55 @@ jobs:
108108
# Unlike CPU tests, we run daily tests together with GPU tests to minimize launch time
109109
# on MCLOUD and not eat up all GPUs at once
110110
- 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
112112
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
113113
pytest_command: "coverage run -m pytest"
114114
composer_package_name: "mosaicml"
115115
gpu_num: 1
116116
- 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
118118
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
119119
pytest_command: "coverage run -m pytest"
120120
composer_package_name: "mosaicml"
121121
gpu_num: 1
122122
- 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
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"
127127
gpu_num: 1
128128
- 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
130130
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
131131
pytest_command: "coverage run -m pytest"
132132
composer_package_name: "mosaicml"
133133
gpu_num: 2
134134
- 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
136136
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
137137
pytest_command: "coverage run -m pytest"
138138
composer_package_name: "mosaicml"
139139
gpu_num: 2
140140
- 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
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"
145145
gpu_num: 2
146146
- 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
148148
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
149149
pytest_command: "coverage run -m pytest"
150150
composer_package_name: "mosaicml"
151151
gpu_num: 4
152152
- 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
154154
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
155155
pytest_command: "coverage run -m pytest"
156156
composer_package_name: "mosaicml"
157157
gpu_num: 4
158158
- 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
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
matrix:
1818
include:
1919
- name: cpu-3.11-2.3
20-
container: mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu20.04
20+
container: mosaicml/pytorch:2.3.1_cpu-python3.11-ubuntu22.04
2121
markers: not daily and not remote and not gpu and not doctest
2222
pytest_command: coverage run -m pytest
2323
- name: cpu-3.11-2.4
24-
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
24+
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu22.04
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.5
28-
container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04
28+
container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22.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.5.1_cpu-python3.11-ubuntu20.04
32+
container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu22.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- name: gpu-3.11-2.5-1
19-
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20.04
19+
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22.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.5-2
48-
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20.04
48+
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22.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.5-4
78-
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20.04
78+
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu22.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

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
code-quality:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
python_version:

.github/workflows/smoketest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
working-directory: .
1818
jobs:
1919
smoketest:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
timeout-minutes: 10
2222
if: github.repository_owner == 'mosaicml'
2323
strategy:

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Specify build system and tool dependencies
99
build:
10-
os: "ubuntu-20.04"
10+
os: "ubuntu-22.04"
1111
tools:
1212
python: "3.10"
1313

0 commit comments

Comments
 (0)