File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments