Skip to content

Commit 4e92309

Browse files
committed
shorten stage names osx
1 parent 732a500 commit 4e92309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vinca/generate_azure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def main():
424424
pkg_jobname = '_'.join([normalize_name(pkg) for pkg in batch])
425425
stage["jobs"].append(
426426
{
427-
"job": pkg_jobname,
427+
"job": f"stage_{i}_job_{len(stage['jobs'])}",
428428
"steps": [
429429
{
430430
"script": azure_osx_script,
@@ -466,7 +466,7 @@ def main():
466466
pkg_jobname = '_'.join([normalize_name(pkg) for pkg in batch])
467467
stage["jobs"].append(
468468
{
469-
"job": pkg_jobname,
469+
"job": f"stage_{i}_job_{len(stage['jobs'])}",
470470
"steps": [
471471
{
472472
"script": azure_osx_arm64_script,

0 commit comments

Comments
 (0)