File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215 USE_SPLIT_BUILD : ${{ inputs.use_split_build }}
216216 run : |
217217 START_TIME=$(date +%s)
218- if [[ ${BUILD_ENVIRONMENT} == *"s390x"* || ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
218+
219219 JENKINS_USER=
220220 USED_IMAGE="${DOCKER_IMAGE_S390X}"
221221 # ensure that docker container cleanly exits in 12 hours
@@ -226,11 +226,7 @@ jobs:
226226 # since some steps are skipped on s390x, if they are necessary, run them here
227227 env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}"
228228 env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}"
229- else
230- JENKINS_USER="--user jenkins"
231- USED_IMAGE="${DOCKER_IMAGE}"
232- DOCKER_SHELL_CMD=
233- fi
229+
234230
235231 # Leaving 1GB for the runner and other things
236232 TOTAL_AVAILABLE_MEMORY_IN_GB=$(awk '/MemTotal/ { printf "%.3f \n", $2/1024/1024 - 1 }' /proc/meminfo)
You can’t perform that action at this time.
0 commit comments