Skip to content

Commit

Permalink
Remove duplicate packaging test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 17, 2022
1 parent e9d4304 commit a6cd2f0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
./.ci/os.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructivePackagingTest
./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructivePackagingTest
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
JAVA16_HOME=$HOME/.java/openjdk16
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
./.ci/os.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v$BWC_VERSION
./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v$BWC_VERSION
32 changes: 0 additions & 32 deletions .ci/os.ps1

This file was deleted.

71 changes: 0 additions & 71 deletions .ci/os.sh

This file was deleted.

1 change: 0 additions & 1 deletion .ci/scripts/packaging-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
$AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
$env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
$env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
$env:JAVA_TOOL_OPTIONS=''

$ErrorActionPreference="Stop"
$gradleInit = "C:\Users\$env:username\.gradle\init.d\"
Expand Down

0 comments on commit a6cd2f0

Please sign in to comment.