Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/core-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false

- name: Allure Report
uses: firebolt-db/action-allure-report@v1
uses: firebolt-db/action-allure-report@v2
if: always() && runner.os == 'Linux' # Needed in order to report failed tests
with:
github-key: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: ./gradlew integrationTest -Ddb="${{ steps.find-database-name.outputs.database_name }}" -Dapi="api.staging.firebolt.io" -Dpassword="${{ secrets.FIREBOLT_STG_PASSWORD }}" -Duser="${{ secrets.FIREBOLT_STG_USERNAME }}" -Dengine="${{ steps.find-engine-name.outputs.engine_name }}" -DincludeTags="v1" -Dv1GenerateSeriesMaxSize="${{ vars.V1_GENERATE_SERIES_MAX_SIZE }}"

- name: Allure Report
uses: firebolt-db/action-allure-report@v1
uses: firebolt-db/action-allure-report@v2
if: always() && runner.os == 'Linux' && inputs.java_version != '11' # Skip Allure on Java 11
continue-on-error: true # FIR-48984
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
Get-ChildItem -Path . -Recurse -Include hs_err_pid*.log,replay_pid*.log -ErrorAction SilentlyContinue | Copy-Item -Destination build\ci-logs -ErrorAction SilentlyContinue

- name: Allure Report
uses: firebolt-db/action-allure-report@v1
uses: firebolt-db/action-allure-report@v2
if: always() && runner.os == 'Linux' && inputs.java_version != '11' # Skip Allure on Java 11
continue-on-error: true # FIR-48984
with:
Expand Down
Loading