URL: https://github.com/freeipa/freeipa/pull/5030 Author: netoarmando Title: #5030: WIP: Troubleshoot Azure Action: opened
PR body: """ Azure is displaying the output of the first of the five tests. Signed-off-by: Armando Neto <abiag...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5030/head:pr5030 git checkout pr5030
From 6eb45ee3070d829fbfd0f14eec5e2ce6a92e0d32 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Wed, 12 Aug 2020 15:37:47 -0300 Subject: [PATCH] Troubleshoot Azure Azure is displaying the output of the first of the five tests. Signed-off-by: Armando Neto <abiag...@redhat.com> --- .freeipa-pr-ci.yaml | 2 +- .../azure/azure_definitions/gating-fedora.yml | 104 ------------------ ipatests/prci_definitions/temp_commit.yaml | 8 +- 3 files changed, 5 insertions(+), 109 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index abcf8c5b63..8065669008 120000 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -1 +1 @@ -ipatests/prci_definitions/gating.yaml \ No newline at end of file +ipatests/prci_definitions/temp_commit.yaml \ No newline at end of file diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index 62ded1885a..e2f38e0bbc 100644 --- a/ipatests/azure/azure_definitions/gating-fedora.yml +++ b/ipatests/azure/azure_definitions/gating-fedora.yml @@ -1,112 +1,8 @@ vms: - vm_jobs: - - container_job: InstallMaster - tests: - - test_integration/test_installation.py::TestInstallMaster - - - container_job: kerberos_flags - containers: - clients: 1 - tests: - - test_integration/test_kerberos_flags.py - - container_job: forced_client_reenrollment containers: replicas: 1 clients: 1 tests: - test_integration/test_forced_client_reenrollment.py - - - container_job: external_ca_ExternalCAInstall - tests: - - test_integration/test_external_ca.py::TestExternalCAInstall - - - container_job: membermanager - tests: - - test_integration/test_membermanager.py - -- vm_jobs: - - container_job: InstallDNSSECFirst - containers: - replicas: 1 - tests: - - test_integration/test_dnssec.py::TestInstallDNSSECFirst - - - container_job: simple_replication - containers: - replicas: 1 - tests: - - test_integration/test_simple_replication.py - - - container_job: service_permissions - tests: - - test_integration/test_service_permissions.py - - - container_job: netgroup - tests: - - test_integration/test_netgroup.py - - - container_job: external_ca_ExternalCAProfileScenarios - tests: - - test_integration/test_external_ca.py::TestExternalCAProfileScenarios - - # requires external DNS configuration, this is not set up yet - # - container_job: authselect - # containers: - # clients: 1 - # tests: - # - test_integration/test_authselect.py - -- vm_jobs: - - container_job: sudo - containers: - clients: 1 - tests: - - test_integration/test_sudo.py - - - container_job: external_ca_ExternalCA - containers: - replicas: 1 - clients: 1 - tests: - - test_integration/test_external_ca.py::TestExternalCA - - # requires nothing, installs nothing - - container_job: topologies_and_testconfig - tests: - - test_integration/test_topologies.py - - test_integration/test_testconfig.py - - - container_job: external_ca_SelfExternalSelf - tests: - - test_integration/test_external_ca.py::TestSelfExternalSelf - - - container_job: external_ca_ExternalCAConstraints - containers: - clients: 1 - tests: - - test_integration/test_external_ca.py::TestExternalCAConstraints - -- vm_jobs: - # Requires more memory per container and fails reliably - # - container_job: commands - # tests: - # - test_integration/test_commands.py - - - container_job: ServerReplicaCALessToCAFull - tests: - - test_integration/test_caless.py::TestServerReplicaCALessToCAFull - containers: - replicas: 1 - - - container_job: SubCAkeyReplication - containers: - replicas: 1 - tests: - - test_integration/test_replica_promotion.py::TestSubCAkeyReplication - - - container_job: advise - containers: - clients: 1 - tests: - - test_integration/test_advise.py diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index e337068145..dd7b6707cf 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -61,14 +61,14 @@ jobs: timeout: 1800 topology: *build - fedora-latest/temp_commit: + fedora-latest/test_forced_client_enrolment: requires: [fedora-latest/build] - priority: 50 + priority: 100 job: class: RunPytest args: build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py + test_suite: test_integration/test_forced_client_reenrollment.py template: *ci-master-latest - timeout: 3600 + timeout: 4800 topology: *master_1repl_1client
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org