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 <tonistiigi@gmail.com>
  • Loading branch information
tonistiigi committed Dec 18, 2024
1 parent ec32fc4 commit 0071ef3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dockerfile-release-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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:
- uses: actions/checkout@v4
- 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 0071ef3

Please sign in to comment.