Skip to content

Commit 81f5e34

Browse files
committed
Adjusted machine sizes for the build and tests
1 parent e3d339c commit 81f5e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
5353
outputs:
5454
tests_outcome: ${{ steps.run_e2e_tests.outcome }}
55-
runs-on: [self-hosted, ubuntu-20.04, X64, large]
55+
runs-on: [self-hosted, ubuntu-20.04, X64, medium]
5656
steps:
5757
- name: Setup upterm session
5858
if: ${{ inputs.e2e-tests-with-ssh }}

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
COMMIT_TAG: ${{ inputs.commit_tag }}
2626
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
2727
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
28-
runs-on: [ self-hosted, ubuntu-22.04, X64, medium ]
28+
runs-on: [ self-hosted, ubuntu-22.04, X64, small ]
2929
name: Consensus client tests
3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)