From 1b1a2496ca51b745c07c79fb859946d3350d471b Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 6 Feb 2021 02:49:42 +0000 Subject: [PATCH] gpu tests fail --- release/xgboost_tests/oss_cluster_cpu_small.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/release/xgboost_tests/oss_cluster_cpu_small.yaml b/release/xgboost_tests/oss_cluster_cpu_small.yaml index b2d82a4df..576689d74 100644 --- a/release/xgboost_tests/oss_cluster_cpu_small.yaml +++ b/release/xgboost_tests/oss_cluster_cpu_small.yaml @@ -39,6 +39,7 @@ setup_commands: - pip install pytest xgboost_ray - sudo mkdir -p /data || true - sudo chown ray:1000 /data || true + - sudo chown ray / - rm -rf /data/classification.parquet || true - cp -R /tmp/ray_tmp_mount/release-automation-xgboost_tests ~/release-automation-xgboost_tests || echo "Copy failed" - python ~/release-automation-xgboost_tests/create_test_data.py /data/classification.parquet --seed 1234 --num-rows 1000000 --num-cols 40 --num-partitions 100 --num-classes 2