Skip to content

Commit

Permalink
Fix no archiveartifact repro_diff.out issue (#741)
Browse files Browse the repository at this point in the history
* Test

Signed-off-by: Sophia Guo <[email protected]>

* Fix the archive issue

Change error step to echo, no need to use error as job result is set
explicitly as FAILURE if compared builds are different

Remove unused script files to reduce confusion and duplication. Those
files have been moved to temurin-build repo

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Jun 30, 2023
1 parent 5f91624 commit 56e28ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 183 deletions.
2 changes: 1 addition & 1 deletion tools/reproduce_comparison/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pipeline {
}
if (rc != 0) {
currentBuild.result = 'FAILURE'
error 'Error: two builds are not the same!'
echo 'Failed: two builds are not the same! Please see the archived repro_diff.out.'
} else {
echo 'Success: two builds are the same!'
}
Expand Down
73 changes: 0 additions & 73 deletions tools/reproduce_comparison/compareLinux.sh

This file was deleted.

109 changes: 0 additions & 109 deletions tools/reproduce_comparison/compareMacOS.sh

This file was deleted.

0 comments on commit 56e28ba

Please sign in to comment.