[SERVER-33978] References to sudo in evergreen.yml should use ${set_sudo} Created: 19/Mar/18  Updated: 29/Oct/23  Resolved: 31/May/18

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 4.0.3, 4.1.1

Type: Improvement Priority: Major - P3
Reporter: Jonathan Abrahams Assignee: Jonathan Abrahams
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Backports
Related
is related to SERVER-33340 Turn on shared cache for non-shipping... Closed
Backwards Compatibility: Fully Compatible
Backport Requested:
v4.0
Sprint: TIG 2018-06-04
Participants:
Story Points: 1

 Description   

The generate compile expansions and umount shared scons directory functions reference sudo:

            sudo umount /efs || umount /efs || true

It should use the following form:

          ${set_sudo}
          $sudo umount /efs || true



 Comments   
Comment by Githook User [ 06/Sep/18 ]

Author:

{'name': 'Jonathan Abrahams', 'email': 'jonathan@mongodb.com', 'username': 'hptabster'}

Message: SERVER-33978 References to sudo in evergreen.yml should use ${set_sudo}

(cherry picked from commit a16a74ed54581f71099936daacf2ae41a8f39dae)
Branch: v4.0
https://github.com/mongodb/mongo/commit/003247435caa057e6ed368588170d64d02e2f8f9

Comment by Githook User [ 31/May/18 ]

Author:

{'username': 'hptabster', 'name': 'Jonathan Abrahams', 'email': 'jonathan@mongodb.com'}

Message: SERVER-33978 References to sudo in evergreen.yml should use ${set_sudo}
Branch: master
https://github.com/mongodb/mongo/commit/a16a74ed54581f71099936daacf2ae41a8f39dae

Comment by Benjamin Caimano (Inactive) [ 24/May/18 ]

Got a little confused by this earlier, so I'm showing up here to +1.

Generated at Thu Feb 08 04:35:11 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.