Skip to content

Commit

Permalink
chore: Update prep_release to pull AL2023 docker
Browse files Browse the repository at this point in the history
Signed-off-by: Caden Marofke <[email protected]>
  • Loading branch information
marofke committed Dec 5, 2024
1 parent 69e85af commit e31fb28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/prep_release.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ PULL_AL_FROM_ECR_ARGS=(
"${ECR_REGION}"
# Image versions to pull
"latest" # required for building and publishing lambda layers
"2" # required for building Deadline docker images for running integration tests
"2" # required for building Deadline docker images for running integration tests for old versions
"2023" # required for building Deadline docker images for running integration tests
)
/bin/bash ${SCRIPT_DIR}/pull_amazonlinux_from_ecr.sh "${PULL_AL_FROM_ECR_ARGS[@]}"

# Run integ tests
(cd "${ROOT_DIR}" && yarn run build)
(cd "${ROOT_DIR}" && yarn clean && yarn build)
pushd $TESTS_DIR
yarn run e2e-automated
popd
Expand Down

0 comments on commit e31fb28

Please sign in to comment.