forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2287 from ROCmSoftwarePlatform/develop-upstream-s…
…ync-231030 Develop upstream sync 231030
- Loading branch information
Showing
945 changed files
with
20,897 additions
and
27,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 2023 The TensorFlow Authors. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# ============================================================================== | ||
|
||
name: OSV-Scanner Scheduled Scan | ||
|
||
on: | ||
schedule: | ||
- cron: 0 4 * * 1 | ||
|
||
permissions: | ||
# Require writing security events to upload SARIF file to security tab | ||
security-events: write | ||
# Only need to read contents | ||
contents: read | ||
|
||
jobs: | ||
scan-scheduled: | ||
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable.yml@main" | ||
with: | ||
scan-args: |- | ||
--lockfile=requirements.txt:./requirements_lock_3_9.txt | ||
--lockfile=requirements.txt:./requirements_lock_3_10.txt | ||
--lockfile=requirements.txt:./requirements_lock_3_11.txt | ||
--lockfile=requirements.txt:./requirements_lock_3_12.txt | ||
--lockfile=requirements.txt:./ci/official/containers/linux_arm64/devel.requirements.txt | ||
--lockfile=requirements.txt:./ci/official/containers/linux_arm64/jax.requirements.txt | ||
--lockfile=requirements.txt:./ci/official/containers/linux_arm64/devel.usertools/test.requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
TFCI_UPLOAD_LIB_ENABLE=0 | ||
TFCI_UPLOAD_LIB_LATEST_ENABLE= | ||
TFCI_UPLOAD_WHL_GCS_ENABLE= | ||
TFCI_UPLOAD_LIB_ENABLE=1 | ||
TFCI_UPLOAD_LIB_GCS_URI="gs://libtensorflow-nightly/$(date -I)" | ||
TFCI_UPLOAD_LIB_LATEST_ENABLE=1 | ||
TFCI_UPLOAD_LIB_LATEST_GCS_URI="gs://libtensorflow-nightly/latest" | ||
TFCI_UPLOAD_WHL_GCS_ENABLE=0 | ||
TFCI_UPLOAD_WHL_GCS_URI= | ||
TFCI_UPLOAD_WHL_PYPI_ARGS= | ||
TFCI_UPLOAD_WHL_PYPI_ENABLE= | ||
TFCI_UPLOAD_WHL_PYPI_ARGS=(--config-file="$KOKORO_KEYSTORE_DIR/73361_tensorflow_pypirc_using_global_api_token" --repository pypi-warehouse) | ||
TFCI_UPLOAD_WHL_PYPI_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
TFCI_UPLOAD_LIB_ENABLE=0 | ||
TFCI_DOCKER_REBUILD_UPLOAD_ENABLE=0 | ||
TFCI_UPLOAD_LIB_ENABLE= | ||
TFCI_UPLOAD_LIB_GCS_URI= | ||
TFCI_UPLOAD_LIB_LATEST_ENABLE= | ||
TFCI_DOCKER_REBUILD_UPLOAD_ENABLE= | ||
TFCI_UPLOAD_LIB_LATEST_GCS_URI= | ||
TFCI_UPLOAD_WHL_GCS_ENABLE= | ||
TFCI_UPLOAD_WHL_GCS_URI= | ||
TFCI_UPLOAD_WHL_PYPI_ENABLE= | ||
TFCI_UPLOAD_WHL_PYPI_ARGS= | ||
TFCI_UPLOAD_WHL_PYPI_ENABLE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
# Disable arm64 uploads while being worked on | ||
source ci/official/envs/disable_all_uploads | ||
TFCI_PYTHON_VERSION=3.12 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
# Disable 3.12 uploads while being worked on | ||
source ci/official/envs/disable_all_uploads | ||
TFCI_PYTHON_VERSION=3.12 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--cpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
source ci/official/envs/ci_default | ||
# Disable 3.12 uploads while being worked on | ||
source ci/official/envs/disable_all_uploads | ||
TFCI_PYTHON_VERSION=3.12 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--nightly_flag) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
# Disable tpu uploads while being worked on | ||
source ci/official/envs/disable_all_uploads | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config=tpu) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_tpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--tpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_LIBTPU_DOWNLOAD_ENABLE=1 | ||
TFCI_LIBTPU_DOWNLOAD_URL=https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/libtpu/1.8.0/libtpu.so | ||
TFCI_LIBTPU_DOWNLOAD_NIGHTLY_ENABLE=1 | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
# Disable tpu uploads while being worked on | ||
source ci/official/envs/disable_all_uploads | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_COMMON_ARGS=(--config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config=tpu) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_tpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--tpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_LIBTPU_DOWNLOAD_ENABLE=1 | ||
TFCI_LIBTPU_DOWNLOAD_URL=https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/libtpu/1.8.0/libtpu.so | ||
TFCI_LIBTPU_DOWNLOAD_NIGHTLY_ENABLE=1 | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
Oops, something went wrong.