Skip to content

Commit 3528681

Browse files
Amit Patankartensorflower-gardener
authored andcommitted
Migrate Windows CPU official release and nightly testing builds to use the new bazel configs.
PiperOrigin-RevId: 323079826 Change-Id: I7f16f0e6a543a150fd2d991606ba3cfb5cf4bf1c
1 parent cf95331 commit 3528681

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ SET PYTHON_DIRECTORY=Python35
1919

2020
CALL tensorflow\tools\ci_build\release\common_win.bat
2121

22-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1"
22+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_test_flags "--test_env=TF2_BEHAVIOR=1"

tensorflow/tools/ci_build/release/windows/cpu_py35_full/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python35
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_build_flags "--config=v2 --define=no_tensorflow_py_deps=true" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"

tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python36
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_test_flags "--test_env=TF2_BEHAVIOR=1"

tensorflow/tools/ci_build/release/windows/cpu_py36_full/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python36
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_build_flags "--config=v2 --define=no_tensorflow_py_deps=true" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"

tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python37
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_test_flags "--test_env=TF2_BEHAVIOR=1"

tensorflow/tools/ci_build/release/windows/cpu_py37_full/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python37
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_build_flags "--config=v2 --define=no_tensorflow_py_deps=true" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"

tensorflow/tools/ci_build/release/windows/cpu_py38_full/nightly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SET PYTHON_DIRECTORY=Python38
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_test_flags "--test_env=TF2_BEHAVIOR=1"

tensorflow/tools/ci_build/release/windows/cpu_py38_full/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ SET PYTHON_DIRECTORY=Python38
1717

1818
CALL tensorflow\tools\ci_build\release\common_win.bat
1919

20-
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_build_flags "--config=v2 --define=no_tensorflow_py_deps=true" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"
20+
call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build --extra_test_flags "--test_env=TF2_BEHAVIOR=1" --project_name "tensorflow_cpu"
2121

0 commit comments

Comments
 (0)