Skip to content

Commit 6fd6743

Browse files
authored
Fix failed CI tests (#1166)
1 parent 130ad03 commit 6fd6743

28 files changed

+41
-41
lines changed

.github/workflows/run-aishell-2022-06-20.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
47-
os: [ubuntu-18.04]
47+
os: [ubuntu-latest]
4848
python-version: [3.7, 3.8, 3.9]
4949

5050
fail-fast: false
@@ -119,5 +119,5 @@ jobs:
119119
uses: actions/upload-artifact@v2
120120
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
121121
with:
122-
name: aishell-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless3-2022-06-20
122+
name: aishell-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless3-2022-06-20
123123
path: egs/aishell/ASR/pruned_transducer_stateless3/exp/

.github/workflows/run-gigaspeech-2022-05-13.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -122,5 +122,5 @@ jobs:
122122
uses: actions/upload-artifact@v2
123123
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
124124
with:
125-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-gigaspeech-pruned_transducer_stateless2-2022-05-12
125+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-gigaspeech-pruned_transducer_stateless2-2022-05-12
126126
path: egs/gigaspeech/ASR/pruned_transducer_stateless2/exp/

.github/workflows/run-librispeech-2022-03-12.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless-2022-03-12
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless-2022-03-12
159159
path: egs/librispeech/ASR/pruned_transducer_stateless/exp/

.github/workflows/run-librispeech-2022-04-29.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -174,12 +174,12 @@ jobs:
174174
uses: actions/upload-artifact@v2
175175
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
176176
with:
177-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless2-2022-04-29
177+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless2-2022-04-29
178178
path: egs/librispeech/ASR/pruned_transducer_stateless2/exp/
179179

180180
- name: Upload decoding results for pruned_transducer_stateless3
181181
uses: actions/upload-artifact@v2
182182
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
183183
with:
184-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless3-2022-04-29
184+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless3-2022-04-29
185185
path: egs/librispeech/ASR/pruned_transducer_stateless3/exp/

.github/workflows/run-librispeech-2022-05-13.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless5-2022-05-13
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless5-2022-05-13
159159
path: egs/librispeech/ASR/pruned_transducer_stateless5/exp/

.github/workflows/run-librispeech-2022-11-11-stateless7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-2022-11-11
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-2022-11-11
159159
path: egs/librispeech/ASR/pruned_transducer_stateless7/exp/

.github/workflows/run-librispeech-2022-11-14-stateless8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless8-2022-11-14
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless8-2022-11-14
159159
path: egs/librispeech/ASR/pruned_transducer_stateless8/exp/

.github/workflows/run-librispeech-2022-12-01-stateless7-ctc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ jobs:
159159
uses: actions/upload-artifact@v2
160160
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
161161
with:
162-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-ctc-2022-12-01
162+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-ctc-2022-12-01
163163
path: egs/librispeech/ASR/pruned_transducer_stateless7_ctc/exp/

.github/workflows/run-librispeech-2022-12-08-zipformer-mmi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ jobs:
163163
uses: actions/upload-artifact@v2
164164
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
165165
with:
166-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-zipformer_mmi-2022-12-08
166+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-zipformer_mmi-2022-12-08
167167
path: egs/librispeech/ASR/zipformer_mmi/exp/

.github/workflows/run-librispeech-2022-12-15-stateless7-ctc-bs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ jobs:
159159
uses: actions/upload-artifact@v2
160160
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
161161
with:
162-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-ctc-bs-2022-12-15
162+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-ctc-bs-2022-12-15
163163
path: egs/librispeech/ASR/pruned_transducer_stateless7_ctc_bs/exp/

.github/workflows/run-librispeech-2022-12-29-stateless7-streaming.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ jobs:
168168
uses: actions/upload-artifact@v2
169169
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
170170
with:
171-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-streaming-2022-12-29
171+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-streaming-2022-12-29
172172
path: egs/librispeech/ASR/pruned_transducer_stateless7_streaming/exp/

.github/workflows/run-librispeech-conformer-ctc3-2022-11-28.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ jobs:
151151
uses: actions/upload-artifact@v2
152152
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
153153
with:
154-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-conformer_ctc3-2022-11-28
154+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-conformer_ctc3-2022-11-28
155155
path: egs/librispeech/ASR/conformer_ctc3/exp/

.github/workflows/run-librispeech-lstm-transducer-stateless2-2022-09-03.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: [ubuntu-18.04]
29+
os: [ubuntu-latest]
3030
python-version: [3.8]
3131

3232
fail-fast: false
@@ -159,5 +159,5 @@ jobs:
159159
uses: actions/upload-artifact@v2
160160
if: github.event_name == 'schedule' || github.event.label.name == 'shallow-fusion' || github.event.label.name == 'LODR'
161161
with:
162-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-lstm_transducer_stateless2-2022-09-03
162+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-lstm_transducer_stateless2-2022-09-03
163163
path: egs/librispeech/ASR/lstm_transducer_stateless2/exp/

.github/workflows/run-librispeech-pruned-transducer-stateless3-2022-05-13.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -153,5 +153,5 @@ jobs:
153153
uses: actions/upload-artifact@v2
154154
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
155155
with:
156-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless3-2022-04-29
156+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless3-2022-04-29
157157
path: egs/librispeech/ASR/pruned_transducer_stateless3/exp/

.github/workflows/run-librispeech-streaming-transducer-stateless2-2022-06-26.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless2-2022-06-26
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless2-2022-06-26
159159
path: egs/librispeech/ASR/pruned_transducer_stateless2/exp/

.github/workflows/run-librispeech-streaming-zipformer-2023-05-18.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ jobs:
170170
uses: actions/upload-artifact@v2
171171
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
172172
with:
173-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-zipformer-2022-11-11
173+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-zipformer-2022-11-11
174174
path: egs/librispeech/ASR/zipformer/exp/

.github/workflows/run-librispeech-transducer-stateless2-2022-04-19.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-transducer_stateless2-2022-04-19
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-transducer_stateless2-2022-04-19
159159
path: egs/librispeech/ASR/transducer_stateless2/exp/

.github/workflows/run-librispeech-zipformer-2023-05-18.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-zipformer-2022-11-11
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-zipformer-2022-11-11
159159
path: egs/librispeech/ASR/zipformer/exp/

.github/workflows/run-librispeech-zipformer-ctc-2023-06-14.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ jobs:
151151
uses: actions/upload-artifact@v2
152152
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
153153
with:
154-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-zipformer-2022-11-11
154+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-zipformer-2022-11-11
155155
path: egs/librispeech/ASR/zipformer/exp/

.github/workflows/run-pretrained-conformer-ctc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest]
3737
python-version: [3.7, 3.8, 3.9]
3838

3939
fail-fast: false

.github/workflows/run-pretrained-transducer-stateless-librispeech-100h.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
matrix:
45-
os: [ubuntu-18.04]
45+
os: [ubuntu-latest]
4646
python-version: [3.7, 3.8, 3.9]
4747

4848
fail-fast: false
@@ -154,5 +154,5 @@ jobs:
154154
uses: actions/upload-artifact@v2
155155
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
156156
with:
157-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-transducer_stateless_multi_datasets-100h-2022-02-21
157+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-transducer_stateless_multi_datasets-100h-2022-02-21
158158
path: egs/librispeech/ASR/transducer_stateless_multi_datasets/exp/

.github/workflows/run-pretrained-transducer-stateless-librispeech-multi-datasets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
matrix:
45-
os: [ubuntu-18.04]
45+
os: [ubuntu-latest]
4646
python-version: [3.7, 3.8, 3.9]
4747

4848
fail-fast: false
@@ -154,5 +154,5 @@ jobs:
154154
uses: actions/upload-artifact@v2
155155
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
156156
with:
157-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-transducer_stateless_multi_datasets-100h-2022-03-01
157+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-transducer_stateless_multi_datasets-100h-2022-03-01
158158
path: egs/librispeech/ASR/transducer_stateless_multi_datasets/exp/

.github/workflows/run-pretrained-transducer-stateless-modified-2-aishell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest]
3737
python-version: [3.7, 3.8, 3.9]
3838

3939
fail-fast: false

.github/workflows/run-pretrained-transducer-stateless-modified-aishell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest]
3737
python-version: [3.7, 3.8, 3.9]
3838

3939
fail-fast: false

.github/workflows/run-pretrained-transducer-stateless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
matrix:
45-
os: [ubuntu-18.04]
45+
os: [ubuntu-latest]
4646
python-version: [3.7, 3.8, 3.9]
4747

4848
fail-fast: false
@@ -154,5 +154,5 @@ jobs:
154154
uses: actions/upload-artifact@v2
155155
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
156156
with:
157-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-transducer_stateless-2022-02-07
157+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-transducer_stateless-2022-02-07
158158
path: egs/librispeech/ASR/transducer_stateless/exp/

.github/workflows/run-pretrained-transducer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest]
3737
python-version: [3.7, 3.8, 3.9]
3838

3939
fail-fast: false

.github/workflows/run-wenetspeech-pruned-transducer-stateless2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest]
3737
python-version: [3.8]
3838

3939
fail-fast: false

.github/workflows/run-yesno-recipe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
# os: [ubuntu-18.04, macos-10.15]
36+
# os: [ubuntu-latest, macos-10.15]
3737
# TODO: enable macOS for CPU testing
3838
os: [ubuntu-latest]
3939
python-version: [3.8]

0 commit comments

Comments
 (0)