Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42819 )
Change subject: Fix up Docker paths to match jenkins nomenclature ......................................................................
Fix up Docker paths to match jenkins nomenclature
Jenkins is calling its build nodes "agent". Reflect that in the path names we use in configuration.
Change-Id: I88a4d3d32a565ade768e3de6428f46d355bedfb2 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M util/docker/coreboot-jenkins-node/Dockerfile 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/42819/1
diff --git a/util/docker/coreboot-jenkins-node/Dockerfile b/util/docker/coreboot-jenkins-node/Dockerfile index 554ebd2..0442efc 100644 --- a/util/docker/coreboot-jenkins-node/Dockerfile +++ b/util/docker/coreboot-jenkins-node/Dockerfile @@ -39,9 +39,9 @@ RUN mkdir /cb-build && \ chown coreboot:coreboot /cb-build && \ echo "tmpfs /cb-build tmpfs rw,mode=1777 0 0" > /etc/fstab && \ - mkdir -p /home/coreboot/slave-root/workspace && \ - chown -R coreboot:coreboot /home/coreboot/slave-root && \ - echo "tmpfs /home/coreboot/slave-root/workspace tmpfs rw,mode=1777 0 0" >> /etc/fstab && \ + mkdir -p /home/coreboot/agent-root/workspace && \ + chown -R coreboot:coreboot /home/coreboot/agent-root && \ + echo "tmpfs /home/coreboot/agent-root/workspace tmpfs rw,mode=1777 0 0" >> /etc/fstab && \ chown coreboot:coreboot /home/coreboot/.ccache && \ echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
@@ -53,8 +53,8 @@
VOLUME /data/cache ENTRYPOINT mount /cb-build && \ - mount /home/coreboot/slave-root/workspace && \ - chown -R coreboot:coreboot /home/coreboot/slave-root && \ + mount /home/coreboot/agent-root/workspace && \ + chown -R coreboot:coreboot /home/coreboot/agent-root && \ mount /home/coreboot/.ccache && \ chown coreboot:coreboot /home/coreboot/.ccache && \ /usr/sbin/sshd -p 49151 -D
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42819 )
Change subject: Fix up Docker paths to match jenkins nomenclature ......................................................................
Patch Set 1: Code-Review+2
"Phil? Uh, his first name is 'Agent'."
-- Iron Man in "The Avengers"
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42819 )
Change subject: Fix up Docker paths to match jenkins nomenclature ......................................................................
Patch Set 1:
Patch Set 1: Code-Review+2
"Phil? Uh, his first name is 'Agent'."
-- Iron Man in "The Avengers"
"What's the drill?" "This is the drill. If Ultron gets a hand on the core, we lose." -- Black Widow and Iron Man
Stefan Reinauer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42819 )
Change subject: Fix up Docker paths to match jenkins nomenclature ......................................................................
Fix up Docker paths to match jenkins nomenclature
Jenkins is calling its build nodes "agent". Reflect that in the path names we use in configuration.
Change-Id: I88a4d3d32a565ade768e3de6428f46d355bedfb2 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/42819 Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/docker/coreboot-jenkins-node/Dockerfile 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/util/docker/coreboot-jenkins-node/Dockerfile b/util/docker/coreboot-jenkins-node/Dockerfile index 554ebd2..0442efc 100644 --- a/util/docker/coreboot-jenkins-node/Dockerfile +++ b/util/docker/coreboot-jenkins-node/Dockerfile @@ -39,9 +39,9 @@ RUN mkdir /cb-build && \ chown coreboot:coreboot /cb-build && \ echo "tmpfs /cb-build tmpfs rw,mode=1777 0 0" > /etc/fstab && \ - mkdir -p /home/coreboot/slave-root/workspace && \ - chown -R coreboot:coreboot /home/coreboot/slave-root && \ - echo "tmpfs /home/coreboot/slave-root/workspace tmpfs rw,mode=1777 0 0" >> /etc/fstab && \ + mkdir -p /home/coreboot/agent-root/workspace && \ + chown -R coreboot:coreboot /home/coreboot/agent-root && \ + echo "tmpfs /home/coreboot/agent-root/workspace tmpfs rw,mode=1777 0 0" >> /etc/fstab && \ chown coreboot:coreboot /home/coreboot/.ccache && \ echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
@@ -53,8 +53,8 @@
VOLUME /data/cache ENTRYPOINT mount /cb-build && \ - mount /home/coreboot/slave-root/workspace && \ - chown -R coreboot:coreboot /home/coreboot/slave-root && \ + mount /home/coreboot/agent-root/workspace && \ + chown -R coreboot:coreboot /home/coreboot/agent-root && \ mount /home/coreboot/.ccache && \ chown coreboot:coreboot /home/coreboot/.ccache && \ /usr/sbin/sshd -p 49151 -D