Skip to content

Commit 3c56214

Browse files
committed
ci: disable automatic trixie builds for now
needs relay support merged
1 parent 72fc2e5 commit 3c56214

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/docker-ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
include:
5555
- debian_version: 12
5656
distro_suffix: ""
57-
- debian_version: 13
58-
distro_suffix: "-trixie"
57+
# - debian_version: 13
58+
# distro_suffix: "-trixie"
5959
outputs:
6060
relay_sha_short: ${{ steps.meta.outputs.relay_sha_short }}
6161
relay_ref: ${{ steps.meta.outputs.relay_ref }}
@@ -243,16 +243,16 @@ jobs:
243243
cmlxc docker deploy dock0 --source ghcr:sha-${{ needs.build.outputs.relay_sha_short }}
244244
RELAY_REF=${{ needs.build.outputs.relay_ref }} cmlxc test-cmdeploy dock0
245245
246-
test_trixie:
247-
name: Integration test (trixie)
248-
needs: build
249-
permissions: {}
250-
# TODO: revert to @main once cmlxc docker support is merged
251-
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@j4n/docker-support
252-
with:
253-
# TODO: revert to main once cmlxc docker support is merged
254-
cmlxc_version: j4n/docker-support
255-
cmlxc_commands: |
256-
cmlxc init
257-
cmlxc docker deploy dock0 --source ghcr:sha-${{ needs.build.outputs.relay_sha_short }}-trixie
258-
RELAY_REF=${{ needs.build.outputs.relay_ref }} cmlxc test-cmdeploy dock0
246+
# test_trixie:
247+
# name: Integration test (trixie)
248+
# needs: build
249+
# permissions: {}
250+
# # TODO: revert to @main once cmlxc docker support is merged
251+
# uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@j4n/docker-support
252+
# with:
253+
# # TODO: revert to main once cmlxc docker support is merged
254+
# cmlxc_version: j4n/docker-support
255+
# cmlxc_commands: |
256+
# cmlxc init
257+
# cmlxc docker deploy dock0 --source ghcr:sha-${{ needs.build.outputs.relay_sha_short }}-trixie
258+
# RELAY_REF=${{ needs.build.outputs.relay_ref }} cmlxc test-cmdeploy dock0

0 commit comments

Comments
 (0)