1- name : Nightly Server test - Latest build
1+ name : Unstable build tests and promotion
22on :
33 workflow_dispatch :
44 inputs :
4040# =================================================================================================
4141
4242 windows-dms-tests :
43- name : Nightly unstable testing - Windows DMS
43+ name : Testing unstable Windows DMS
4444 if : vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
4545 runs-on : [self-hosted, Windows, pygeometry]
4646 env :
@@ -145,7 +145,7 @@ jobs:
145145 }
146146
147147 windows-core-tests :
148- name : Nightly unstable testing - Windows Core Service
148+ name : Testing unstable Windows Core Service
149149 if : vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
150150 # runs-on: [self-hosted, Windows, pygeometry]
151151 runs-on : # TODO: Waiting for ansys-network runner to be updated
@@ -258,7 +258,7 @@ jobs:
258258# =================================================================================================
259259
260260 linux-tests :
261- name : Nightly unstable testing - Linux
261+ name : Testing unstable Linux Core Service
262262 if : vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
263263 runs-on : ubuntu-latest
264264
@@ -320,7 +320,7 @@ jobs:
320320 promote-windows-dms :
321321 needs : windows-dms-tests
322322 runs-on : windows-latest
323- name : Promote Windows container
323+ name : Promote Windows DMS container
324324 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
325325 env :
326326 WINDOWS_UNSTABLE : ghcr.io/ansys/geometry:windows-latest-unstable
@@ -345,7 +345,7 @@ jobs:
345345 promote-windows-core :
346346 needs : windows-core-tests
347347 runs-on : windows-latest
348- name : Promote Windows container
348+ name : Promote Windows Core Service container
349349 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
350350 env :
351351 WINDOWS_UNSTABLE : ghcr.io/ansys/geometry:core-windows-latest-unstable
@@ -370,7 +370,7 @@ jobs:
370370 promote-linux :
371371 needs : linux-tests
372372 runs-on : ubuntu-latest
373- name : Promote Linux container
373+ name : Promote Linux Core Service container
374374 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
375375 env :
376376 LINUX_UNSTABLE : ghcr.io/ansys/geometry:core-linux-latest-unstable
0 commit comments