Skip to content

Commit 778b95f

Browse files
authored
Revert "Added CI job for deterministic builds (#12335)"
This reverts commit a847a71.
1 parent a847a71 commit 778b95f

File tree

3 files changed

+0
-417
lines changed

3 files changed

+0
-417
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -353,31 +353,6 @@ stages:
353353
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c Release
354354
displayName: End to end build tests
355355

356-
# Determinism
357-
- job: Determinism_Debug
358-
pool:
359-
name: NetCore1ESPool-Public
360-
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
361-
timeoutInMinutes: 90
362-
steps:
363-
- checkout: none
364-
- script: |
365-
@echo on
366-
git init
367-
git remote add origin "$(Build.Repository.Uri)"
368-
git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)"
369-
git checkout "$(Build.SourceVersion)"
370-
displayName: Shallow checkout
371-
- script: .\eng\test-determinism.cmd -configuration Debug
372-
displayName: Determinism tests with Debug configuration
373-
- task: PublishPipelineArtifact@1
374-
displayName: Publish Determinism Logs
375-
inputs:
376-
targetPath: '$(Build.SourcesDirectory)/artifacts/log/Debug'
377-
artifactName: 'Determinism_Debug Attempt $(System.JobAttempt) Logs'
378-
continueOnError: true
379-
condition: not(succeeded())
380-
381356
# Up-to-date - disabled due to it being flaky
382357
#- job: UpToDate_Windows
383358
# pool:

eng/test-determinism.cmd

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)