[libcxx-commits] [libcxx] 87d3a53 - [libc++] Remove references to CONDUIT_TOKEN
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 27 09:27:06 PDT 2020
Author: Louis Dionne
Date: 2020-10-27T12:26:44-04:00
New Revision: 87d3a5365e13fef3630a5e97c6c26897198e6182
URL: https://github.com/llvm/llvm-project/commit/87d3a5365e13fef3630a5e97c6c26897198e6182
DIFF: https://github.com/llvm/llvm-project/commit/87d3a5365e13fef3630a5e97c6c26897198e6182.diff
LOG: [libc++] Remove references to CONDUIT_TOKEN
It's not required anymore, since we rely on another job to report
the results back to Phabricator.
Added:
Modified:
libcxx/utils/ci/macos-ci-setup
libcxx/utils/ci/secrets.env
Removed:
################################################################################
diff --git a/libcxx/utils/ci/macos-ci-setup b/libcxx/utils/ci/macos-ci-setup
index d6e9c8aa3f65..ac9f5951b2f0 100755
--- a/libcxx/utils/ci/macos-ci-setup
+++ b/libcxx/utils/ci/macos-ci-setup
@@ -14,12 +14,6 @@ brew install sphinx-doc python3 buildkite-agent ninja cmake
CFG_DIR="$(brew --prefix)/etc/buildkite-agent"
-# Setup the CONDUIT_TOKEN in the BuildKite Agent, and install the Phabricator
-# Python module to allow reporting results back to Phabricator.
-mv "${CFG_DIR}/hooks/environment.sample" "${CFG_DIR}/hooks/environment"
-echo "export CONDUIT_TOKEN=${CONDUIT_TOKEN}" >> "${CFG_DIR}/hooks/environment"
-pip3 install --user phabricator
-
# Setup the tags of the agent
echo 'tags="queue=libcxx-macos-builders"' >> "${CFG_DIR}/buildkite-agent.cfg"
diff --git a/libcxx/utils/ci/secrets.env b/libcxx/utils/ci/secrets.env
index 782bdd94a5e9..7422b1bed824 100644
--- a/libcxx/utils/ci/secrets.env
+++ b/libcxx/utils/ci/secrets.env
@@ -4,8 +4,5 @@
# 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>
More information about the libcxx-commits
mailing list