From 1bb4ed29bb5166b077da01f85acf914e83aee91b Mon Sep 17 00:00:00 2001 From: Kylian Serrania Date: Wed, 6 Apr 2022 11:17:02 +0200 Subject: [PATCH] [gitlab] Set Windows NPM / system-probe tests as allowed to fail (#11573) Sets kitchen_test_system_probe_windows_x64, kitchen_windows_installer_npm_install_scenarios-a7 and kitchen_windows_installer_npm_driver-a7 as allowed to fail. --- .gitlab/functional_test/system_probe.yml | 3 +++ .gitlab/kitchen_testing/windows.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.gitlab/functional_test/system_probe.yml b/.gitlab/functional_test/system_probe.yml index 4c1fe59d8fe17..2e0637382c9a8 100644 --- a/.gitlab/functional_test/system_probe.yml +++ b/.gitlab/functional_test/system_probe.yml @@ -83,3 +83,6 @@ kitchen_test_system_probe_windows_x64: - bash -l tasks/kitchen_setup.sh script: - bash -l tasks/run-test-kitchen.sh windows-sysprobe-test $AGENT_MAJOR_VERSION + # FIXME: temporarily allow this job to fail until we fix it + allow_failure: true + retry: 0 diff --git a/.gitlab/kitchen_testing/windows.yml b/.gitlab/kitchen_testing/windows.yml index fdd05f8bea618..3fc721f828da0 100644 --- a/.gitlab/kitchen_testing/windows.yml +++ b/.gitlab/kitchen_testing/windows.yml @@ -116,6 +116,9 @@ kitchen_windows_installer_npm_install_scenarios-a7: extends: - .kitchen_scenario_windows_a7 - .kitchen_test_windows_installer_npm + # FIXME: temporarily allow this job to fail, until we fix it + allow_failure: true + retry: 0 kitchen_windows_installer_npm_driver-a7: # Run NPM driver installer test on branches, on a reduced number of platforms @@ -124,6 +127,9 @@ kitchen_windows_installer_npm_driver-a7: extends: - .kitchen_scenario_windows_a7 - .kitchen_test_windows_installer_driver + # FIXME: temporarily allow this job to fail, until we fix it + allow_failure: true + retry: 0 kitchen_windows_installer_agent-a6: extends: