Skip to content

Commit ba77b41

Browse files
committed
update comment for future shane and new jenkins workers
1 parent 1d14800 commit ba77b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,8 @@ def main():
546546
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.7")
547547
test_env = "amplab_jenkins"
548548
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
549-
# TODO(sknapp): s/py36/py3k before merging!
549+
# TODO(sknapp): after all builds are ported to the ubuntu workers, change this to be:
550+
# /home/jenkins/anaconda2/envs/py36/bin
550551
os.environ["PATH"] = "/home/anaconda/envs/py36/bin:" + os.environ.get("PATH")
551552
else:
552553
# else we're running locally and can use local settings

0 commit comments

Comments
 (0)