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

[doc] Move Mac examples from Ventura to Sonoma #21983

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion doc/_pages/buildcop.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ servers that need to be confirmed. Open each of the following jobs and search
for ``REMOTE_CACHE_KEY`` and confirm it has a value:

- [https://drake-jenkins.csail.mit.edu/job/linux-noble-clang-bazel-continuous-release/lastBuild/consoleFull](https://drake-jenkins.csail.mit.edu/job/linux-noble-clang-bazel-continuous-release/lastBuild/consoleFull)
- [https://drake-jenkins.csail.mit.edu/job/mac-arm-ventura-clang-bazel-continuous-release/lastBuild/consoleFull](https://drake-jenkins.csail.mit.edu/job/mac-arm-ventura-clang-bazel-continuous-release/lastBuild/consoleFull)
- [https://drake-jenkins.csail.mit.edu/job/mac-arm-sonoma-clang-bazel-continuous-release/lastBuild/consoleFull](https://drake-jenkins.csail.mit.edu/job/mac-arm-sonoma-clang-bazel-continuous-release/lastBuild/consoleFull)

Message indicating a problem:

Expand Down
2 changes: 1 addition & 1 deletion doc/_pages/code_review_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ changes, be sure to opt-in to a pre-merge macOS build.
[Schedule an on-demand build](/jenkins.html#scheduling-an-on-demand-build) using an "everything"
flavor, for example:

* ``@drake-jenkins-bot mac-arm-ventura-clang-bazel-experimental-everything-release please``
* ``@drake-jenkins-bot mac-arm-sonoma-clang-bazel-experimental-everything-release please``

# Have you run linting tools?

Expand Down
2 changes: 1 addition & 1 deletion doc/_pages/getting_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you wish to contribute a patch, please see how to [submit a pull request](/de
When reporting an issue, please consider providing the following information
(``helper command in monospace``):

* Operating system (e.g., Ubuntu Jammy 22.04 or macOS Ventura)
* Operating system (e.g., Ubuntu Jammy 22.04 or macOS Sonoma)
* Installation method (e.g., pip, apt, binary tar.gz, docker image, or
rebuilding from source)
* Language you are using (C++ or [Python](/python_bindings.html))
Expand Down
4 changes: 2 additions & 2 deletions doc/_pages/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ where ``<job-name>`` is the name of an

For example:

* ``@drake-jenkins-bot mac-arm-ventura-clang-bazel-experimental-release please``
* ``@drake-jenkins-bot mac-arm-sonoma-clang-bazel-experimental-release please``
* ``@drake-jenkins-bot linux-jammy-clang-bazel-experimental-valgrind-memcheck please``

A list of Jenkins bot commands that cover the full set of continuous and nightly
Expand Down Expand Up @@ -111,7 +111,7 @@ most likely fail. To test new prerequisites, you should first request
unprovisioned experimental builds, e.g.:

* ``@drake-jenkins-bot linux-jammy-unprovisioned-gcc-bazel-experimental-release please``
* ``@drake-jenkins-bot mac-arm-ventura-unprovisioned-clang-bazel-experimental-release please``
* ``@drake-jenkins-bot mac-arm-sonoma-unprovisioned-clang-bazel-experimental-release please``

After this has passed, go through normal review. Once normal review is done,
add `@BetsyMcPhail` for review and request that the provisioned instances be
Expand Down