From 2a8540408d55e0296a8621b87dbb3b67716f1e1f Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 18 Mar 2024 11:07:03 -0500 Subject: [PATCH] Enable branch testing for `cudf.pandas` (#15316) This PR enables branch testing for `cudf.pandas` pandas pytest suite. This is 1st half of the actual changes I'd like to make. Once we merge this PR have a json file generated in s3 for `branch-24.04`, In a follow-up PR I will enable diff comparison and reporting. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - Jake Awe (https://github.com/AyodeAwe) URL: https://github.com/rapidsai/cudf/pull/15316 --- .github/workflows/test.yaml | 3 +-- ci/cudf_pandas_scripts/pandas-tests/run.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4cb6baf2d63..d8f8c6f1e16 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -125,5 +125,4 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} - # pr mode uses the HEAD of the branch, which is also correct for nightlies - script: ci/cudf_pandas_scripts/pandas-tests/run.sh pr + script: ci/cudf_pandas_scripts/pandas-tests/run.sh main diff --git a/ci/cudf_pandas_scripts/pandas-tests/run.sh b/ci/cudf_pandas_scripts/pandas-tests/run.sh index 1de20e7fb25..f3c37ecde26 100755 --- a/ci/cudf_pandas_scripts/pandas-tests/run.sh +++ b/ci/cudf_pandas_scripts/pandas-tests/run.sh @@ -45,3 +45,4 @@ python python/cudf/cudf/pandas/scripts/summarize-test-results.py --output json p RAPIDS_ARTIFACTS_DIR=${RAPIDS_ARTIFACTS_DIR:-"${PWD}/artifacts"} mkdir -p "${RAPIDS_ARTIFACTS_DIR}" mv pandas-testing/${PANDAS_TESTS_BRANCH}-results.json ${RAPIDS_ARTIFACTS_DIR}/ +rapids-upload-to-s3 ${RAPIDS_ARTIFACTS_DIR}/${PANDAS_TESTS_BRANCH}-results.json "${RAPIDS_ARTIFACTS_DIR}"