Skip to content

Commit 5cf8660

Browse files
committed
ci/scripts: point GAP9 docker image at runwangdl/deeploy:gap9
Replace upstream ghcr.io/pulp-platform/deeploy-gap9:devel with the fork-owned ghcr.io/runwangdl/deeploy:gap9 image in: - ci-platform-gap9.yml (default + select-env fallback) - ci-platform-gap9-tiled.yml (default + select-env fallback) - infra-generate-ccache-gap9.yml (default + container image) - scripts/gap9-run.sh (GAP9_IMAGE default)
1 parent 22db7f2 commit 5cf8660

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-platform-gap9-tiled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: CI • GAP9 (Tiled)
1717
docker_image_deeploy:
1818
description: "Deeploy Image to use"
1919
required: false
20-
default: "ghcr.io/pulp-platform/deeploy-gap9:devel"
20+
default: "ghcr.io/runwangdl/deeploy:gap9"
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref }}
@@ -27,7 +27,7 @@ jobs:
2727
select-env:
2828
uses: ./.github/workflows/_select-env.yml
2929
with:
30-
docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }}
30+
docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }}
3131

3232
gap9-kernels-tiled-singlebuffer-L2:
3333
needs: select-env

.github/workflows/ci-platform-gap9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: CI • GAP9
1717
docker_image_deeploy:
1818
description: "Deeploy Image to use"
1919
required: false
20-
default: "ghcr.io/pulp-platform/deeploy-gap9:devel"
20+
default: "ghcr.io/runwangdl/deeploy:gap9"
2121

2222

2323
concurrency:
@@ -28,7 +28,7 @@ jobs:
2828
select-env:
2929
uses: ./.github/workflows/_select-env.yml
3030
with:
31-
docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }}
31+
docker_image_deeploy: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }}
3232

3333
gap9-kernels:
3434
needs: select-env

.github/workflows/infra-generate-ccache-gap9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Infrastructure • Generate CCache GAP9
1111
docker_image_deeploy:
1212
description: "Deeploy GAP9 Image to use"
1313
required: false
14-
default: "ghcr.io/pulp-platform/deeploy-gap9:devel"
14+
default: "ghcr.io/runwangdl/deeploy:gap9"
1515
schedule:
1616
# Runs the workflow on the default branch every day at 2AM CET to keep the cache fresh
1717
- cron: "0 2 * * *"
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'pulp-platform/Deeploy'
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform/deeploy-gap9:devel' }}
24+
image: ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/runwangdl/deeploy:gap9' }}
2525
steps:
2626
- name: Mark workspace as safe
2727
run: git config --global --add safe.directory '*'

scripts/gap9-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -euo pipefail
2525
#########################################################################
2626

2727
# Image and container names
28-
GAP9_IMAGE="ghcr.io/pulp-platform/deeploy-gap9"
28+
GAP9_IMAGE="ghcr.io/runwangdl/deeploy:gap9"
2929
USBIP_IMAGE="jonathanberi/devmgr"
3030

3131
DOCKER_PLATFORM="auto"

0 commit comments

Comments
 (0)