From 0a017986265c011df0170c1f4b1b0c89727e2589 Mon Sep 17 00:00:00 2001 From: Peter Hristov Date: Fri, 19 Apr 2024 09:17:45 +0200 Subject: [PATCH] Make defaults ali available for O2 (#5434) --- o2-customization.sh | 1 + o2.sh | 1 + o2fullci.sh | 1 + o2pdpsuite.sh | 1 + o2suite.sh | 1 + 5 files changed, 5 insertions(+) diff --git a/o2-customization.sh b/o2-customization.sh index bd8d52b79f..8b497aa795 100644 --- a/o2-customization.sh +++ b/o2-customization.sh @@ -9,6 +9,7 @@ valid_defaults: - o2-dev-fairroot - alo - o2-prod + - ali --- # No contents. The only goal of this recipe is to provide customizations to # enable / disable features of the O2 builds. This cannot be done in the O2 diff --git a/o2.sh b/o2.sh index 6fd018e2b1..7f13816295 100644 --- a/o2.sh +++ b/o2.sh @@ -131,6 +131,7 @@ valid_defaults: - o2-dev-fairroot - alo - o2-prod + - ali --- #!/bin/sh export ROOTSYS=$ROOT_ROOT diff --git a/o2fullci.sh b/o2fullci.sh index dd44fd55a0..cdd7bc8289 100644 --- a/o2fullci.sh +++ b/o2fullci.sh @@ -10,6 +10,7 @@ requires: valid_defaults: - o2 - o2-epn + - ali --- #!/bin/bash -ex diff --git a/o2pdpsuite.sh b/o2pdpsuite.sh index bcc6e4fed5..6448141da8 100644 --- a/o2pdpsuite.sh +++ b/o2pdpsuite.sh @@ -15,6 +15,7 @@ valid_defaults: - o2 - o2-dataflow - o2-epn + - ali --- #!/bin/bash -ex diff --git a/o2suite.sh b/o2suite.sh index e51144ee92..5c7407f378 100644 --- a/o2suite.sh +++ b/o2suite.sh @@ -22,6 +22,7 @@ valid_defaults: - alo - o2-prod - o2-ninja + - ali --- #!/bin/bash -ex