@@ -73,6 +73,14 @@ tasks:
73
73
build_targets : ["//..."]
74
74
test_targets : ["//..."]
75
75
working_directory : gazelle
76
+ gazelle_extension_bzlmod :
77
+ << : *common_bzlmod_flags
78
+ name : Test the Gazelle extension under bzlmod
79
+ platform : ubuntu2004
80
+ build_targets : ["//..."]
81
+ test_targets : ["//..."]
82
+ working_directory : gazelle
83
+
76
84
ubuntu_min :
77
85
<< : *minimum_supported_version
78
86
<< : *reusable_config
@@ -138,6 +146,32 @@ tasks:
138
146
working_directory : examples/build_file_generation
139
147
platform : windows
140
148
149
+ integration_test_build_file_generation_bzlmod_ubuntu :
150
+ << : *minimum_supported_bzlmod_version
151
+ << : *common_bzlmod_flags
152
+ << : *reusable_build_test_all
153
+ name : build_file_generation_bzlmod integration tests on Ubuntu
154
+ working_directory : examples/build_file_generation
155
+ platform : ubuntu2004
156
+ integration_test_build_file_generation_bzlmod_debian :
157
+ << : *common_bzlmod_flags
158
+ << : *reusable_build_test_all
159
+ name : build_file_generation_bzlmod integration tests on Debian
160
+ working_directory : examples/build_file_generation
161
+ platform : debian11
162
+ integration_test_build_file_generation_bzlmod_macos :
163
+ << : *common_bzlmod_flags
164
+ << : *reusable_build_test_all
165
+ name : build_file_generation_bzlmod integration tests on macOS
166
+ working_directory : examples/build_file_generation
167
+ platform : macos
168
+ integration_test_build_file_generation_bzlmod_windows :
169
+ << : *common_bzlmod_flags
170
+ << : *reusable_build_test_all
171
+ name : build_file_generation_bzlmod integration tests on Windows
172
+ working_directory : examples/build_file_generation
173
+ platform : windows
174
+
141
175
integration_test_bzlmod_ubuntu_min :
142
176
<< : *minimum_supported_bzlmod_version
143
177
<< : *reusable_build_test_all
0 commit comments