-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Switch all workflows to run on besu-arm64 machine (#37)
* Switch all workflows to run on besu-arm64 machine * Revert machine changes for image build workflows * Revert machine changes for prover-testing.yml * Revert machine changes for prover-testing.yml --------- Signed-off-by: Bradley Bown <[email protected]>
- maven-l1-rollup-contract-client-v6.0.0
- maven-l1-rollup-contract-client-v6.0.0-rc1
- finalized-tag-updater-v0.0.3
- contract-freeze-2024-11-21
- contract-freeze-2024-11-01
- contract-freeze-2024-10-20
- contract-freeze-2024-10-18
- blob-libs-v1.1.1-test
- blob-libs-v1.1.0
- blob-libs-v1.1.0-test9
- blob-libs-v1.1.0-test8
- blob-libs-v1.1.0-test7
- blob-libs-v1.1.0-test6
- blob-libs-v1.1.0-test5
- blob-libs-v1.1.0-test4
- blob-libs-v1.1.0-test3
- blob-libs-v1.1.0-test2
- blob-libs-v1.0.1-arm64
- blob-libs-v1.0.1-arm64-test
- beta-v1.0.0-rc1
Showing
16 changed files
with
47 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
|
||
jobs: | ||
run-e2e-tests: | ||
runs-on: ubuntu-22.04 | ||
runs-on: besu-arm64 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
@@ -27,7 +27,7 @@ jobs: | |
with: | ||
node-version: 18.17.0 | ||
pnpm-install-options: '--frozen-lockfile --prefer-offline' | ||
|
||
- name: Install Playwright | ||
run: pnpm dlx [email protected] install --with-deps | ||
|
||
|
@@ -57,7 +57,7 @@ jobs: | |
E2E_TEST_SEED_PHRASE: "test test test test test test test test test test test junk" | ||
E2E_TEST_WALLET_PASSWORD: "TestPassword!" | ||
NEXT_PUBLIC_INFURA_ID: ${{ secrets.PUBLIC_BRIDGE_UI_INFURA_ID }} | ||
|
||
- name: Archive Playwright report | ||
uses: actions/upload-artifact@v3 | ||
if: failure() | ||
|
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 |
---|---|---|
|
@@ -21,34 +21,34 @@ on: | |
required: false | ||
type: string | ||
|
||
concurrency: | ||
concurrency: | ||
group: load-test-${{ github.event.inputs.network }}-${{ github.ref }} | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
run-load-test: | ||
runs-on: ubuntu-latest | ||
runs-on: besu-arm64 | ||
name: Run Load Test | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.head_ref }} | ||
|
||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Hide sensitive inputs | ||
uses: levibostian/[email protected] | ||
with: | ||
exclude_inputs: network, file | ||
|
||
- name: Determine Private Key | ||
id: set_private_key | ||
run: | | ||
|
@@ -62,8 +62,8 @@ jobs: | |
echo "Using sepolia private key from secrets." | ||
echo "PRIVATE_KEY=${{ secrets.SEPOLIA_LOAD_TEST_PRIVATE_KEY }}" >> $GITHUB_ENV | ||
fi | ||
- name: Load Test | ||
run: | | ||
echo "Network to execute load test on: ${{ github.event.inputs.network }}" | ||
./gradlew :testing-tools:app:run --args="-request ${{ github.event.inputs.network }}/${{ github.event.inputs.file }} -pk $PRIVATE_KEY" | ||
./gradlew :testing-tools:app:run --args="-request ${{ github.event.inputs.network }}/${{ github.event.inputs.file }} -pk $PRIVATE_KEY" |
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
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