Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add message to build script #2585

Open
wants to merge 5 commits into
base: r1.12-rocm61-customops
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci debug
  • Loading branch information
jayfurmanek committed Jul 17, 2024
commit 51ceba6377dbc8fcc2cf2c1271928f6b576bccc0
2 changes: 2 additions & 0 deletions tensorflow/tools/ci_build/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ DOCKER_IMG_NAME=$(echo "${DOCKER_IMG_NAME}" | sed -e 's/=/_/g' -e 's/,/-/g')

# Convert to all lower-case, as per requirement of Docker image names
DOCKER_IMG_NAME=$(echo "${DOCKER_IMG_NAME}" | tr '[:upper:]' '[:lower:]')
PWD=$(pwd)

# Print arguments.
echo "WORKSPACE: ${WORKSPACE}"
Expand All @@ -130,6 +131,7 @@ echo "CI_COMMAND_PREFIX: ${CI_COMMAND_PREFIX[*]}"
echo "CONTAINER_TYPE: ${CONTAINER_TYPE}"
echo "BUILD_TAG: ${BUILD_TAG}"
echo " (docker container name will be ${DOCKER_IMG_NAME})"
echo "PWD: "${PWD}
echo ""


Expand Down