@@ -34,6 +34,7 @@ buildifier:
34
34
build_flags :
35
35
- " --keep_going"
36
36
- " --build_tag_filters=-integration-test"
37
+ - " --config=bazel7.x"
37
38
test_targets :
38
39
- " --"
39
40
- " ..."
@@ -84,16 +85,6 @@ buildifier:
84
85
- //tests:version_3_8_test
85
86
- //tests:version_3_9_test
86
87
- //tests:version_default_test
87
- .pystar_base : &pystar_base
88
- bazel : " 7.x"
89
- environment :
90
- RULES_PYTHON_ENABLE_PYSTAR : " 1"
91
- build_flags :
92
- - " --config=bazel7.x"
93
- test_flags :
94
- # The doc check tests fail because the Starlark implementation makes the
95
- # PyInfo and PyRuntimeInfo symbols become documented.
96
- - " --test_tag_filters=-integration-test,-doc_check_test"
97
88
tasks :
98
89
gazelle_extension_min :
99
90
<< : *common_workspace_flags_min_bazel
@@ -139,26 +130,18 @@ tasks:
139
130
name : " Default: Ubuntu, upcoming Bazel"
140
131
platform : ubuntu2004
141
132
bazel : last_rc
142
- pystar_ubuntu_workspace :
143
- << : *reusable_config
144
- << : *pystar_base
145
- name : " Default test: Ubuntu, Pystar, workspace"
146
- platform : ubuntu2004
147
- pystar_ubuntu_bzlmod :
133
+ ubuntu_workspace :
148
134
<< : *reusable_config
149
- << : *pystar_base
150
- name : " Default test: Ubuntu, Pystar, bzlmod"
135
+ name : " Default: Ubuntu, workspace"
151
136
platform : ubuntu2004
152
- pystar_mac_workspace :
137
+ mac_workspace :
153
138
<< : *reusable_config
154
139
<< : *common_workspace_flags
155
- << : *pystar_base
156
- name : " Default test: Mac, Pystar, workspace"
140
+ name : " Default: Mac, workspace"
157
141
platform : macos
158
- pystar_windows_workspace :
142
+ windows_workspace :
159
143
<< : *reusable_config
160
- << : *pystar_base
161
- name : " Default test: Windows, Pystar, workspace"
144
+ name : " Default: Windows, workspace"
162
145
platform : windows
163
146
164
147
debian :
@@ -250,6 +233,13 @@ tasks:
250
233
working_directory : examples/bzlmod
251
234
platform : ubuntu2004
252
235
bazel : 7.x
236
+ integration_test_bzlmod_ubuntu_upcoming :
237
+ << : *reusable_build_test_all
238
+ << : *coverage_targets_example_bzlmod
239
+ name : " examples/bzlmod: Ubuntu, upcoming Bazel"
240
+ working_directory : examples/bzlmod
241
+ platform : ubuntu2004
242
+ bazel : last_rc
253
243
integration_test_bzlmod_debian :
254
244
<< : *reusable_build_test_all
255
245
<< : *coverage_targets_example_bzlmod
@@ -264,12 +254,27 @@ tasks:
264
254
working_directory : examples/bzlmod
265
255
platform : macos
266
256
bazel : 7.x
257
+ integration_test_bzlmod_macos_upcoming :
258
+ << : *reusable_build_test_all
259
+ << : *coverage_targets_example_bzlmod
260
+ name : " examples/bzlmod: macOS, upcoming Bazel"
261
+ working_directory : examples/bzlmod
262
+ platform : macos
263
+ bazel : last_rc
267
264
integration_test_bzlmod_windows :
268
265
<< : *reusable_build_test_all
269
266
# coverage is not supported on Windows
270
267
name : " examples/bzlmod: Windows"
271
268
working_directory : examples/bzlmod
272
269
platform : windows
270
+ bazel : 7.x
271
+ integration_test_bzlmod_windows_upcoming :
272
+ << : *reusable_build_test_all
273
+ # coverage is not supported on Windows
274
+ name : " examples/bzlmod: Windows, upcoming Bazel"
275
+ working_directory : examples/bzlmod
276
+ platform : windows
277
+ bazel : last_rc
273
278
integration_test_bzlmod_ubuntu_lockfile :
274
279
<< : *reusable_build_test_all
275
280
<< : *coverage_targets_example_bzlmod
0 commit comments