[go: nahoru, domu]

Skip to content

Commit

Permalink
Create CI env file for new nightly ARM64 experimental build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571384702
  • Loading branch information
MichaelHudgins authored and tensorflower-gardener committed Oct 6, 2023
1 parent 478ef7c commit 3b3a394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/official/envs/nightly_linux_arm64_cpu_py310
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source ci/official/envs/ci_default
source ci/official/envs/ci_nightly_uploads
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10)
TFCI_BUILD_PIP_PACKAGE_ARGS=(--cpu --nightly_flag)
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64)
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1

0 comments on commit 3b3a394

Please sign in to comment.