diff --git a/.github/workflows/ci-deeploy.yml b/.github/workflows/ci-deeploy.yml index 84f2779e..190d6e0d 100644 --- a/.github/workflows/ci-deeploy.yml +++ b/.github/workflows/ci-deeploy.yml @@ -6,12 +6,8 @@ name: CI • Deeploy "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-chimera.yml b/.github/workflows/ci-platform-chimera.yml index aad065ae..3fe7eebc 100644 --- a/.github/workflows/ci-platform-chimera.yml +++ b/.github/workflows/ci-platform-chimera.yml @@ -6,12 +6,8 @@ name: CI • Chimera "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-cortexm.yml b/.github/workflows/ci-platform-cortexm.yml index 0e03e17d..5c16ff6a 100644 --- a/.github/workflows/ci-platform-cortexm.yml +++ b/.github/workflows/ci-platform-cortexm.yml @@ -6,12 +6,8 @@ name: CI • Cortex-M "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-gap9-tiled.yml b/.github/workflows/ci-platform-gap9-tiled.yml index 61cab4ea..6823344a 100644 --- a/.github/workflows/ci-platform-gap9-tiled.yml +++ b/.github/workflows/ci-platform-gap9-tiled.yml @@ -6,18 +6,15 @@ name: CI • GAP9 (Tiled) "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork: GAP9 has no training + # pytest jobs yet (only kernels / models). Re-enable by restoring + # the push: / pull_request: blocks once a training marker is wired in. workflow_dispatch: inputs: docker_image_deeploy: description: "Deeploy Image to use" required: false - default: "ghcr.io/pulp-platform/deeploy-gap9:devel" + default: "ghcr.io/runwangdl/deeploy:gap9" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -27,7 +24,7 @@ jobs: select-env: uses: ./.github/workflows/_select-env.yml with: - docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }} + docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }} gap9-kernels-tiled-singlebuffer-L2: needs: select-env diff --git a/.github/workflows/ci-platform-gap9.yml b/.github/workflows/ci-platform-gap9.yml index 014828d6..d3bf829a 100644 --- a/.github/workflows/ci-platform-gap9.yml +++ b/.github/workflows/ci-platform-gap9.yml @@ -6,18 +6,15 @@ name: CI • GAP9 "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork: GAP9 has no training + # pytest jobs yet (only kernels / models). Re-enable by restoring + # the push: / pull_request: blocks once a training marker is wired in. workflow_dispatch: inputs: docker_image_deeploy: description: "Deeploy Image to use" required: false - default: "ghcr.io/pulp-platform/deeploy-gap9:devel" + default: "ghcr.io/runwangdl/deeploy:gap9" concurrency: @@ -28,7 +25,7 @@ jobs: select-env: uses: ./.github/workflows/_select-env.yml with: - docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }} + docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }} gap9-kernels: needs: select-env diff --git a/.github/workflows/ci-platform-generic.yml b/.github/workflows/ci-platform-generic.yml index 83c19118..0873cf20 100644 --- a/.github/workflows/ci-platform-generic.yml +++ b/.github/workflows/ci-platform-generic.yml @@ -6,12 +6,8 @@ name: CI • Generic "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-mempool.yml b/.github/workflows/ci-platform-mempool.yml index efda5082..c4d43b90 100644 --- a/.github/workflows/ci-platform-mempool.yml +++ b/.github/workflows/ci-platform-mempool.yml @@ -6,12 +6,8 @@ name: CI • Mempool "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-siracusa-neureka-tiled.yml b/.github/workflows/ci-platform-siracusa-neureka-tiled.yml index e76ee648..71d68743 100644 --- a/.github/workflows/ci-platform-siracusa-neureka-tiled.yml +++ b/.github/workflows/ci-platform-siracusa-neureka-tiled.yml @@ -6,12 +6,8 @@ name: CI • Siracusa + Neureka (Tiled) "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-siracusa-tiled.yml b/.github/workflows/ci-platform-siracusa-tiled.yml index f423cb3a..d0ca7f79 100644 --- a/.github/workflows/ci-platform-siracusa-tiled.yml +++ b/.github/workflows/ci-platform-siracusa-tiled.yml @@ -29,33 +29,6 @@ jobs: with: docker_image_deeploy: ${{ inputs.docker_image_deeploy }} - # Kernel tests - L2 singlebuffer - siracusa-kernels-tiled-l2-singlebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "kernels and l2 and singlebuffer" - - # Kernel tests - L2 doublebuffer - siracusa-kernels-tiled-l2-doublebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "kernels and l2 and doublebuffer" - - # Model tests - L2 singlebuffer - siracusa-models-tiled-l2-singlebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "models and l2 and singlebuffer" - # Training tests - L2 singlebuffer siracusa-training-tiled-l2-singlebuffer: needs: select-env @@ -64,30 +37,3 @@ jobs: runner: ${{ needs.select-env.outputs.runner }} docker-image: ${{ needs.select-env.outputs.image }} pytest-marker: "training and l2 and singlebuffer" - - # Model tests - L2 doublebuffer - siracusa-models-tiled-l2-doublebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "models and l2 and doublebuffer" - - # Model tests - L3 singlebuffer - siracusa-models-tiled-l3-singlebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "models and l3 and singlebuffer" - - # Model tests - L3 doublebuffer - siracusa-models-tiled-l3-doublebuffer: - needs: select-env - uses: ./.github/workflows/_runner-siracusa-tiled.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: "models and l3 and doublebuffer" diff --git a/.github/workflows/ci-platform-siracusa.yml b/.github/workflows/ci-platform-siracusa.yml index b1176cd4..2a0ef7f8 100644 --- a/.github/workflows/ci-platform-siracusa.yml +++ b/.github/workflows/ci-platform-siracusa.yml @@ -29,22 +29,6 @@ jobs: with: docker_image_deeploy: ${{ inputs.docker_image_deeploy }} - siracusa-kernels: - needs: select-env - uses: ./.github/workflows/_runner-siracusa.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: kernels - - siracusa-models: - needs: select-env - uses: ./.github/workflows/_runner-siracusa.yml - with: - runner: ${{ needs.select-env.outputs.runner }} - docker-image: ${{ needs.select-env.outputs.image }} - pytest-marker: models - siracusa-training: needs: select-env uses: ./.github/workflows/_runner-siracusa.yml diff --git a/.github/workflows/ci-platform-snitch-tiled.yml b/.github/workflows/ci-platform-snitch-tiled.yml index 5390d8ad..e0911f3d 100644 --- a/.github/workflows/ci-platform-snitch-tiled.yml +++ b/.github/workflows/ci-platform-snitch-tiled.yml @@ -6,12 +6,8 @@ name: CI • Snitch (Tiled) "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-snitch.yml b/.github/workflows/ci-platform-snitch.yml index c1ae6941..fdef6a49 100644 --- a/.github/workflows/ci-platform-snitch.yml +++ b/.github/workflows/ci-platform-snitch.yml @@ -6,12 +6,8 @@ name: CI • Snitch "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/ci-platform-softhier.yml b/.github/workflows/ci-platform-softhier.yml index 28a85160..d5bbbe92 100644 --- a/.github/workflows/ci-platform-softhier.yml +++ b/.github/workflows/ci-platform-softhier.yml @@ -6,12 +6,8 @@ name: CI • SoftHier "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: inputs: docker_image_deeploy: diff --git a/.github/workflows/infra-generate-ccache-gap9.yml b/.github/workflows/infra-generate-ccache-gap9.yml index 5b456e1d..7c9b24a3 100644 --- a/.github/workflows/infra-generate-ccache-gap9.yml +++ b/.github/workflows/infra-generate-ccache-gap9.yml @@ -11,7 +11,7 @@ name: Infrastructure • Generate CCache GAP9 docker_image_deeploy: description: "Deeploy GAP9 Image to use" required: false - default: "ghcr.io/pulp-platform/deeploy-gap9:devel" + default: "ghcr.io/runwangdl/deeploy:gap9" schedule: # Runs the workflow on the default branch every day at 2AM CET to keep the cache fresh - cron: "0 2 * * *" @@ -21,7 +21,7 @@ jobs: if: github.repository == 'pulp-platform/Deeploy' runs-on: ubuntu-latest container: - image: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }} + image: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }} steps: - name: Mark workspace as safe run: git config --global --add safe.directory '*' diff --git a/.github/workflows/infra-generate-documentation.yml b/.github/workflows/infra-generate-documentation.yml index de42648f..84508113 100644 --- a/.github/workflows/infra-generate-documentation.yml +++ b/.github/workflows/infra-generate-documentation.yml @@ -6,12 +6,8 @@ name: Infrastructure • Generate Documentation "on": - push: - branches: - - "**" - tags: - - "v*.*.*" - pull_request: + # Auto-trigger disabled in TrainDeeploy fork (not training-related). + # Re-enable by restoring the push: / pull_request: blocks. workflow_dispatch: permissions: diff --git a/scripts/gap9-run.sh b/scripts/gap9-run.sh index 546472a1..e5410067 100755 --- a/scripts/gap9-run.sh +++ b/scripts/gap9-run.sh @@ -25,7 +25,7 @@ set -euo pipefail ######################################################################### # Image and container names -GAP9_IMAGE="ghcr.io/pulp-platform/deeploy-gap9" +GAP9_IMAGE="ghcr.io/runwangdl/deeploy:gap9" USBIP_IMAGE="jonathanberi/devmgr" DOCKER_PLATFORM="auto"