Skip to content

Commit 68f3db5

Browse files
committed
revert e2e yml
1 parent 6ab8140 commit 68f3db5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitlab/e2e/e2e.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ new-e2e-installer-windows:
552552
# TODO: temp override of version until we have a stable version
553553
# - 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)
554554
- 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
557557
- !reference [.new_e2e_template, before_script]
558558
variables:
559559
TARGETS: ./tests/installer/windows
@@ -584,12 +584,6 @@ new-e2e-installer-windows:
584584
# apm-library-dotnet
585585
- EXTRA_PARAMS: --run "TestDotnetLibraryInstalls$"
586586
- 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$"
593587

594588

595589
new-e2e-installer-ansible:

0 commit comments

Comments
 (0)