aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
blob: 06e06a0cd456779725423d02dba5894f8ce13a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
pip_extra_index_url: "https://snapshots.linaro.org/ldcg/python-cache/"
build_dir: "/tmp/workspace"
wheels_dir: "/tmp/workspace/wheels/"
versions:
  "2.8":
    tensorflow_version: "2.8.0-rc0"
    bazel_version: "3.7.2"
    flatbuffers_version: ">= 1.12, < 3.0"
    gast_version: "==0.4.0"
    grpcio_version: ">= 1.37.0, < 2.0"
    h5py_version: "~=3.1.0"
    numpy_version: ">=1.20"
    absl_version: ">=1.0.0"
    run_unit_tests: true
    unit_tests_exclude:
       - "//tensorflow/lite/..."
       - "//tensorflow/core/ir/..."
       - "//tensorflow/python/tools/..."
       - "//tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test"
       - "//tensorflow/compiler/mlir/tensorflow:dump_graph_test"
       - "//tensorflow/core/common_runtime:direct_session_test"
       - "//tensorflow/core/common_runtime:direct_session_with_debug_test"
       - "//tensorflow/core/kernels:quantized_bias_add_op_test"
       - "//tensorflow/core/kernels:quantize_op_test"
       - "//tensorflow/core/kernels:requantize_op_test"
       - "//tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test"
       - "//tensorflow/python/eager:function_test"
       - "//tensorflow/python/ops/ragged:ragged_dispatch_test"
       - "//tensorflow/python:quantized_ops_test"
       - "//tensorflow/tools/graph_transforms:transforms_test"
    unit_tests_filter_flags: "-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_aarch64"
    python_versions:
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
  "2.7":
    tensorflow_version: "2.7.0"
    bazel_version: "3.7.2"
    flatbuffers_version: ">= 1.12, < 3.0"
    gast_version: "==0.4.0"
    grpcio_version: "~=1.37.0"
    h5py_version: "~=3.1.0"
    numpy_version: "~=1.19.5"
    absl_version: "~=0.10"
    run_unit_tests: true
    unit_tests_exclude:
       - "//tensorflow/java/..."
       - "//tensorflow/lite/..."
       - "//tensorflow/compiler/xla/python/..."
       - "//tensorflow/compiler/xla/service/cpu/..."
       - "//tensorflow/compiler/xla/tests/..."
       - "//tensorflow/core/ir/..."
       - "//tensorflow/python/tools/..."
       - "//tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test"
       - "//tensorflow/core/kernels:quantized_bias_add_op_test"
       - "//tensorflow/core/kernels:requantize_op_test"
       - "//tensorflow/core/kernels:sparse_matmul_op_test"
       - "//tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test"
       - "//tensorflow/python/debug/cli:debugger_cli_common_test"
       - "//tensorflow/python/eager:function_test"
       - "//tensorflow/python/keras/mixed_precision:model_test"
       - "//tensorflow/python/keras/preprocessing:image_test"
       - "//tensorflow/python/kernel_tests:init_ops_test"
       - "//tensorflow/python/kernel_tests:sparse_matmul_op_test"
       - "//tensorflow/python/lib/io:file_io_test"
       - "//tensorflow/python/ops/ragged:ragged_dispatch_test"
       - "//tensorflow/python/ops/ragged:ragged_print_op_test"
       - "//tensorflow/python/profiler:profiler_v2_test"
       - "//tensorflow/python/util:dispatch_test"
       - "//tensorflow/python/util:traceback_utils_test"
       - "//tensorflow/tools/api/tests:api_compatibility_test"
       - "//tensorflow/tools/docs:tf_doctest"
       - "//tensorflow/tools/graph_transforms:transforms_test"
    unit_tests_filter_flags: "-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only"
    python_versions:
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
  "2.6":
    tensorflow_version: "2.6.2"
    bazel_version: "3.7.2"
    flatbuffers_version: "~=1.12.0"
    gast_version: "==0.4.0"
    grpcio_version: "~=1.37.0"
    h5py_version: "~=3.1.0"
    numpy_version: "~=1.19.2"
    absl_version: "~=0.10"
    run_unit_tests: false
    unit_tests_exclude: ""
    unit_tests_filter_flags: ""
    python_versions:
      - cp36-cp36m
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
  "2.5":
    tensorflow_version: "2.5.2"
    bazel_version: "3.7.2"
    flatbuffers_version: "~=1.12.0"
    gast_version: "==0.4.0"
    grpcio_version: "~=1.34.0"
    h5py_version: "~=3.1.0"
    numpy_version: "~=1.19.2"
    absl_version: "~=0.10"
    run_unit_tests: false
    unit_tests_exclude: ""
    unit_tests_filter_flags: ""
    python_versions:
      - cp36-cp36m
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
  "2.4":
    tensorflow_version: "2.4.4"
    bazel_version: "3.5.0"
    flatbuffers_version: "~=1.12.0"
    gast_version: "==0.3.3"
    grpcio_version: "~=1.32.0"
    h5py_version: "~=2.10"
    numpy_version: "~=1.19.2"
    absl_version: "~=0.10"
    run_unit_tests: false
    unit_tests_exclude: ""
    unit_tests_filter_flags: ""
    python_versions:
      - cp36-cp36m
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
  "1.15":
    tensorflow_version: "1.15.5"
    bazel_version: "0.29.1"
    flatbuffers_version: "~=1.12.0"
    gast_version: "==0.3.3"
    grpcio_version: "~=1.32.0"
    h5py_version: "==2.10"
    numpy_version: "~=1.18.0"
    absl_version: "~=0.10"
    run_unit_tests: false
    unit_tests_exclude: ""
    unit_tests_filter_flags: ""
    python_versions:
      - cp36-cp36m
      - cp37-cp37m
  "git":
    tensorflow_version: "git"
    bazel_version: "3.7.2"
    flatbuffers_version: ">= 1.12, < 3.0"
    gast_version: "==0.4.0"
    grpcio_version: ">= 1.37.0, < 2.0"
    h5py_version: "~=3.1.0"
    numpy_version: ">=1.20"
    absl_version: ">=1.0.0"
    run_unit_tests: true
    unit_tests_exclude:
       - "//tensorflow/lite/..."
       - "//tensorflow/python/tools/..."
       - "//tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test"
       - "//tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test"
       - "//tensorflow/python/eager:function_test"
    unit_tests_filter_flags: "-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_aarch64"
    python_versions:
      - cp37-cp37m
      - cp38-cp38
      - cp39-cp39
to_be_built:
#   - "1.15"
#   - "2.4"
#   - "2.5"
#   - "2.6"
#   - "2.7"
#   - "git"

# Python versions are from tensorflow-git/tensorflow/tools/pip_package/setup.py file