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

Rename CI jobs to be consistent with rules_apple #278

Merged
Merged
Changes from all 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
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