summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrentley Jones <github@brentleyjones.com>2023-10-17 09:30:43 -0500
committerGitHub <noreply@github.com>2023-10-17 10:30:43 -0400
commit8924aac359ff87cec8cac61d882a72f581d05bc3 (patch)
treec9d5366509f544c027002069f93d751e500eed58
parent21bd81c0757ffc39ea418d0b430ab2b406f2a6a0 (diff)
downloadbazelbuild-apple_support-8924aac359ff87cec8cac61d882a72f581d05bc3.tar.gz
Rename CI jobs to be consistent with rules_apple (#278)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
-rw-r--r--.bazelci/presubmit.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 92bd201..7cc5cab 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -17,7 +17,7 @@ x_defaults:
tasks:
macos_latest:
- name: "Latest Bazel"
+ name: "Current LTS"
bazel: latest
<<: *common
build_flags:
@@ -30,7 +30,7 @@ tasks:
- "--features=-treat_warnings_as_errors"
macos_latest_bzlmod:
- name: "Current LTS using bzlmod"
+ name: "Current LTS using Bzlmod"
bazel: latest
<<: *common
build_targets:
@@ -58,7 +58,7 @@ tasks:
<<: *common
macos_latest_head_deps:
- name: "Latest Bazel with Head Deps"
+ name: "Current LTS with Head Deps"
bazel: latest
shell_commands:
# Update the WORKSPACE to use head versions of some deps to ensure nothing
@@ -75,12 +75,12 @@ tasks:
- "--features=-treat_warnings_as_errors"
linux_latest:
- name: "Current LTS on Linux"
+ name: "Current LTS"
bazel: latest
<<: *linux_common
linux_last_green:
- name: "last_green on Linux"
+ name: "Last Green Bazel"
bazel: last_green
<<: *linux_common