Skip to content

Commit bc1dd9a

Browse files
committed
fix ci
Signed-off-by: xadupre <[email protected]>
1 parent ca449a9 commit bc1dd9a

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717

18-
Test_min_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
18+
Test1_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
1919
strategy:
2020
fail-fast: false
2121
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
name: Test Results (Py38-TF2.9-ubuntu)
4040
path: ./**/test-results-*.xml
4141

42-
Test_max_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
42+
Test1_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
4343
strategy:
4444
fail-fast: false
4545
runs-on: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
6363
name: Test Results (Py310-TF2.18-ubuntu)
6464
path: ./**/test-results-*.xml
6565

66-
Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
66+
Test1_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
6767
strategy:
6868
fail-fast: false
6969
runs-on: ubuntu-22.04
@@ -146,7 +146,7 @@ jobs:
146146

147147
publish-test-results:
148148
name: "Publish Tests Results to Github"
149-
needs: [Test_min_py38_tf2_9, Test_max_py310_tf2_18, Test_py37_with_tf1_15, Extra_tests]
149+
needs: [Test1_py38_tf2_9, Test1_py310_tf2_18, Test1_py37_with_tf1_15, Extra_tests1]
150150
runs-on: ubuntu-latest
151151
permissions:
152152
checks: write

.github/workflows/keras_unit_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
Test_min_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
17+
Test2_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
1818
strategy:
1919
fail-fast: false
2020
runs-on: ubuntu-latest
@@ -38,7 +38,7 @@ jobs:
3838
name: Test Results (Py38-TF2.9-ubuntu)
3939
path: ./**/test-results-*.xml
4040

41-
Test_max_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
41+
Test2_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
4242
strategy:
4343
fail-fast: false
4444
runs-on: ubuntu-latest
@@ -62,7 +62,7 @@ jobs:
6262
name: Test Results (Py310-TF2.18-ubuntu)
6363
path: ./**/test-results-*.xml
6464

65-
Test_max_py311_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
65+
Test2_py311_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
6666
strategy:
6767
fail-fast: false
6868
runs-on: ubuntu-latest
@@ -86,7 +86,7 @@ jobs:
8686
name: Test Results (Py311-TF2.18-ubuntu)
8787
path: ./**/test-results-*.xml
8888

89-
Test_max_py312_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
89+
Test2_py312_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
9090
strategy:
9191
fail-fast: false
9292
runs-on: ubuntu-latest
@@ -110,7 +110,7 @@ jobs:
110110
name: Test Results (Py312-TF2.18-ubuntu)
111111
path: ./**/test-results-*.xml
112112

113-
Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
113+
Test2_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
114114
strategy:
115115
fail-fast: false
116116
runs-on: ubuntu-22.04
@@ -193,7 +193,7 @@ jobs:
193193

194194
publish-test-results:
195195
name: "Publish Tests Results to Github"
196-
needs: [Test_min_py38_tf2_9, Test_max_py310_tf2_18, Test_max_py311_tf2_18, Test_max_py312_tf2_18, Test_py37_with_tf1_15, Extra_tests]
196+
needs: [Test2_py38_tf2_9, Test2_py310_tf2_18, Test2_py311_tf2_18, Test2_py312_tf2_18, Test2_py37_with_tf1_15, Extra_tests2]
197197
runs-on: ubuntu-latest
198198
permissions:
199199
checks: write

.github/workflows/pretrained_model_test_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717

18-
Test_min_py38_tf2_9: # Do not change this name because it is used in 'publish-test-results' section below.
18+
Test3_py38_tf2_9: # Do not change this name because it is used in 'publish-test-results' section below.
1919
strategy:
2020
fail-fast: false
2121
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
name: Test Results (Py38-TF2.9-18-ubuntu)
4343
path: ./**/test-results-*.xml
4444

45-
Test_max_py310_tf2_18: # Do not change this name because it is used in 'publish-test-results' section below.
45+
Test3_py310_tf2_18: # Do not change this name because it is used in 'publish-test-results' section below.
4646
strategy:
4747
fail-fast: false
4848
runs-on: ubuntu-latest
@@ -69,7 +69,7 @@ jobs:
6969
name: Test Results (Py310-TF2.18-18-ubuntu)
7070
path: ./**/test-results-*.xml
7171

72-
Test_max_py312_tf2_18: # Do not change this name because it is used in 'publish-test-results' section below.
72+
Test3_py312_tf2_18: # Do not change this name because it is used in 'publish-test-results' section below.
7373
strategy:
7474
fail-fast: false
7575
runs-on: ubuntu-latest
@@ -96,7 +96,7 @@ jobs:
9696
name: Test Results (Py312-TF2.18-18-ubuntu)
9797
path: ./**/test-results-*.xml
9898

99-
Test_py37_with_tf1_15: # Do not change this name because it is used in 'publish-test-results' section below.
99+
Test3_py37_with_tf1_15: # Do not change this name because it is used in 'publish-test-results' section below.
100100
strategy:
101101
fail-fast: false
102102
runs-on: ubuntu-22.04
@@ -186,7 +186,7 @@ jobs:
186186

187187
publish-test-results:
188188
name: "Publish Tests Results to Github"
189-
needs: [Test_min_py38_tf2_9, Test_max_py310_tf2_18, Test_max_py312_tf2_18, Test_py37_with_tf1_15, Extra_tests]
189+
needs: [Test3_py38_tf2_9, Test3_py310_tf2_18, Test3_py312_tf2_18, Test3_py37_with_tf1_15, Extra_tests3]
190190
runs-on: ubuntu-latest
191191
permissions:
192192
checks: write

.github/workflows/unit_test_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717

18-
Test_min_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
18+
Test4_py38_tf2_9: # Do not change this name because it is used in Ruleset of this repo.
1919
strategy:
2020
fail-fast: false
2121
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
name: Test Results (Py38-TF2.9-18-ubuntu)
4343
path: ./**/test-results-*.xml
4444

45-
Test_max_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
45+
Test4_py310_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
4646
strategy:
4747
fail-fast: false
4848
runs-on: ubuntu-latest
@@ -69,7 +69,7 @@ jobs:
6969
name: Test Results (Py310-TF2.18-18-ubuntu)
7070
path: ./**/test-results-*.xml
7171

72-
Test_max_py311_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
72+
Test4_py311_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
7373
strategy:
7474
fail-fast: false
7575
runs-on: ubuntu-latest
@@ -96,7 +96,7 @@ jobs:
9696
name: Test Results (Py311-TF2.18-18-ubuntu)
9797
path: ./**/test-results-*.xml
9898

99-
Test_max_py312_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
99+
Test4_py312_tf2_18: # Do not change this name because it is used in Ruleset of this repo.
100100
strategy:
101101
fail-fast: false
102102
runs-on: ubuntu-latest
@@ -196,7 +196,7 @@ jobs:
196196

197197
publish-test-results:
198198
name: "Publish Tests Results to Github"
199-
needs: [Test_min_py38_tf2_9, Test_max_py310_tf2_18, Test_max_py311_tf2_18, Test_max_py312_tf2_18, Extra_tests]
199+
needs: [Test4_py38_tf2_9, Test4_py310_tf2_18, Test4_py311_tf2_18, Test4_py312_tf2_18, Extra_tests4]
200200
runs-on: ubuntu-latest
201201
permissions:
202202
checks: write

0 commit comments

Comments
 (0)