Skip to content

Commit

Permalink
Remove CI for Android Studio Plugin (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mai93 authored Nov 19, 2024
1 parent 2dc708b commit 7cfc211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@

# Projects can opt out of receiving GitHub issues from --notify by adding `"do_not_notify": True` to their respective downstream entry.
DOWNSTREAM_PROJECTS_PRODUCTION = {
"Android Studio Plugin": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/android-studio.yml",
"pipeline_slug": "android-studio-plugin",
},
"Android Studio Plugin Google": {
"git_repository": "https://github.com/bazelbuild/intellij.git",
"file_config": ".bazelci/android-studio.yml",
Expand Down
20 changes: 0 additions & 20 deletions buildkite/terraform/bazel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1298,26 +1298,6 @@ resource "buildkite_pipeline" "intellij-plugin-aspect-google" {
}
}

resource "buildkite_pipeline" "android-studio-plugin" {
name = "Android Studio Plugin"
repository = "https://github.com/bazelbuild/intellij.git"
steps = templatefile("pipeline.yml.tpl", { envs = {}, steps = { commands = ["curl -sS \"https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/bazelci.py?$(date +%s)\" -o bazelci.py", "python3.6 bazelci.py project_pipeline --file_config=.bazelci/android-studio.yml --monitor_flaky_tests=true | tee /dev/tty | buildkite-agent pipeline upload"] } })
default_branch = "master"
branch_configuration = "!google"
team = [{ access_level = "BUILD_AND_READ", slug = "bazel" }]
provider_settings {
trigger_mode = "code"
build_pull_requests = true
skip_pull_request_builds_for_existing_commits = true
build_pull_request_forks = true
prefix_pull_request_fork_branch_names = true
build_branches = true
publish_commit_status = true
filter_enabled = true
filter_condition = "build.pull_request.base_branch != \"google\""
}
}

resource "buildkite_pipeline" "android-studio-plugin-google" {
name = "Android Studio Plugin Google"
repository = "https://github.com/bazelbuild/intellij.git"
Expand Down

0 comments on commit 7cfc211

Please sign in to comment.