Skip to content

Commit

Permalink
Remove Gradle permissions change for GitHub Actions workflows. (opens…
Browse files Browse the repository at this point in the history
…earch-project#1028)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Feb 14, 2022
1 parent eee07a7 commit 74fab94
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run basic grok end-to-end tests with Gradle
run: ./gradlew :e2e-test:log:basicLogEndToEndTest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build performance tests with Gradle
run: ./gradlew :performance-test:compileGatlingJava
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run raw-span compatibility end-to-end tests with Gradle
run: ./gradlew :e2e-test:trace:rawSpanCompatibilityEndToEndTest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run raw-span end-to-end tests with Gradle
run: ./gradlew :e2e-test:trace:rawSpanEndToEndTest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run service-map end-to-end tests with Gradle
run: ./gradlew :e2e-test:trace:serviceMapEndToEndTest
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload Coverage Report
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/opensearch-sink-odfe-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run ODFE docker
run: |
docker pull amazon/opendistro-for-elasticsearch:${{ matrix.odfe }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/opensearch-sink-os-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
java-version: ${{ matrix.java }}
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run OpenSearch docker
run: |
docker pull opensearchproject/opensearch:${{ matrix.opensearch }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
java-version: 14
- name: Checkout Data-Prepper
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build
- name: Archives
Expand Down

0 comments on commit 74fab94

Please sign in to comment.