-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eth-rollup-develop' into feature/eth-upd-tests-governance
- Loading branch information
Showing
8 changed files
with
362 additions
and
325 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,8 +95,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
include: | ||
# - command: "yarn test-parallel --max-workers=10" | ||
# fast: false | ||
- command: "yarn test-parallel --max-workers=10" | ||
fast: false | ||
- command: "yarn test-sequential-no-bootstrap" | ||
fast: false | ||
- command: "yarn test-seqgasless" | ||
|
@@ -113,8 +113,8 @@ jobs: | |
fast: true | ||
- command: "yarn test-sequential-autocompound" | ||
fast: true | ||
# - command: "yarn test-poolliquidity" | ||
# fast: true | ||
- command: "yarn test-poolliquidity" | ||
fast: true | ||
- command: "yarn test-governance" | ||
fast: true | ||
- command: "yarn test-multiswap" | ||
|
@@ -128,7 +128,7 @@ jobs: | |
- command: "yarn test-parallel-3rdPartyRewards" | ||
fast: true | ||
|
||
|
||
runs-on: [e2e-gke] | ||
timeout-minutes: 180 | ||
env: | ||
|
@@ -214,7 +214,7 @@ jobs: | |
env: | ||
NODE_OPTIONS: --max_old_space_size=12288 | ||
|
||
|
||
- name: Test Report | ||
uses: dorny/[email protected] | ||
continue-on-error: true | ||
|
@@ -269,14 +269,14 @@ jobs: | |
with: | ||
workload_identity_provider: '${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}' | ||
service_account: '${{ secrets.GCP_SERVICE_ACCOUNT }}' | ||
|
||
- name: Upload node storage data to GCP bucket | ||
if: failure() | ||
uses: google-github-actions/[email protected] | ||
with: | ||
process_gcloudignore: false | ||
destination: mangata-node-ci-cache/${{ github.sha }}/${{ env.MATRIX_COMMAND_PATH }} | ||
|
||
- name: Add GCP bucket URL link for stored node data on job failure | ||
if: failure() | ||
run: echo '[GCP Bucket link](https://console.cloud.google.com/storage/browser/mangata-node-ci-cache/${{ github.sha }}/${{ env.MATRIX_COMMAND_PATH }})' >> $GITHUB_STEP_SUMMARY | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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