File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ buildkite-agent artifact download "python-package/dist/*.whl" . --step build-cud
11
11
buildkite-agent artifact download " xgboost" . --step build-cpu
12
12
chmod +x ./xgboost
13
13
14
+ export BUILDKITE_ANALYTICS_TOKEN=$( get_aws_secret buildkite/test_analytics/cpu)
15
+ set_buildkite_env_vars_in_container
14
16
tests/ci_build/ci_build.sh cpu docker tests/ci_build/test_python.sh cpu
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ RUN git clone -b v1.49.1 https://github.com/grpc/grpc.git \
37
37
38
38
# Create new Conda environment
39
39
COPY conda_env/cpu_test.yml /scripts/
40
- RUN mamba env create -n cpu_test --file=/scripts/cpu_test.yml
40
+ RUN mamba env create -n cpu_test --file=/scripts/cpu_test.yml && \
41
+ mamba clean --all && \
42
+ conda run --no-capture-output -n cpu_test pip install buildkite-test-collector
41
43
42
44
# Install lightweight sudo (not bound to TTY)
43
45
RUN set -ex; \
You can’t perform that action at this time.
0 commit comments