2020-02-10 05:00:33 -06:00
|
|
|
variables:
|
|
|
|
IPA_PLATFORM: fedora
|
|
|
|
# the Docker public image to build IPA packages (rpms)
|
2020-05-02 07:58:43 -05:00
|
|
|
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/f32/fedora-toolbox'
|
2020-02-10 05:00:33 -06:00
|
|
|
|
|
|
|
# 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
|
2020-04-02 07:10:20 -05:00
|
|
|
|
|
|
|
# Python version for UsePythonVersion@0 task
|
2020-05-02 07:58:43 -05:00
|
|
|
AZURE_PYTHON_VERSION: '3.8'
|