From 2dbc1eaccedf5efc343dae4c7573b523df398b4a Mon Sep 17 00:00:00 2001 From: JayAshton <47352640+JayAshton@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:47:41 +0000 Subject: [PATCH] Disable tests and enable nightly pipeline (#1701) --- ...le_nightly_disabled => Jenkinsfile_nightly | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) rename Jenkinsfile_nightly_disabled => Jenkinsfile_nightly (83%) diff --git a/Jenkinsfile_nightly_disabled b/Jenkinsfile_nightly similarity index 83% rename from Jenkinsfile_nightly_disabled rename to Jenkinsfile_nightly index 8051f8513e..55c82f86f2 100644 --- a/Jenkinsfile_nightly_disabled +++ b/Jenkinsfile_nightly @@ -61,10 +61,10 @@ withNightlyPipeline(type, product, component) { env.TEST_URL = "https://privatelaw.aat.platform.hmcts.net/" env.PRL_CITIZEN_URL = params.FRONTEND_URL loadVaultSecrets(secrets) + // Tests disabled here as they run in prl-e2e-tests instead // enableMutationTest() - enableFortifyScan() - enableFullFunctionalTest(200) - enableCrossBrowserTest(60) + //enableFullFunctionalTest(200) + //enableCrossBrowserTest(60) enableFortifyScan() enableSecurityScan() @@ -72,22 +72,6 @@ withNightlyPipeline(type, product, component) { steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'coverage/**/*' } - before('crossBrowserTest') { - } - - afterAlways('crossBrowserTest') { - steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*' - } - - before('fullFunctionalTest') { - env.PARALLEL_CHUNKS = params.FUNCTIONAL_TESTS_WORKERS - } - - afterAlways('fullFunctionalTest') { - steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'test/functional/output/**/*' - steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*' - } - afterAlways('fortify-scan') { steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Fortify Scan/**/*' steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'build/reports/**/*'