Revert "Upload the final modified version of the tests that is sent to helix (dotnet...
authorJarret Shook <jashoo@microsoft.com>
Wed, 13 Nov 2019 11:51:51 +0000 (03:51 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 11:51:51 +0000 (03:51 -0800)
This reverts commit dotnet/coreclr@f46c7a6240bea3f7aac1f5c858204cd5e4940fbd.

Commit migrated from https://github.com/dotnet/coreclr/commit/3324cea03f7710a9dc57c6dd7823d1a394ce35bb

eng/pipelines/coreclr/templates/run-test-job.yml
eng/pipelines/coreclr/templates/xplat-pipeline-job.yml

index b387b92..8c7ef5c 100644 (file)
@@ -383,15 +383,4 @@ jobs:
         pathtoPublish: $(coreClrRepoRoot)/bin/Logs
         artifactName: '$(LogNamePrefix)_$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)_${{ parameters.testGroup }}'
       continueOnError: true
-      condition: always()
-
-    # Zip and publish the final helix submitted tests
-    - template: upload-artifact-step.yml
-      parameters:
-        rootFolder: $(testRootFolderPath)
-        includeRootFolder: false
-        archiveType: $(archiveType)
-        tarCompression: $(tarCompression)
-        archiveExtension: $(archiveExtension)
-        artifactName: $(finalTestArtifactName)
-        displayName: 'Final_Submitted_Tests_$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)_${{ parameters.testGroup }}'
\ No newline at end of file
+      condition: always()
\ No newline at end of file
index 9f2c61e..fd87b7a 100644 (file)
@@ -110,9 +110,6 @@ jobs:
     - name: testArtifactName
       value: Tests_${{ parameters.managedTestBuildOsGroup }}${{ parameters.managedTestBuildOsSubgroup }}_$(archType)_$(buildConfig)
 
-    - name: finalTestArtifactName
-      value: Final_Tests_${{ parameters.managedTestBuildOsGroup }}${{ parameters.managedTestBuildOsSubgroup }}_$(archType)_$(buildConfig)
-
     - name: testNativeArtifactName
       value: 'NativeTestComponents_$(osGroup)$(osSubgroup)_$(archType)_$(buildConfig)'