Skip to content

Commit

Permalink
github: dockerfile release testing
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Dec 18, 2024
1 parent ec32fc4 commit 38cd274
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/dockerfile-release-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: dockerfile-release-test

on:
workflow_dispatch:
push:
branches:
- testing/dockerfile-test-versioning

env:
TESTFLAGS: "-v --parallel=6 --timeout=30m"

jobs:
test:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
ref:
- dockerfile/1.11.0
channel:
- mainline
- labs

steps:
- name: Test
run: |
DOCKERFILE_RELEASES=${{ matrix.channel }} TEST_SUITE_CONTEXT=https://github.com/${GITHUB_REPOSITORY}.git#${{ matrix.ref }} TESTPKGS=./frontend/dockerfile ./hack/test dockerfile

0 comments on commit 38cd274

Please sign in to comment.