Skip to content

Commit

Permalink
Rename CI jobs to be consistent with rules_apple
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Oct 17, 2023
1 parent a3b7ab1 commit 1fd0d87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ x_defaults:

tasks:
macos_latest:
name: "Latest Bazel"
name: "Current LTS"
bazel: latest
<<: *common
build_flags:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1fd0d87

Please sign in to comment.