Skip to content

Commit 6f13af5

Browse files
authored
Disable Clion & IntelliJ from Downstream CI (#2318)
Disabling Clion and IntelliJ bazelbuild/intellij#7670, bazelbuild/intellij#7671,
1 parent f64117b commit 6f13af5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildkite/bazelci.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"git_repository": "https://github.com/bazelbuild/intellij.git",
149149
"file_config": ".bazelci/clion.yml",
150150
"pipeline_slug": "clion-plugin",
151+
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7670",
151152
},
152153
"CLion Plugin Google": {
153154
"git_repository": "https://github.com/bazelbuild/intellij.git",
@@ -169,6 +170,7 @@
169170
"git_repository": "https://github.com/bazelbuild/intellij.git",
170171
"file_config": ".bazelci/intellij.yml",
171172
"pipeline_slug": "intellij-plugin",
173+
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7670",
172174
},
173175
"IntelliJ Plugin Google": {
174176
"git_repository": "https://github.com/bazelbuild/intellij.git",
@@ -180,6 +182,7 @@
180182
"git_repository": "https://github.com/bazelbuild/intellij.git",
181183
"file_config": ".bazelci/intellij-ue.yml",
182184
"pipeline_slug": "intellij-ue-plugin",
185+
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7670",
183186
},
184187
"IntelliJ UE Plugin Google": {
185188
"git_repository": "https://github.com/bazelbuild/intellij.git",
@@ -191,6 +194,7 @@
191194
"git_repository": "https://github.com/bazelbuild/intellij.git",
192195
"file_config": ".bazelci/aspect.yml",
193196
"pipeline_slug": "intellij-plugin-aspect",
197+
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7671",
194198
},
195199
"IntelliJ Plugin Aspect Google": {
196200
"git_repository": "https://github.com/bazelbuild/intellij.git",

0 commit comments

Comments
 (0)