File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ cleanPrepareLockUpdateClear2
6
6
TT_init
7
7
set -xg RTA_EDITION " C,Cr2"
8
8
9
- and maintainerOn
10
- and eval $EDITION
11
- and eval $TEST_SUITE
12
- and setAllLogsToWorkspace
13
- and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
14
- and updateDockerBuildImage
15
- or exit 1
9
+ if test " $ENTERPRISEEDITION " = " On"
10
+ set -xg RTA_EDITION " EP,EPr2"
11
+ end
16
12
if test " $ASAN " = " true"
17
13
echo " San build"
18
14
sanOn
@@ -31,16 +27,23 @@ if test "$BUILD_MODE" = "release"
31
27
echo " switching to release build"
32
28
releaseMode
33
29
end
30
+
31
+
32
+ and maintainerOn
33
+ and eval $EDITION
34
+ and eval $TEST_SUITE
35
+ and setAllLogsToWorkspace
36
+ and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
37
+ and updateDockerBuildImage
38
+ and begin
39
+ end
34
40
and pingDetails
35
41
and TT_setup
36
42
and oskarCompile
37
43
and TT_compile
38
44
and downloadAuxBinariesToBuildBin
39
45
and checkoutRTA
40
46
and cd work/release-test -automation/
41
- if test " $ENTERPRISEEDITION " = " On"
42
- set -xg RTA_EDITION " EP,EPr2"
43
- end
44
47
and bash -x ./jenkins/oskar_tar.sh $argv
45
48
46
49
set -l s $status
You can’t perform that action at this time.
0 commit comments