From e3df24dbbbea094572cb266c3612eae003659cf9 Mon Sep 17 00:00:00 2001 From: alves Date: Thu, 19 Mar 2026 17:49:09 +0800 Subject: [PATCH] feature remove the preset tests --- .github/workflows/build_orca.yml | 19 ------------------- .github/workflows/check_profiles.yml | 7 ------- 2 files changed, 26 deletions(-) diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 25f6f3e822..afcda6269c 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -385,15 +385,6 @@ jobs: mv -n ./build/Snapmaker_Orca_Linux_V${{ env.ver_pure }}.AppImage ./build/Snapmaker_Orca_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage chmod +x ./build/Snapmaker_Orca_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage - - name: Build orca_custom_preset_tests - if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.3.0') && inputs.os == 'ubuntu-24.04' - working-directory: ${{ github.workspace }}/build/src/Release - shell: bash - run: | - ./Snapmaker_Orca_profile_validator -p ${{ github.workspace }}/resources/profiles -g 1 - cd ${{ github.workspace }}/resources/profiles - zip -r orca_custom_preset_tests.zip user/ - - name: Upload artifacts Ubuntu if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' }} env: @@ -447,13 +438,3 @@ jobs: asset_content_type: application/octet-stream max_releases: 1 - - name: Deploy orca_custom_preset_tests - if: ${{ ! env.ACT && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.3.0') && inputs.os == 'ubuntu-24.04' }} - uses: WebFreak001/deploy-nightly@v3.2.0 - with: - upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} - release_id: 169912305 - asset_path: ${{ github.workspace }}/resources/profiles/orca_custom_preset_tests.zip - asset_name: orca_custom_preset_tests.zip - asset_content_type: application/octet-stream - max_releases: 1 diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 2de50dd6d4..d8111283f5 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -39,13 +39,6 @@ jobs: run: | ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 - - name: validate custom presets - working-directory: ${{ github.workspace }} - run: | - curl -LJO https://github.com/SoftFever/OrcaSlicer/releases/download/nightly-builds/orca_custom_preset_tests.zip - unzip ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles - ./Snapmaker_Orca_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 -