From 8aa41583cd7155dda3ee2229b97f09174fba822e Mon Sep 17 00:00:00 2001 From: Quirin Pamp Date: Tue, 3 Aug 2021 17:33:29 +0200 Subject: [PATCH] Disable the failing plugin-from-pypi test for nightly CI [noissue] This test is failing because the signing service creation hack is not applied by this job. The test should be re-enabled once signing services are created as part of the regular test setup. See also: https://pulp.plan.io/issues/8640 --- .github/workflows/nightly.yml | 1 - template_config.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ac376a213..6b9500e8e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,6 @@ jobs: - TEST: docs - TEST: s3 - TEST: generate-bindings - - TEST: plugin-from-pypi steps: - uses: actions/checkout@v2 diff --git a/template_config.yml b/template_config.yml index f8e5b50ca..e8efc68ff 100644 --- a/template_config.yml +++ b/template_config.yml @@ -60,7 +60,7 @@ test_bindings: false test_cli: false test_fips_nightly: false test_performance: false -test_released_plugin_with_next_pulpcore_release: true +test_released_plugin_with_next_pulpcore_release: false test_s3: true update_redmine: true upgrade_range: []