Skip to content

Commit d9b1d9f

Browse files
committed
adapt runners
1 parent 457fca7 commit d9b1d9f

5 files changed

Lines changed: 22 additions & 19 deletions

File tree

.github/workflows/sw-auto-update-deps-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
secrets: inherit
2525
with:
2626
update_to_latest: true
27+
repo_runner_labels: 'ubuntu-latest'
2728
target_branch: '${{ github.ref }}'
2829

2930
update_known_good:

.github/workflows/sw-pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: ./.github/workflows/reusable_sw-check.yml
2929
secrets: inherit
3030
with:
31-
repo_runner_labels: 'standard'
31+
repo_runner_labels: 'ubuntu-latest'
3232
target_branch: '${{ github.ref }}'

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,63 +17,63 @@
1717
bazel_dep(name = "score_baselibs")
1818
git_override(
1919
module_name = "score_baselibs",
20+
remote = "https://github.com/eclipse-score/baselibs.git",
2021
commit = "158fe6a7b791c58f6eac5f7e4662b8db0cf9ac6e",
21-
patch_strip = 1,
2222
patches = [
2323
"//patches/baselibs:003-acl-fixes-for-aarch64.patch",
2424
],
25-
remote = "https://github.com/eclipse-score/baselibs.git",
25+
patch_strip = 1,
2626
)
2727

2828
bazel_dep(name = "score_baselibs_rust")
2929
git_override(
3030
module_name = "score_baselibs_rust",
31-
commit = "0eba2934fa8b0e1a343ec6bf6f7ff00cec27d81c",
3231
remote = "https://github.com/eclipse-score/baselibs_rust.git",
32+
commit = "0eba2934fa8b0e1a343ec6bf6f7ff00cec27d81c",
3333
)
3434

3535
bazel_dep(name = "score_communication")
3636
git_override(
3737
module_name = "score_communication",
38+
remote = "https://github.com/eclipse-score/communication.git",
3839
commit = "56448a5589a5f7d3921b873e8127b824a8c1ca95",
39-
patch_strip = 1,
4040
patches = [
4141
"//patches/communication:001-expose-comm-examples.patch",
4242
],
43-
remote = "https://github.com/eclipse-score/communication.git",
43+
patch_strip = 1,
4444
)
4545

4646
bazel_dep(name = "score_persistency")
4747
git_override(
4848
module_name = "score_persistency",
49-
commit = "438bf9b5c447fd41ad43b321679dd3d1b3a6c737",
5049
remote = "https://github.com/eclipse-score/persistency.git",
50+
commit = "438bf9b5c447fd41ad43b321679dd3d1b3a6c737",
5151
)
5252

5353
bazel_dep(name = "score_orchestrator")
5454
git_override(
5555
module_name = "score_orchestrator",
56-
commit = "600fdd8186305ffbf495e4fc788195c077de79ac",
5756
remote = "https://github.com/eclipse-score/orchestrator.git",
57+
commit = "600fdd8186305ffbf495e4fc788195c077de79ac",
5858
)
5959

6060
bazel_dep(name = "score_kyron")
6161
git_override(
6262
module_name = "score_kyron",
63-
commit = "5acfb1a593ec65cf4f64424f581c6ddd04813ee7",
6463
remote = "https://github.com/eclipse-score/kyron.git",
64+
commit = "5acfb1a593ec65cf4f64424f581c6ddd04813ee7",
6565
)
6666

6767
bazel_dep(name = "score_lifecycle_health")
6868
git_override(
6969
module_name = "score_lifecycle_health",
70-
commit = "14ee704eeac03e03ca10bece5de8b694d3c5e2dd",
7170
remote = "https://github.com/eclipse-score/lifecycle.git",
71+
commit = "14ee704eeac03e03ca10bece5de8b694d3c5e2dd",
7272
)
7373

7474
bazel_dep(name = "score_logging")
7575
git_override(
7676
module_name = "score_logging",
77-
commit = "80feaae8ffaa2448c3872011b724e1668ad2930e",
7877
remote = "https://github.com/eclipse-score/logging.git",
78+
commit = "80feaae8ffaa2448c3872011b724e1668ad2930e",
7979
)

bazel_common/score_modules_tooling.MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,55 +17,55 @@
1717
bazel_dep(name = "score_crates")
1818
git_override(
1919
module_name = "score_crates",
20-
commit = "372438042bafe21146899dc1f89771a031d12ed0",
2120
remote = "https://github.com/eclipse-score/score-crates.git",
21+
commit = "372438042bafe21146899dc1f89771a031d12ed0",
2222
)
2323

2424
bazel_dep(name = "score_itf")
2525
git_override(
2626
module_name = "score_itf",
27-
commit = "44c75debab696a9c967455110a2c32f201159cdd",
2827
remote = "https://github.com/eclipse-score/itf.git",
28+
commit = "44c75debab696a9c967455110a2c32f201159cdd",
2929
)
3030

3131
bazel_dep(name = "score_tooling")
3232
git_override(
3333
module_name = "score_tooling",
34-
commit = "1159dcf9d35981ac4877265eff7a1e7a24452161",
3534
remote = "https://github.com/eclipse-score/tooling.git",
35+
commit = "1159dcf9d35981ac4877265eff7a1e7a24452161",
3636
)
3737

3838
bazel_dep(name = "score_platform")
3939
git_override(
4040
module_name = "score_platform",
41-
commit = "bf8502071d750cb70d88f1cb5cfbf5e5e7407f27",
4241
remote = "https://github.com/eclipse-score/score.git",
42+
commit = "bf8502071d750cb70d88f1cb5cfbf5e5e7407f27",
4343
)
4444

4545
bazel_dep(name = "score_bazel_platforms")
4646
git_override(
4747
module_name = "score_bazel_platforms",
48-
commit = "b72a5c3510ca423efc71fef9a93d82f974b089a4",
4948
remote = "https://github.com/eclipse-score/bazel_platforms.git",
49+
commit = "b72a5c3510ca423efc71fef9a93d82f974b089a4",
5050
)
5151

5252
bazel_dep(name = "score_test_scenarios")
5353
git_override(
5454
module_name = "score_test_scenarios",
55-
commit = "c3d385c8e5562b594a409e92a8f493207b53b49d",
5655
remote = "https://github.com/eclipse-score/testing_tools.git",
56+
commit = "c3d385c8e5562b594a409e92a8f493207b53b49d",
5757
)
5858

5959
bazel_dep(name = "score_docs_as_code")
6060
git_override(
6161
module_name = "score_docs_as_code",
62-
commit = "c1207676afe6cafd25c35d420e73279a799515d8",
6362
remote = "https://github.com/eclipse-score/docs-as-code.git",
63+
commit = "c1207676afe6cafd25c35d420e73279a799515d8",
6464
)
6565

6666
bazel_dep(name = "score_process")
6767
git_override(
6868
module_name = "score_process",
69-
commit = "fbe68f10041eb34fb791f08e31006afce8c9564a",
7069
remote = "https://github.com/eclipse-score/process_description.git",
70+
commit = "fbe68f10041eb34fb791f08e31006afce8c9564a",
7171
)

rust_coverage/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
load("@score_tooling//:defs.bzl", "rust_coverage_report")
1818

19+
20+
1921
rust_coverage_report(
2022
name = "rust_coverage_score_baselibs_rust",
2123
bazel_configs = [

0 commit comments

Comments
 (0)