-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into podman-support
- Loading branch information
Showing
100 changed files
with
499 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: CI-Examples | |
|
||
on: | ||
pull_request: {} | ||
push: { branches: [ master ] } | ||
push: { branches: [ main ] } | ||
|
||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
|
@@ -25,7 +25,7 @@ jobs: | |
java-version: '8.0.302' | ||
distribution: temurin | ||
- name: Cache Gradle Home files | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
continue-on-error: true | ||
with: | ||
path: ~/.gradle/caches | ||
|
@@ -53,7 +53,7 @@ jobs: | |
java-version: '8.0.302' | ||
distribution: temurin | ||
- name: Cache Gradle Home files | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
continue-on-error: true | ||
with: | ||
path: ~/.gradle/caches | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: CI | |
|
||
on: | ||
pull_request: {} | ||
push: { branches: [ master ] } | ||
push: { branches: [ main ] } | ||
|
||
permissions: | ||
contents: read | ||
|
@@ -14,14 +14,6 @@ env: | |
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} | ||
|
||
jobs: | ||
thundra_test_initializer: | ||
runs-on: ubuntu-latest | ||
outputs: | ||
thundra_agent_testrun_id: ${{ steps.thundra_test_initializer.outputs.thundra_agent_testrun_id }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- id: thundra_test_initializer | ||
uses: thundra-io/thundra-test-init-action@v1 | ||
find_gradle_jobs: | ||
runs-on: ubuntu-18.04 | ||
outputs: | ||
|
@@ -33,7 +25,7 @@ jobs: | |
java-version: '8.0.302' | ||
distribution: temurin | ||
- name: Cache Gradle Home files | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }} | ||
|
@@ -47,7 +39,7 @@ jobs: | |
echo $TASKS | ||
echo "::set-output name=matrix::{\"gradle_args\":$TASKS}" | ||
check: | ||
needs: [find_gradle_jobs, thundra_test_initializer] | ||
needs: [find_gradle_jobs] | ||
strategy: | ||
fail-fast: false | ||
matrix: ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }} | ||
|
@@ -59,23 +51,13 @@ jobs: | |
java-version: '8.0.302' | ||
distribution: temurin | ||
- name: Cache Gradle Home files | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
continue-on-error: true | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }} | ||
- name: Clear existing docker image cache | ||
run: docker image prune -af | ||
- name: Thundra Gradle Test Instrumentation | ||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} | ||
uses: thundra-io/thundra-gradle-test-action@v1 | ||
with: | ||
apikey: ${{ secrets.THUNDRA_API_KEY }} | ||
project_id: ${{ secrets.THUNDRA_PROJECT_ID }} | ||
- name: Build and test with Gradle (${{matrix.gradle_args}}) | ||
run: | | ||
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}} \ | ||
$([[ -f $THUNDRA_GRADLE_INIT_SCRIPT_PATH ]] && echo "--init-script $THUNDRA_GRADLE_INIT_SCRIPT_PATH") | ||
env: | ||
THUNDRA_AGENT_TEST_RUN_ID: ${{ needs.thundra_test_initializer.outputs.thundra_agent_testrun_id }} | ||
THUNDRA_AGENT_REPORT_REST_BASEURL: https://collector.thundra.us/v1 | ||
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.