File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ new-e2e-installer-windows:
552
552
# TODO: temp override of version until we have a stable version
553
553
# - export STABLE_AGENT_VERSION_PACKAGE=$(curl --retry 10 --retry-all-errors -sS https://hub.docker.com/v2/namespaces/datadog/repositories/agent-package/tags | jq -r '.results[] | .name' | sort | tail -n 2 | head -n 1)
554
554
- export STABLE_AGENT_VERSION_PACKAGE="7.65.0-devel-1"
555
- - export PREVIOUS_AGENT_MSI_PIPELINE=59253404
556
- - export PREVIOUS_AGENT_OCI_PIPELINE=59253404
555
+ - export PREVIOUS_AGENT_MSI_PIPELINE=58948204
556
+ - export PREVIOUS_AGENT_OCI_PIPELINE=58948204
557
557
- !reference [.new_e2e_template, before_script]
558
558
variables :
559
559
TARGETS : ./tests/installer/windows
@@ -584,12 +584,6 @@ new-e2e-installer-windows:
584
584
# apm-library-dotnet
585
585
- EXTRA_PARAMS : --run "TestDotnetLibraryInstalls$"
586
586
- EXTRA_PARAMS : --run "TestDotnetLibraryInstallsWithoutIIS$"
587
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestInstallFromMSI$"
588
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestMSIThenRemoteUpgrade$"
589
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestUpgradeWithMSI$"
590
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestMSIRollbackRemovesLibrary$"
591
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestMSISkipRollbackIfInstalled$"
592
- - EXTRA_PARAMS : --run "TestAgentMSIInstallsDotnetLibrary/TestUninstallKeepsLibrary$"
593
587
594
588
595
589
new-e2e-installer-ansible :
You can’t perform that action at this time.
0 commit comments