We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buildbot
/b
1 parent b65c78f commit faa5c90Copy full SHA for faa5c90
buildbot/buildbot_init.sh
@@ -95,7 +95,10 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
95
96
userdel buildbot
97
groupadd buildbot
98
-useradd buildbot -g buildbot -m -d /var/lib/buildbot
+useradd buildbot -g buildbot -m -d /b/home
99
+rm -rf /var/lib/buildbot
100
+ln -s /b/home /var/lib/buildbot
101
+chmod 777 /var/lib/buildbot
102
103
if [[ "${HOSTNAME}" == ml-opt-dev* ]]
104
then
@@ -157,6 +160,7 @@ chown buildbot:buildbot $TENSORFLOW_API_PATH
157
160
158
161
rm -f /b/buildbot.tac
159
162
163
+
164
WORKER_NAME="$(hostname)"
165
WORKER_PASSWORD="$(gsutil cat gs://ml-compiler-opt-buildbot/buildbot_password)"
166
[email protected]
0 commit comments