llvm-project/libcxx/utils/ci/secrets.env
Louis Dionne 9f21d341e8 [libc++] Initial support for pre-commit CI with Buildkite
This commit adds basic files and scripts that are used for the Buildkite
pre-commit CI setup. This was tested to mostly work on a fork of llvm-project,
however some adjustments will have to be made as we complete the real
setup.
2020-09-25 09:51:10 -04:00

12 lines
344 B
Bash

#
# This file template shows which environment variables are required to run
# libc++ CI nodes. The actual values of these tokens must obviously never be
# checked in.
#
# Required to talk with the Phabricator API to update build results
CONDUIT_TOKEN=<secret>
# Required to register a new agent with Buildkite
BUILDKITE_AGENT_TOKEN=<secret>