mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
f66ef8484d
Reviewed-By: Christian Heimes <cheimes@redhat.com>
21 lines
847 B
YAML
21 lines
847 B
YAML
variables:
|
|
IPA_PLATFORM: fedora
|
|
# the Docker public image to build IPA packages (rpms)
|
|
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/f32/fedora-toolbox'
|
|
|
|
# the Dockerfile to build Docker image for running IPA tests
|
|
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}
|
|
|
|
# the template to install IPA's buildtime dependencies
|
|
PREPARE_BUILD_TEMPLATE: ${{ format('prepare-build-{0}.yml', variables.IPA_PLATFORM) }}
|
|
|
|
# the template to build IPA packages (rpms)
|
|
BUILD_TEMPLATE: ${{ format('build-{0}.yml', variables.IPA_PLATFORM) }}
|
|
PREPARE_TOX_TEMPLATE: ${{ format('prepare-tox-{0}.yml', variables.IPA_PLATFORM) }}
|
|
PREPARE_WEBUI_TEMPLATE: ${{ format('prepare-webui-{0}.yml', variables.IPA_PLATFORM) }}
|
|
|
|
TOX_COMMAND: tox
|
|
|
|
# Python version for UsePythonVersion@0 task
|
|
AZURE_PYTHON_VERSION: '3.8'
|