mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set repos for iso test
This commit is contained in:
parent
6543a591fa
commit
a5479967e5
1 changed files with 5 additions and 4 deletions
9
.github/workflows/test_iso_rhel.yml
vendored
9
.github/workflows/test_iso_rhel.yml
vendored
|
|
@ -83,14 +83,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test/iso \
|
make test/iso \
|
||||||
ARCH=${{ needs.load_vars.outputs.ARCH}} \
|
ARCH=${{ needs.load_vars.outputs.ARCH}} \
|
||||||
|
ENROLLMENT_PASSWORD=${{ needs.load_vars.outputs.ENROLLMENT_PASSWORD }} \
|
||||||
IMAGE_NAME=${{ needs.load_vars.outputs.IMAGE_NAME}} \
|
IMAGE_NAME=${{ needs.load_vars.outputs.IMAGE_NAME}} \
|
||||||
IMAGE_REPO=${{ needs.load_vars.outputs.IMAGE_REPO}} \
|
IMAGE_REPO=${{ needs.load_vars.outputs.IMAGE_REPO}} \
|
||||||
IMAGE_TAG=${{ matrix.version }} \
|
IMAGE_TAG=${{ matrix.version }} \
|
||||||
VERSION=${{ matrix.version }} \
|
ISO_NAME=${{ format('{0}-{1}', needs.load_vars.outputs.IMAGE_NAME, matrix.version) }}${{ inputs.suffix && format('-{0}', inputs.suffix || '') }}.iso \
|
||||||
VARIANT=${{ needs.load_vars.outputs.VARIANT }} \
|
REPOS=/etc/yum.repos.d/redhat.repo \
|
||||||
SECURE_BOOT_KEY_URL=${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }} \
|
SECURE_BOOT_KEY_URL=${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }} \
|
||||||
ENROLLMENT_PASSWORD=${{ needs.load_vars.outputs.ENROLLMENT_PASSWORD }} \
|
VARIANT=${{ needs.load_vars.outputs.VARIANT }} \
|
||||||
ISO_NAME=${{ format('{0}-{1}', needs.load_vars.outputs.IMAGE_NAME, matrix.version) }}${{ inputs.suffix && format('-{0}', inputs.suffix || '') }}.iso
|
VERSION=${{ matrix.version }}
|
||||||
|
|
||||||
- name: Set status
|
- name: Set status
|
||||||
if: inputs.pr && always()
|
if: inputs.pr && always()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue