File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and TT_init
77and set -xg RTA_EDITION " C,Cr2"
88and maintainerOn
99and eval $EDITION
10+ if test " $ENTERPRISEEDITION " = " On"
11+ set -xg RTA_EDITION " EP,EPr2"
12+ end
1013and setAllLogsToWorkspace
1114and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
1215and updateDockerBuildImage
@@ -29,18 +32,24 @@ if test "$BUILD_MODE" = "release"
2932 echo " switching to release build"
3033 releaseMode
3134end
35+
36+
37+ and maintainerOn
38+ and eval $EDITION
39+ and eval $TEST_SUITE
40+ and setAllLogsToWorkspace
41+ and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
42+ and updateDockerBuildImage
43+ and begin
44+ end
3245and pingDetails
3346and TT_setup
3447and oskarCompile
3548and TT_compile
3649and downloadAuxBinariesToBuildBin
3750and checkoutRTA
3851and cd work/release-test -automation/
39-
40- if test " $ENTERPRISEEDITION " = " On"
41- set -xg RTA_EDITION " EP,EPr2"
42- end
43- bash -x ./jenkins/oskar_tar.sh $argv
52+ and bash -x ./jenkins/oskar_tar.sh $argv
4453
4554set -l s $status
4655
You can’t perform that action at this time.
0 commit comments