|
33 | 33 |
|
34 | 34 | - template: templates/build.yml
|
35 | 35 |
|
36 |
| - - template: templates/test.yml |
| 36 | + # - template: templates/test.yml |
37 | 37 |
|
38 | 38 |
|
39 | 39 | - pwsh: |
|
@@ -65,56 +65,56 @@ jobs:
|
65 | 65 | fileDir: $(Build.SourcesDirectory)/out
|
66 | 66 | condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))
|
67 | 67 |
|
68 |
| - - job: Windows_tests |
69 |
| - displayName: Windows Tests |
70 |
| - dependsOn: Windows_build |
71 |
| - timeoutInMinutes: 180 |
72 |
| - strategy: |
73 |
| - maxParallel: 2 |
74 |
| - matrix: |
75 |
| - x64_Renderer_Test1: |
76 |
| - RunCoreMainTests: false |
77 |
| - RunCoreRendererTests: 1 |
78 |
| - BUILD_ARCH: x64 |
79 |
| - os: windows-2019 |
80 |
| - x64_Renderer_Test2: |
81 |
| - RunCoreMainTests: false |
82 |
| - RunCoreRendererTests: 2 |
83 |
| - BUILD_ARCH: x64 |
84 |
| - os: windows-2019 |
85 |
| - |
86 |
| - pool: |
87 |
| - vmImage: $(os) |
88 |
| - |
89 |
| - variables: |
90 |
| - AppName: $[ dependencies.GetReleaseVersion.outputs['Version.AppName'] ] |
91 |
| - ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ] |
92 |
| - IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ] |
93 |
| - IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ] |
94 |
| - |
95 |
| - steps: |
96 |
| - - template: templates/preparation.yml |
97 |
| - |
98 |
| - - template: templates/cache.yml |
99 |
| - parameters: |
100 |
| - OS: windows |
101 |
| - |
102 |
| - - template: templates/bootstrap.yml |
| 68 | + #- job: Windows_tests |
| 69 | + # displayName: Windows Tests |
| 70 | + # dependsOn: Windows_build |
| 71 | + # timeoutInMinutes: 180 |
| 72 | + # strategy: |
| 73 | + # maxParallel: 2 |
| 74 | + # matrix: |
| 75 | + # x64_Renderer_Test1: |
| 76 | + # RunCoreMainTests: false |
| 77 | + # RunCoreRendererTests: 1 |
| 78 | + # BUILD_ARCH: x64 |
| 79 | + # os: windows-2019 |
| 80 | + # x64_Renderer_Test2: |
| 81 | + # RunCoreMainTests: false |
| 82 | + # RunCoreRendererTests: 2 |
| 83 | + # BUILD_ARCH: x64 |
| 84 | + # os: windows-2019 |
| 85 | + |
| 86 | + # pool: |
| 87 | + # vmImage: $(os) |
| 88 | + |
| 89 | + # variables: |
| 90 | + # AppName: $[ dependencies.GetReleaseVersion.outputs['Version.AppName'] ] |
| 91 | + # ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ] |
| 92 | + # IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ] |
| 93 | + # IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ] |
| 94 | + |
| 95 | + # steps: |
| 96 | + # - template: templates/preparation.yml |
| 97 | + |
| 98 | + # - template: templates/cache.yml |
| 99 | + # parameters: |
| 100 | + # OS: windows |
| 101 | + |
| 102 | + # - template: templates/bootstrap.yml |
103 | 103 |
|
104 | 104 | # Downloading the build artifacts
|
105 |
| - - pwsh: | |
106 |
| - if ($env:BUILD_ARCH -eq "x64") { |
107 |
| - $env:FileID="-x64" |
108 |
| - } else { |
109 |
| - $env:FileID="" |
110 |
| - } |
111 |
| - echo "##vso[task.setvariable variable=FileID]$env:FileID" # Azure syntax |
112 |
| - displayName: Set FileID based on the arch |
113 |
| -
|
114 |
| - - template: templates/download-unzip.yml |
115 |
| - parameters: |
116 |
| - artifacts: |
117 |
| - - atom$(FileID)-windows.zip |
118 |
| - |
119 |
| - # Core renderer tests |
120 |
| - - template: templates/test.yml |
| 105 | + # - pwsh: | |
| 106 | + # if ($env:BUILD_ARCH -eq "x64") { |
| 107 | + # $env:FileID="-x64" |
| 108 | + # } else { |
| 109 | + # $env:FileID="" |
| 110 | + # } |
| 111 | + # echo "##vso[task.setvariable variable=FileID]$env:FileID" # Azure syntax |
| 112 | + # displayName: Set FileID based on the arch |
| 113 | + |
| 114 | + # - template: templates/download-unzip.yml |
| 115 | + # parameters: |
| 116 | + # artifacts: |
| 117 | + # - atom$(FileID)-windows.zip |
| 118 | + |
| 119 | + # # Core renderer tests |
| 120 | + # - template: templates/test.yml |
0 commit comments