WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

test Hadron?

test Hadron? #3113

Workflow file for this run

name: 'Build AMD64 images (PR)'
on:
pull_request:
permissions:
contents: write
security-events: write
id-token: write
actions: read
concurrency:
group: ci-pr-amd64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build:
name: ${{ matrix.base_image }}
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@handle-full-repository-urls
secrets:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
arch: "amd64"
version: "auto"
iso: true
grype: true
registry_domain: "quay.io"
registry_namespace: "kairos"
registry_repository: "ci-temp-images"
custom_tag_format: "$FLAVOR-$FLAVOR_RELEASE-$VARIANT-$ARCH-$MODEL-$COMMIT_SHA"
custom_artifact_format: "kairos-$FLAVOR-$FLAVOR_RELEASE-$VARIANT-$ARCH-$MODEL"
image_labels: "quay.expires-after=6h"
summary_artifacts: true
strategy:
fail-fast: false
matrix:
base_image:
- "ghcr.io/kairos-io/hadron:main"
lifecycle-tests:
name: ${{ matrix.base_image }}
secrets: inherit
uses: ./.github/workflows/reusable-qemu-test.yaml
with:
base_image: ${{ matrix.base_image }}
test: ${{ matrix.test }}
secureboot: ${{ matrix.secureboot || false}}
release-matcher: ${{ matrix.release-matcher || '' }}
variant: "core"
arch: "amd64"
model: "generic"
needs:
- build
strategy:
fail-fast: false
matrix:
secureboot: [false]
base_image:
- "ghcr.io/kairos-io/hadron:main"
test:
- "custom-partitioning"
- "acceptance"
- "install"
- "install-target"
- "reset"
- "upgrade-with-cli"
- "upgrade-latest-with-cli"
netboot-tests:
name: ${{ matrix.base_image }}
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
secrets: inherit
with:
base_image: ${{ matrix.base_image }}
variant: "core"
arch: "amd64"
model: "generic"
needs:
- build
strategy:
matrix:
base_image:
- "ghcr.io/kairos-io/hadron:main"
encryption-tests:
name: ${{ matrix.base_image }}
secrets: inherit
uses: ./.github/workflows/reusable-encryption-test.yaml
with:
base_image: ${{ matrix.base_image }}
label: ${{ matrix.label }}
variant: "core"
arch: "amd64"
model: "generic"
needs:
- build
strategy:
fail-fast: true
matrix:
base_image:
- "ghcr.io/kairos-io/hadron:main"
label:
- "encryption-local"
- "encryption-remote-auto"
- "encryption-remote-static"
- "encryption-remote-https-pinned"
- "encryption-remote-https-bad-cert"