Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling Intellij, Clion, Android Google plugins from Downstream CI #2163

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 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 @@ -166,11 +169,12 @@
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/intellij.yml",
"pipeline_slug": "intellij-plugin",
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the 'Intellij plugin' project green?

either way, please add back the space

Copy link
Member Author

@sgowroji sgowroji Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"IntelliJ Plugin Google": {
"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