blob: f5c9a25bddf498e2578f5872872dc9315da7b77f [file] [edit]
resource "buildkite_pipeline" "intellij-plugin-aspect" {
name = "IntelliJ Plugin Aspect"
repository = "https://github.com/bazelbuild/intellij.git"
default_branch = "master"
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",
"bash -c 'set -euo pipefail; python3 bazelci.py project_pipeline --file_config=.bazelci/aspect.yml | tee /dev/tty | buildkite-agent pipeline upload'"
]
}
})
allow_rebuilds = true
branch_configuration = "!google"
cancel_intermediate_builds = false
skip_intermediate_builds = false
tags = []
cluster_id = null
color = null
default_team_id = null
emoji = null
pipeline_template_id = null
provider_settings = {
trigger_mode = "code"
build_branches = true
build_pull_requests = true
build_tags = false
build_pull_request_forks = true
build_pull_request_ready_for_review = false
build_pull_request_labels_changed = false
build_pull_request_base_branch_changed = false
prefix_pull_request_fork_branch_names = true
filter_enabled = true
filter_condition = "build.pull_request.base_branch != \"google\""
pull_request_branch_filter_enabled = false
pull_request_branch_filter_configuration = ""
publish_commit_status = true
publish_commit_status_per_step = false
separate_pull_request_statuses = false
publish_blocked_as_pending = true
cancel_deleted_branch_builds = false
skip_builds_for_existing_commits = false
skip_pull_request_builds_for_existing_commits = true
ignore_default_branch_pull_requests = false
build_merge_group_checks_requested = false
cancel_when_merge_group_destroyed = false
use_merge_group_base_commit_for_git_diff_base = false
}
}
resource "buildkite_pipeline" "intellij-plugin-google" {
name = "IntelliJ plugin Google"
repository = "https://github.com/bazelbuild/intellij.git"
description = "Tests the Bazel IntelliJ plugin from google branch with IntelliJ IDEA Community Edition"
default_branch = "google"
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",
"bash -c 'set -euo pipefail; python3 bazelci.py project_pipeline --file_config=.bazelci/intellij.yml | tee /dev/tty | buildkite-agent pipeline upload'"
]
}
})
allow_rebuilds = true
branch_configuration = "google"
cancel_intermediate_builds = false
skip_intermediate_builds = false
tags = []
cluster_id = null
color = null
default_team_id = null
emoji = null
pipeline_template_id = null
provider_settings = {
trigger_mode = "code"
build_branches = true
build_pull_requests = true
build_tags = false
build_pull_request_forks = true
build_pull_request_ready_for_review = false
build_pull_request_labels_changed = false
build_pull_request_base_branch_changed = false
prefix_pull_request_fork_branch_names = true
filter_enabled = true
filter_condition = "build.pull_request.base_branch == \"google\""
pull_request_branch_filter_enabled = false
pull_request_branch_filter_configuration = ""
publish_commit_status = true
publish_commit_status_per_step = false
separate_pull_request_statuses = false
publish_blocked_as_pending = true
cancel_deleted_branch_builds = false
skip_builds_for_existing_commits = false
skip_pull_request_builds_for_existing_commits = true
ignore_default_branch_pull_requests = false
build_merge_group_checks_requested = false
cancel_when_merge_group_destroyed = false
use_merge_group_base_commit_for_git_diff_base = false
}
}
resource "buildkite_pipeline" "intellij-plugin-aspect-google" {
name = "IntelliJ Plugin Aspect Google"
repository = "https://github.com/bazelbuild/intellij.git"
default_branch = "google"
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",
"bash -c 'set -euo pipefail; python3 bazelci.py project_pipeline --file_config=.bazelci/aspect.yml | tee /dev/tty | buildkite-agent pipeline upload'"
]
}
})
allow_rebuilds = true
branch_configuration = "google"
cancel_intermediate_builds = false
skip_intermediate_builds = false
tags = []
cluster_id = null
color = null
default_team_id = null
emoji = null
pipeline_template_id = null
provider_settings = {
trigger_mode = "code"
build_branches = true
build_pull_requests = true
build_tags = false
build_pull_request_forks = true
build_pull_request_ready_for_review = false
build_pull_request_labels_changed = false
build_pull_request_base_branch_changed = false
prefix_pull_request_fork_branch_names = true
filter_enabled = true
filter_condition = "build.pull_request.base_branch == \"google\""
pull_request_branch_filter_enabled = false
pull_request_branch_filter_configuration = ""
publish_commit_status = true
publish_commit_status_per_step = false
separate_pull_request_statuses = false
publish_blocked_as_pending = true
cancel_deleted_branch_builds = false
skip_builds_for_existing_commits = false
skip_pull_request_builds_for_existing_commits = true
ignore_default_branch_pull_requests = false
build_merge_group_checks_requested = false
cancel_when_merge_group_destroyed = false
use_merge_group_base_commit_for_git_diff_base = false
}
}
resource "buildkite_pipeline" "intellij-ue-plugin-google" {
name = "IntelliJ UE plugin Google"
repository = "https://github.com/bazelbuild/intellij.git"
description = "Tests the Bazel IntelliJ plugin from google branch with IntelliJ IDEA Ultimate"
default_branch = "google"
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",
"bash -c 'set -euo pipefail; python3 bazelci.py project_pipeline --file_config=.bazelci/intellij-ue.yml | tee /dev/tty | buildkite-agent pipeline upload'"
]
}
})
allow_rebuilds = true
branch_configuration = "google"
cancel_intermediate_builds = false
skip_intermediate_builds = false
tags = []
cluster_id = null
color = null
default_team_id = null
emoji = null
pipeline_template_id = null
provider_settings = {
trigger_mode = "code"
build_branches = true
build_pull_requests = true
build_tags = false
build_pull_request_forks = true
build_pull_request_ready_for_review = false
build_pull_request_labels_changed = false
build_pull_request_base_branch_changed = false
prefix_pull_request_fork_branch_names = true
filter_enabled = true
filter_condition = "build.pull_request.base_branch == \"google\""
pull_request_branch_filter_enabled = false
pull_request_branch_filter_configuration = ""
publish_commit_status = true
publish_commit_status_per_step = false
separate_pull_request_statuses = false
publish_blocked_as_pending = true
cancel_deleted_branch_builds = false
skip_builds_for_existing_commits = false
skip_pull_request_builds_for_existing_commits = true
ignore_default_branch_pull_requests = false
build_merge_group_checks_requested = false
cancel_when_merge_group_destroyed = false
use_merge_group_base_commit_for_git_diff_base = false
}
}