Skip to content

Commit 8a28019

Browse files
authored
Merge pull request EESSI#63 from casparvl/test_pmt
Fix upload for multiple GPU targets
2 parents 41f3775 + 3a7438e commit 8a28019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ TARBALL_STEP_ARGS+=("--resume" "${BUILD_TMPDIR}")
267267
timestamp=$(date +%s)
268268
# to set EESSI_VERSION we need to source init/eessi_defaults now
269269
source $software_layer_dir/init/eessi_defaults
270-
# Note: iff ${EESSI_DEV_PROJECT} is defined (building for dev.eessi.io), then we
270+
# Note: if ${EESSI_DEV_PROJECT} is defined (building for dev.eessi.io), then we
271271
# append the project (subdirectory) name to the end tarball name. This is information
272272
# then used at the ingestion stage. If ${EESSI_DEV_PROJECT} is not defined, nothing is
273273
# appended
274-
export TGZ=$(printf "eessi-%s-software-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE//\//-} ${EESSI_DEV_PROJECT:+$EESSI_DEV_PROJECT-} ${timestamp})
274+
export TGZ=$(printf "eessi-%s-software-%s-%s-%s-%b%d.tar.gz" ${EESSI_VERSION} ${EESSI_OS_TYPE} ${EESSI_SOFTWARE_SUBDIR_OVERRIDE//\//-} ${EESSI_ACCELERATOR_TARGET_OVERRIDE//\//-} ${EESSI_DEV_PROJECT:+$EESSI_DEV_PROJECT-} ${timestamp})
275275

276276
# Export EESSI_DEV_PROJECT to use it (if needed) when making tarball
277277
echo "bot/build.sh: EESSI_DEV_PROJECT='${EESSI_DEV_PROJECT}'"

0 commit comments

Comments
 (0)