From 5b244636cb2483b21dca0bc149bc1b66e4d894a9 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 17 Oct 2024 08:56:26 +1100 Subject: [PATCH] DEBUG: remove package validation pyarrow-{core,all} are not allowed for this feedstock, spuriously failing CI --- .scripts/build_steps.sh | 6 ------ .scripts/run_osx_build.sh | 6 ------ .scripts/run_win_build.bat | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 827a29fbc..1b73db5ff 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -80,12 +80,6 @@ else command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts --recipe-dir "${RECIPE_ROOT}" -m "${CONFIG_FILE}" || echo "inspect_artifacts needs conda-forge-ci-setup >=4.9.4" ( endgroup "Inspecting artifacts" ) 2> /dev/null - ( startgroup "Validating outputs" ) 2> /dev/null - - validate_recipe_outputs "${FEEDSTOCK_NAME}" - - ( endgroup "Validating outputs" ) 2> /dev/null - ( startgroup "Uploading packages" ) 2> /dev/null if [[ "${UPLOAD_PACKAGES}" != "False" ]] && [[ "${IS_PR_BUILD}" == "False" ]]; then diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 7f948c41f..e00e47b8c 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -103,12 +103,6 @@ else command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts --recipe-dir ./recipe -m ./.ci_support/${CONFIG}.yaml || echo "inspect_artifacts needs conda-forge-ci-setup >=4.9.4" ( endgroup "Inspecting artifacts" ) 2> /dev/null - ( startgroup "Validating outputs" ) 2> /dev/null - - validate_recipe_outputs "${FEEDSTOCK_NAME}" - - ( endgroup "Validating outputs" ) 2> /dev/null - ( startgroup "Uploading packages" ) 2> /dev/null if [[ "${UPLOAD_PACKAGES}" != "False" ]] && [[ "${IS_PR_BUILD}" == "False" ]]; then diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index d3c0345e5..170d50225 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -107,12 +107,6 @@ if /i "%CI%" == "azure" ( set "TEMP=%UPLOAD_TEMP%" ) -:: Validate -call :start_group "Validating outputs" -validate_recipe_outputs "%FEEDSTOCK_NAME%" -if !errorlevel! neq 0 exit /b !errorlevel! -call :end_group - if /i "%UPLOAD_PACKAGES%" == "true" ( if /i "%IS_PR_BUILD%" == "false" ( call :start_group "Uploading packages"