Skip to content

Commit

Permalink
Disabling Intellij, Clion, Android Google plugins from Downstream CI (#…
Browse files Browse the repository at this point in the history
…2163)

Disabling IntelliJ, Clion, Android Studio & Aspect Google plugins due to
failures in the downstream CI pipelines
bazelbuild/intellij#7232 (comment)
  • Loading branch information
sgowroji authored Jan 28, 2025
1 parent 74a22d2 commit 58777df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/android-studio.yml",
"pipeline_slug": "android-studio-plugin-google",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"Android Testing": {
"git_repository": "https://github.com/googlesamples/android-testing.git",
Expand Down Expand Up @@ -146,11 +147,13 @@
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/clion.yml",
"pipeline_slug": "clion-plugin",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"CLion Plugin Google": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/clion.yml",
"pipeline_slug": "clion-plugin-google",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"Cloud Robotics Core": {
"git_repository": "https://github.com/googlecloudrobotics/core.git",
Expand All @@ -171,6 +174,7 @@
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/intellij.yml",
"pipeline_slug": "intellij-plugin-google",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"IntelliJ UE Plugin": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
Expand All @@ -181,16 +185,19 @@
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/intellij-ue.yml",
"pipeline_slug": "intellij-ue-plugin-google",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"IntelliJ Plugin Aspect": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/aspect.yml",
"pipeline_slug": "intellij-plugin-aspect",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"IntelliJ Plugin Aspect Google": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/aspect.yml",
"pipeline_slug": "intellij-plugin-aspect-google",
"disabled_reason": "https://github.com/bazelbuild/intellij/issues/7232#issuecomment-2617127267",
},
"Stardoc": {
"git_repository": "https://github.com/bazelbuild/stardoc.git",
Expand Down

0 comments on commit 58777df

Please sign in to comment.