Skip to content

Commit bb37f94

Browse files
committed
[CI] Fix macOS build machines
As we don't have distributed caches, build and test must run on the same runner.
1 parent b5ec19c commit bb37f94

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ build_windows_job:
527527
build_macos_job:
528528
tags:
529529
- macos
530+
- corina
530531
stage: build
531532
variables:
532533
GIT_SUBMODULE_STRATEGY: normal
@@ -572,6 +573,7 @@ build_macos_job:
572573
build_macos_arm_job:
573574
tags:
574575
- macos-arm64
576+
- kate
575577
stage: build
576578
variables:
577579
GIT_SUBMODULE_STRATEGY: normal
@@ -675,6 +677,7 @@ test_windows_job:
675677
test_macos_job:
676678
tags:
677679
- macos
680+
- corina
678681
stage: test
679682
variables:
680683
LANG: en_US.UTF-8
@@ -731,6 +734,7 @@ test_macos_job:
731734
test_macos_arm_job:
732735
tags:
733736
- macos-arm64
737+
- kate
734738
stage: test
735739
variables:
736740
LANG: en_US.UTF-8

.secrets.baseline

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
{
9191
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
9292
},
93+
{
94+
"path": "detect_secrets.filters.common.is_baseline_file",
95+
"filename": ".secrets.baseline"
96+
},
9397
{
9498
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
9599
"min_level": 2
@@ -129,7 +133,7 @@
129133
"filename": ".gitlab-ci.yml",
130134
"hashed_secret": "0011100300af3949aaa3a39c92afb5c22f36db0b",
131135
"is_verified": false,
132-
"line_number": 804
136+
"line_number": 808
133137
}
134138
],
135139
"ci/linux/Dockerfile": [
@@ -639,5 +643,5 @@
639643
}
640644
]
641645
},
642-
"generated_at": "2025-09-16T19:30:38Z"
646+
"generated_at": "2025-09-18T14:22:58Z"
643647
}

0 commit comments

Comments
 (0)