Skip to content

Commit 0905fb6

Browse files
committed
FST: Use WORKFLOW_PARAMETERS in FUll System Test
1 parent 9429243 commit 0905fb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

prodtests/full_system_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,27 @@ for STAGE in $STAGES; do
154154

155155
ARGS_ALL="--session default"
156156
DICTCREATION=""
157+
export WORKFLOW_PARAMETERS=
157158
if [[ "$STAGE" = "WITHGPU" ]]; then
158159
export CREATECTFDICT=0
159160
export GPUTYPE=CUDA
160161
export HOSTMEMSIZE=1000000000
161162
export SYNCMODE=1
162163
export CTFINPUT=0
163-
export SAVECTF=0
164164
elif [[ "$STAGE" = "ASYNC" ]]; then
165165
export CREATECTFDICT=0
166166
export GPUTYPE=CPU
167167
export SYNCMODE=0
168168
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
169169
export CTFINPUT=1
170-
export SAVECTF=0
170+
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},AOD"
171171
else
172172
export CREATECTFDICT=$SYNCMODEDOCTFDICT
173173
export GPUTYPE=CPU
174174
export SYNCMODE=1
175175
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
176176
export CTFINPUT=0
177-
export SAVECTF=1
177+
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},CTF"
178178
unset JOBUTILS_JOB_SKIPCREATEDONE
179179
fi
180180
export SHMSIZE

0 commit comments

Comments
 (0)