Skip to content

Commit 4451d46

Browse files
ARM buidls
1 parent 3024f8a commit 4451d46

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.drone.jsonnet

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local extra_servers_platforms = {
2121
};
2222

2323
//local archs = ["amd64", "arm64"];
24-
local archs = ["amd64"];
24+
local archs = ["arm64"];
2525

2626
local builddir = "verylongdirnameforverystrangecpackbehavior";
2727

@@ -663,15 +663,15 @@ local Pipeline(branch, platform, event, arch="amd64", server="10.6-enterprise",
663663

664664

665665
local AllPipelines =
666-
[
667-
Pipeline(b, platform, triggeringEvent, a, server, flag, "")
668-
for a in ["amd64"]
669-
for b in std.objectFields(platforms)
670-
for platform in ["rockylinux:8"]
671-
for flag in ["gcc-toolset"]
672-
for triggeringEvent in events
673-
for server in servers[current_branch]
674-
] +
666+
// [
667+
// Pipeline(b, platform, triggeringEvent, a, server, flag, "")
668+
// for a in ["amd64"]
669+
// for b in std.objectFields(platforms)
670+
// for platform in ["rockylinux:8"]
671+
// for flag in ["gcc-toolset"]
672+
// for triggeringEvent in events
673+
// for server in servers[current_branch]
674+
// ] +
675675
[
676676
Pipeline(b, p, e, a, s)
677677
for b in std.objectFields(platforms)
@@ -680,42 +680,42 @@ local AllPipelines =
680680
for e in events
681681
for a in archs
682682
] +
683-
[
684-
Pipeline(any_branch, p, "custom", a, server)
685-
for p in platforms[current_branch]
686-
for server in servers[current_branch]
687-
for a in archs
688-
] +
689-
// clang
690-
[
691-
Pipeline(b, platform, triggeringEvent, a, server, "", buildenv)
692-
for a in ["amd64"]
693-
for b in std.objectFields(platforms)
694-
for platform in ["ubuntu:24.04"]
695-
for buildenv in std.objectFields(customEnvCommandsMap)
696-
for triggeringEvent in events
697-
for server in servers[current_branch]
698-
] +
699-
// last argument is to ignore mtr and regression failures
700-
[
701-
Pipeline(b, platform, triggeringEvent, a, server, "", "", ["regression"])
702-
for a in ["amd64"]
703-
for b in std.objectFields(platforms)
704-
for server in extra_servers[current_branch]
705-
for platform in extra_servers_platforms[current_branch]
706-
for triggeringEvent in events
707-
] +
683+
// [
684+
// Pipeline(any_branch, p, "custom", a, server)
685+
// for p in platforms[current_branch]
686+
// for server in servers[current_branch]
687+
// for a in archs
688+
// ] +
689+
// // clang
690+
// [
691+
// Pipeline(b, platform, triggeringEvent, a, server, "", buildenv)
692+
// for a in ["amd64"]
693+
// for b in std.objectFields(platforms)
694+
// for platform in ["ubuntu:24.04"]
695+
// for buildenv in std.objectFields(customEnvCommandsMap)
696+
// for triggeringEvent in events
697+
// for server in servers[current_branch]
698+
// ] +
708699
// // last argument is to ignore mtr and regression failures
709-
[
710-
Pipeline(b, platform, triggeringEvent, a, server, flag, envcommand, ["regression", "mtr"])
711-
for a in ["amd64"]
712-
for b in std.objectFields(platforms)
713-
for platform in ["ubuntu:24.04"]
714-
for flag in ["libcpp"]
715-
for envcommand in ["clang-20"]
716-
for triggeringEvent in events
717-
for server in servers[current_branch]
718-
] +
700+
// [
701+
// Pipeline(b, platform, triggeringEvent, a, server, "", "", ["regression"])
702+
// for a in ["amd64"]
703+
// for b in std.objectFields(platforms)
704+
// for server in extra_servers[current_branch]
705+
// for platform in extra_servers_platforms[current_branch]
706+
// for triggeringEvent in events
707+
// ] +
708+
// // // last argument is to ignore mtr and regression failures
709+
// [
710+
// Pipeline(b, platform, triggeringEvent, a, server, flag, envcommand, ["regression", "mtr"])
711+
// for a in ["amd64"]
712+
// for b in std.objectFields(platforms)
713+
// for platform in ["ubuntu:24.04"]
714+
// for flag in ["libcpp"]
715+
// for envcommand in ["clang-20"]
716+
// for triggeringEvent in events
717+
// for server in servers[current_branch]
718+
// ] +
719719
// last argument is to ignore mtr and regression failures
720720
// [
721721
// Pipeline(b, platform, triggeringEvent, a, server, flag, "", ["regression", "mtr"])

0 commit comments

Comments
 (0)