Skip to content

Commit 5504fa3

Browse files
sjpbbertiethorpe
authored andcommitted
Use shorter names for CI clusters (#415)
* use run_number as a shorter ID for CI * slurmci group name warning * Revert "slurmci group name warning" - underscores not valid linux hostname and stripped in host, leading to slurmdbd config failure This reverts commit 61dfad6. --------- Co-authored-by: Bertie <[email protected]>
1 parent e44d704 commit 5504fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
ANSIBLE_FORCE_COLOR: True
3636
OS_CLOUD: openstack
37-
TF_VAR_cluster_name: slurmci-${{ matrix.os_version }}-${{ github.run_id }}
37+
TF_VAR_cluster_name: slurmci-${{ matrix.os_version }}-${{ github.run_number }}
3838
CI_CLOUD: ${{ vars.CI_CLOUD }}
3939
steps:
4040
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)