Test All Packages (Batch 19) on Arm64 #238
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test All Packages (Batch 19) on Arm64 | |
| on: | |
| workflow_dispatch: | |
| workflow_call: | |
| jobs: | |
| test-chef-infra: | |
| uses: ./.github/workflows/test-chef-infra.yml | |
| test-miniforge: | |
| uses: ./.github/workflows/test-miniforge.yml | |
| test-spdlog: | |
| uses: ./.github/workflows/test-spdlog.yml | |
| test-parquet: | |
| uses: ./.github/workflows/test-parquet.yml | |
| test-libconfig: | |
| uses: ./.github/workflows/test-libconfig.yml | |
| test-srs: | |
| uses: ./.github/workflows/test-srs.yml | |
| test-openldap: | |
| uses: ./.github/workflows/test-openldap.yml | |
| test-tuf: | |
| uses: ./.github/workflows/test-tuf.yml | |
| test-elastic-mockotlpserver: | |
| uses: ./.github/workflows/test-elastic-mockotlpserver.yml | |
| test-operator-framework: | |
| uses: ./.github/workflows/test-operator-framework.yml | |
| test-elastic-connector: | |
| uses: ./.github/workflows/test-elastic-connector.yml | |
| test-openfoam: | |
| uses: ./.github/workflows/test-openfoam.yml | |
| test-fastdfs: | |
| uses: ./.github/workflows/test-fastdfs.yml | |
| test-kubevela: | |
| uses: ./.github/workflows/test-kubevela.yml | |
| test-docker_compose: | |
| uses: ./.github/workflows/test-docker_compose.yml | |
| test-erlang: | |
| uses: ./.github/workflows/test-erlang.yml | |
| test-nebula_graph: | |
| uses: ./.github/workflows/test-nebula_graph.yml | |
| test-datree: | |
| uses: ./.github/workflows/test-Datree.yml | |
| test-optipng: | |
| uses: ./.github/workflows/test-optipng.yml | |
| test-jemalloc: | |
| uses: ./.github/workflows/test-jemalloc.yml | |
| test-paraview: | |
| uses: ./.github/workflows/test-paraview.yml | |
| test-nsq: | |
| uses: ./.github/workflows/test-nsq.yml | |
| test-dapr_serverless: | |
| uses: ./.github/workflows/test-dapr_serverless.yml | |
| test-drone: | |
| uses: ./.github/workflows/test-drone.yml | |
| test-iceberg: | |
| uses: ./.github/workflows/test-iceberg.yml | |
| test-irsim: | |
| uses: ./.github/workflows/test-irsim.yml | |
| test-iverilog: | |
| uses: ./.github/workflows/test-iverilog.yml | |
| test-k8s-device-plugin: | |
| uses: ./.github/workflows/test-k8s-device-plugin.yml | |
| test-kasmvnc: | |
| uses: ./.github/workflows/test-kasmvnc.yml | |
| test-kicad: | |
| uses: ./.github/workflows/test-kicad.yml | |
| test-klayout: | |
| uses: ./.github/workflows/test-klayout.yml | |
| test-langflow: | |
| uses: ./.github/workflows/test-langflow.yml | |
| test-lepton-eda: | |
| uses: ./.github/workflows/test-lepton-eda.yml | |
| test-librecad: | |
| uses: ./.github/workflows/test-librecad.yml | |
| test-librepcb: | |
| uses: ./.github/workflows/test-librepcb.yml | |
| test-lima: | |
| uses: ./.github/workflows/test-lima.yml | |
| test-lime: | |
| uses: ./.github/workflows/test-lime.yml | |
| test-litex: | |
| uses: ./.github/workflows/test-litex.yml | |
| test-llm-d: | |
| uses: ./.github/workflows/test-llm-d.yml | |
| test-magic: | |
| uses: ./.github/workflows/test-magic.yml | |
| test-manipulapy: | |
| uses: ./.github/workflows/test-manipulapy.yml | |
| test-mdl-sdk: | |
| uses: ./.github/workflows/test-mdl-sdk.yml | |
| test-mediamtx: | |
| uses: ./.github/workflows/test-mediamtx.yml | |
| test-megatron-core: | |
| uses: ./.github/workflows/test-megatron-core.yml | |
| test-metaflow: | |
| uses: ./.github/workflows/test-metaflow.yml | |
| test-microcloud: | |
| uses: ./.github/workflows/test-microcloud.yml | |
| summary: | |
| needs: | |
| [ | |
| test-chef-infra, | |
| test-miniforge, | |
| test-spdlog, | |
| test-parquet, | |
| test-libconfig, | |
| test-srs, | |
| test-openldap, | |
| test-tuf, | |
| test-elastic-mockotlpserver, | |
| test-operator-framework, | |
| test-elastic-connector, | |
| test-openfoam, | |
| test-fastdfs, | |
| test-kubevela, | |
| test-docker_compose, | |
| test-erlang, | |
| test-nebula_graph, | |
| test-datree, | |
| test-optipng, | |
| test-jemalloc, | |
| test-paraview, | |
| test-nsq, | |
| test-dapr_serverless, | |
| test-drone, | |
| test-iceberg, | |
| test-irsim, | |
| test-iverilog, | |
| test-k8s-device-plugin, | |
| test-kasmvnc, | |
| test-kicad, | |
| test-klayout, | |
| test-langflow, | |
| test-lepton-eda, | |
| test-librecad, | |
| test-librepcb, | |
| test-lima, | |
| test-lime, | |
| test-litex, | |
| test-llm-d, | |
| test-magic, | |
| test-manipulapy, | |
| test-mdl-sdk, | |
| test-mediamtx, | |
| test-megatron-core, | |
| test-metaflow, | |
| test-microcloud | |
| ] | |
| runs-on: ubuntu-24.04-arm | |
| if: always() | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Collect batch results | |
| id: collect | |
| uses: ./.github/actions/collect-batch-results | |
| env: | |
| NEEDS_JSON: ${{ toJson(needs) }} | |
| with: | |
| batch_number: "19" | |
| batch_title: "Batch 19" | |
| - name: Upload batch test results | |
| if: always() | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: batch19-test-results | |
| path: test-results | |
| retention-days: 90 |