Skip to content

Commit

Permalink
CI: Switch Jenkins jobs from Bionic to Focal
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyMcPhail committed Mar 11, 2022
1 parent f5e4dd1 commit b7d7027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

node('drake-external-examples-linux-bionic-unprovisioned') {
node('drake-external-examples-linux-focal-unprovisioned') {
timeout(600) {
ansiColor('xterm') {
def triggers = []
Expand Down
2 changes: 1 addition & 1 deletion drake_bazel_installed/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ py_repositories()
# Choose which nightly build of Drake to use.
DRAKE_RELEASE = "latest" # Can also use YYYYMMDD here, e.g., "20191026".
DRAKE_CHECKSUM = "" # When using YYYYMMDD, best to add a checksum here.
OS_CODENAME = "bionic" # Permitted values are "bionic" or "focal" or "mac".
OS_CODENAME = "focal" # Permitted values are "focal" or "mac".

# To use a local unpacked Drake binary release instead of an http download, set
# this variable to the correct path, e.g., "/opt/drake".
Expand Down
2 changes: 1 addition & 1 deletion scripts/continuous_integration/jenkins/setup
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

set -euxo pipefail

sudo ./scripts/continuous_integration/common/linux_ubuntu_bionic
sudo ./scripts/continuous_integration/common/linux_ubuntu_focal

cat > "${HOME}/.bazelrc" << EOF
startup --output_user_root=${WORKSPACE}/_bazel_${USER}
Expand Down

0 comments on commit b7d7027

Please sign in to comment.