Skip to content

Commit ef449d2

Browse files
committed
chore: de-stutter smoke job names
Rename smoke test jobs to remove stutter; e.g. `smoke/smoke-<model>` -> `smoke/<model>`. Signed-off-by: Nick Hale <[email protected]>
1 parent a92428e commit ef449d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/smoke.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
echo "run_smoke_tests=false" >> $GITHUB_OUTPUT
6161
62-
smoke-gpt-4o-2024-05-13:
62+
gpt-4o-2024-05-13:
6363
needs: check-label
6464
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
6565
runs-on: ubuntu-22.04
@@ -88,7 +88,7 @@ jobs:
8888
export PATH="$(pwd)/bin:${PATH}"
8989
make smoke
9090
91-
smoke-gpt-4-turbo-2024-04-09:
91+
gpt-4-turbo-2024-04-09:
9292
needs: check-label
9393
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
9494
runs-on: ubuntu-22.04
@@ -117,7 +117,7 @@ jobs:
117117
export PATH="$(pwd)/bin:${PATH}"
118118
make smoke
119119
120-
smoke-claude-3-opus-20240229:
120+
claude-3-opus-20240229:
121121
needs: check-label
122122
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123123
runs-on: ubuntu-22.04
@@ -147,7 +147,7 @@ jobs:
147147
export PATH="$(pwd)/bin:${PATH}"
148148
make smoke
149149
150-
smoke-mistral-large-2402:
150+
mistral-large-2402:
151151
needs: check-label
152152
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
153153
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)