Skip to content

Commit

Permalink
[gitlab] Set Windows NPM / system-probe tests as allowed to fail (#11573
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
KSerrania authored Apr 6, 2022
1 parent 0228dc0 commit 1bb4ed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/functional_test/system_probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions .gitlab/kitchen_testing/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 1bb4ed2

Please sign in to comment.