abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

b64dbe5 Update Azure Pipelines to run real FreeIPA tests

Authored and Committed by abbra 3 years ago
32 files changed. 2155 lines added. 57 lines removed.
tests/azure/Dockerfiles/Dockerfile.build.fedora
file added
+27
tests/azure/Dockerfiles/Dockerfile.build.rawhide
file added
+29
tests/azure/Dockerfiles/docker-compose.yml
file added
+58
tests/azure/Dockerfiles/seccomp.json
file added
+787
tests/azure/azure-pipelines-rawhide.yml
file added
+4
tests/azure/azure-pipelines.yml
file modified
+67 -57
tests/azure/azure_definitions/base.yml
file added
+12
tests/azure/azure_definitions/gating.yml
file added
+23
tests/azure/scripts/azure-run-base-tests.sh
file added
+114
tests/azure/scripts/azure-run-integration-tests.sh
file added
+38
tests/azure/scripts/azure-run-tests.sh
file added
+111
tests/azure/scripts/dump_cores.sh
file added
+54
tests/azure/scripts/generate-matrix.py
file added
+49
tests/azure/scripts/install-debuginfo-fedora.sh
file added
+20
tests/azure/scripts/install-debuginfo.sh
file added
+8
tests/azure/scripts/setup_containers.py
file added
+324
tests/azure/scripts/variables-fedora.sh
file added
+7
tests/azure/scripts/variables.sh
file added
+14
tests/azure/templates/build-fedora.yml
file added
+28
tests/azure/templates/generate-job-variables.yml
file added
+19
tests/azure/templates/generate-matrix.yml
file added
+9
tests/azure/templates/ipa-test-config-template.yaml
file added
+28
tests/azure/templates/prepare-build-fedora.yml
file added
+24
tests/azure/templates/publish-build.yml
file added
+11
tests/azure/templates/run-test.yml
file added
+58
tests/azure/templates/save-test-artifacts.yml
file added
+12
tests/azure/templates/setup-test-environment.yml
file added
+37
tests/azure/templates/test-jobs.yml
file added
+127
tests/azure/templates/variables-common.yml
file added
+14
tests/azure/templates/variables-fedora.yml
file added
+13
tests/azure/templates/variables-rawhide.yml
file added
+16
tests/azure/templates/variables.yml
file added
+13
    Update Azure Pipelines to run real FreeIPA tests
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+67 -57