added comment on host names
This commit is contained in:
parent
8ae09b4dcf
commit
9e431d4ab9
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ FROM gcr.io/llvm-premerge-checks/agent-windows
|
||||||
# Supply your agent token via the arguement "-token <mytoken" when building the image
|
# Supply your agent token via the arguement "-token <mytoken" when building the image
|
||||||
ARG token
|
ARG token
|
||||||
ENV BUILDKITE_BUILD_PATH=C:\ws\bk
|
ENV BUILDKITE_BUILD_PATH=C:\ws\bk
|
||||||
|
|
||||||
|
#TODO(kuhnel): use the host machine name in the agent name.
|
||||||
|
# This needs to be set during run time in the start_agent.ps1 script.
|
||||||
ENV BUILDKITE_AGENT_NAME=win-vs17
|
ENV BUILDKITE_AGENT_NAME=win-vs17
|
||||||
|
|
||||||
COPY start_agent.ps1 C:\scripts\
|
COPY start_agent.ps1 C:\scripts\
|
||||||
|
|
Loading…
Reference in a new issue