Skip to content
Merged
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/code_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
prettier:
name: Prettier
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
ESLint-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-integration-alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
Validator-Import-test:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
name: Validator Import Tests
needs:
- Other-Integration-test
Expand All @@ -24,7 +24,7 @@ jobs:
IS_DEV: "true"

Execution-Client-test:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
name: Execution Client Tests
needs:
- Other-Integration-test
Expand All @@ -42,7 +42,7 @@ jobs:
IS_DEV: "true"

Other-Integration-test:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
name: Other Integration Tests
steps:
- uses: actions/checkout@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
setup:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
importTests: ${{ steps.get-import-tests.outputs.tests }}
ELTests: ${{ steps.get-EL-tests.outputs.tests }}
Expand All @@ -34,7 +34,7 @@ jobs:
working-directory: ./launcher

Validator-Import-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: test ${{ matrix.test.name }}
needs:
- setup
Expand All @@ -57,7 +57,7 @@ jobs:
IS_DEV: "true"

Execution-Client-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: test ${{ matrix.test.name }}
needs:
- setup
Expand All @@ -79,7 +79,7 @@ jobs:
IS_DEV: "true"

Other-Integration-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: test ${{ matrix.test.name }}
needs:
- setup
Expand All @@ -100,7 +100,7 @@ jobs:
IS_DEV: "true"

Cleanup:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Cleanup
needs:
- Validator-Import-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
jest-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
# tests: [{ role: "switch-repos", test: "default" }]
# fail-fast: false
# concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
# runs-on: ubuntu-24.04
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - name: Set up Python
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
# tests: [{ role: "update-package", test: "default" }]
# fail-fast: false
# concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
# runs-on: ubuntu-24.04
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - name: Set up Python
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
tests: [{ role: "restart-services", test: "default" }]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
# ]
# fail-fast: false
# concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
# runs-on: ubuntu-24.04
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - name: Set up Python
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
tests: [{ role: "setup", test: "default" }]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
tests: [{ role: "ssv-key-generator", test: "default" }]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down Expand Up @@ -640,7 +640,7 @@ jobs:
]
fail-fast: false
concurrency: molecule-test-${{ matrix.tests.role }}-${{ matrix.tests.test }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /lib/modules:/lib/modules:ro
- name: "role-configure-updates-ubuntu-22.04"
- name: "role-configure-updates-ubuntu-26.04"
image: geerlingguy/docker-ubuntu2204-ansible
privileged: true
pre_build_image: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
driver:
name: docker
platforms:
- name: "configure-updates--default--ubuntu-24.04"
image: ubuntu:noble
- name: "configure-updates--default--ubuntu-26.04"
image: ubuntu:resolute
# - name: "configure-updates--default--centos-8"
# image: geerlingguy/docker-centos8-ansible
provisioner:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
driver:
name: docker
platforms:
- name: "configure-updates--default--ubuntu-24.04"
image: ubuntu:noble
- name: "configure-updates--default--ubuntu-24.04"
image: ubuntu:noble
- name: "configure-updates--default--ubuntu-26.04"
image: ubuntu:resolute
# - name: "configure-updates--default--centos-8"
# image: geerlingguy/docker-centos8-ansible
provisioner:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "initiate-devnet-genesis--default--ubuntu-24.04"
- name: "initiate-devnet-genesis--default--ubuntu-26.04"
server_type: cpx11
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
provisioner:
name: ansible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--besu-lighthouse--ubuntu-24.04"
- name: "manage-service--besu-lighthouse--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--besu-lighthouse--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--mevboost-besu-lodestar--ubuntu-24.04"
- name: "manage-service--mevboost-besu-lodestar--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--mevboost-besu-lodestar--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--besu-nimbus--ubuntu-24.04"
- name: "manage-service--besu-nimbus--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--besu-nimbus--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--besu-prysm--ubuntu-24.04"
- name: "manage-service--besu-prysm--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--besu-prysm--centos-stream-8"
# hostname: "centos"
Expand Down
4 changes: 2 additions & 2 deletions controls/roles/manage-service/molecule/besu-teku/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--besu-teku--ubuntu-24.04"
- name: "manage-service--besu-teku--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--besu-teku--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--erigon-lighthouse--ubuntu-24.04"
- name: "manage-service--erigon-lighthouse--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--erigon-lighthouse--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--erigon-lodestar--ubuntu-24.04"
- name: "manage-service--erigon-lodestar--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--erigon-lodestar--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--erigon-prysm--ubuntu-24.04"
- name: "manage-service--erigon-prysm--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--erigon-prysm--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--geth-lighthouse--ubuntu-24.04"
- name: "manage-service--geth-lighthouse--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--geth-lighthouse--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--geth-nimbus--ubuntu-24.04"
- name: "manage-service--geth-nimbus--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--geth-nimbus--centos-stream-8"
# hostname: "centos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--geth-prysm--ubuntu-24.04"
- name: "manage-service--geth-prysm--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--geth-prysm--centos-stream-8"
# hostname: "centos"
Expand Down
4 changes: 2 additions & 2 deletions controls/roles/manage-service/molecule/geth-teku/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependency:
driver:
name: molecule_hetznercloud
platforms:
- name: "manage-service--geth-teku--ubuntu-24.04"
- name: "manage-service--geth-teku--ubuntu-26.04"
hostname: ubuntu
server_type: cpx31
image: ubuntu-24.04
image: ubuntu-26.04
location: hil
# - name: "manage-service--geth-teku--centos-stream-8"
# hostname: "centos"
Expand Down
Loading
Loading