Skip to content

Commit

Permalink
updating to post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Oct 20, 2022
1 parent da6b7c6 commit 719e3e3
Show file tree
Hide file tree
Showing 16 changed files with 198 additions and 382 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cl-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Render Deployment YAML
uses: cuchi/[email protected]
with:
template: ./cl-besu.json.j2
output_file: ./majority-besu.json
template: ./cl-besu.yaml.j2
output_file: ./majority-besu.yaml
strict: true
data_format: json
data_format: yaml
env:
TEKU_IMAGE: ${{ steps.fetch_image_name.outputs.teku_image }}
NIMBUS_IMAGE: ${{ steps.fetch_image_name.outputs.nimbus_image }}
Expand All @@ -59,7 +59,7 @@ jobs:
GETH_IMAGE: ${{ steps.fetch_image_name.outputs.geth_image }}
BESU_IMAGE: ${{ steps.fetch_image_name.outputs.besu_image }}
- name: Run kurtosis with the config
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-besu.json)"
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-besu.yaml)"
- name: Run kurtosis with the config
if: always()
run: kurtosis enclave dump ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.enclave_name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cl-erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- name: Render Deployment YAML
uses: cuchi/[email protected]
with:
template: ./cl-erigon.json.j2
output_file: ./majority-erigon.json
template: ./cl-erigon.yaml.j2
output_file: ./majority-erigon.yaml
strict: true
data_format: json
data_format: yaml
env:
ERIGON_IMAGE: ${{ steps.fetch_image_name.outputs.erigon_image }}
TEKU_IMAGE: ${{ steps.fetch_image_name.outputs.teku_image }}
Expand All @@ -53,7 +53,7 @@ jobs:
LODESTAR_IMAGE: ${{ steps.fetch_image_name.outputs.lodestar_image }}
GETH_IMAGE: ${{ steps.fetch_image_name.outputs.geth_image }}
- name: Run kurtosis with the config
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-erigon.json)"
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-erigon.yaml)"
- name: Run kurtosis with the config
if: always()
run: kurtosis enclave dump ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.enclave_name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cl-geth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Render Deployment YAML
uses: cuchi/[email protected]
with:
template: ./cl-geth.json.j2
output_file: ./majority-geth.json
template: ./cl-geth.yaml.j2
output_file: ./majority-geth.yaml
strict: true
data_format: json
data_format: yaml
env:
TEKU_IMAGE: ${{ steps.fetch_image_name.outputs.teku_image }}
NIMBUS_IMAGE: ${{ steps.fetch_image_name.outputs.nimbus_image }}
Expand All @@ -58,7 +58,7 @@ jobs:
GETH_IMAGE: ${{ steps.fetch_image_name.outputs.geth_image }}
NETHERMIND_IMAGE: ${{ steps.fetch_image_name.outputs.nethermind_image }}
- name: Run kurtosis with the config
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-geth.json)"
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-geth.yaml)"
- name: Run kurtosis with the config
if: always()
run: kurtosis enclave dump ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.enclave_name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cl-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Render Deployment YAML
uses: cuchi/[email protected]
with:
template: ./cl-nethermind.json.j2
output_file: ./majority-nethermind.json
template: ./cl-nethermind.yaml.j2
output_file: ./majority-nethermind.yaml
strict: true
data_format: json
data_format: yaml
env:
TEKU_IMAGE: ${{ steps.fetch_image_name.outputs.teku_image }}
NIMBUS_IMAGE: ${{ steps.fetch_image_name.outputs.nimbus_image }}
Expand All @@ -59,7 +59,7 @@ jobs:
GETH_IMAGE: ${{ steps.fetch_image_name.outputs.geth_image }}
NETHERMIND_IMAGE: ${{ steps.fetch_image_name.outputs.nethermind_image }}
- name: Run kurtosis with the config
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-nethermind.json)"
run: kurtosis module exec --enclave-id ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./majority-nethermind.yaml)"
- name: Run kurtosis with the config
if: always()
run: kurtosis enclave dump ${{ steps.fetch_image_name.outputs.enclave_name }} ${{ steps.fetch_image_name.outputs.enclave_name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/multiclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Render Deployment YAML
uses: cuchi/[email protected]
with:
template: ./config.json.j2
output_file: ./config.json
template: ./config.yaml.j2
output_file: ./config.yaml
strict: true
data_format: json
data_format: yaml
env:
TEKU_IMAGE: ${{ steps.fetch_image_name.outputs.teku_image }}
NIMBUS_IMAGE: ${{ steps.fetch_image_name.outputs.nimbus_image }}
Expand All @@ -57,7 +57,7 @@ jobs:
GETH_IMAGE: ${{ steps.fetch_image_name.outputs.geth_image }}
NETHERMIND_IMAGE: ${{ steps.fetch_image_name.outputs.nethermind_image }}
- name: Run kurtosis with the config
run: kurtosis module exec --enclave-id newname ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./config.json)"
run: kurtosis module exec --enclave-id newname ${{ steps.fetch_image_name.outputs.kurtosis_image_name }} --execute-params "$(cat ./config.yaml)"
- name: Run kurtosis with the config
if: always()
run: kurtosis enclave dump newname dumped_logs
Expand Down
71 changes: 0 additions & 71 deletions cl-besu.json.j2

This file was deleted.

35 changes: 35 additions & 0 deletions cl-besu.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
participants:
- elType: besu
elImage: "{{ env['BESU_IMAGE'] }}"
clType: lighthouse
clImage: "{{ env['LIGHTHOUSE_IMAGE'] }}"
- elType: besu
elImage: "{{ env['BESU_IMAGE'] }}"
clType: lighthouse
clImage: "{{ env['LIGHTHOUSE_IMAGE'] }}"
- elType: besu
elImage: "{{ env['BESU_IMAGE'] }}"
clType: teku
clImage: "{{ env['TEKU_IMAGE'] }}"
- elType: besu
elImage: "{{ env['BESU_IMAGE'] }}"
clType: teku
clImage: "{{ env['TEKU_IMAGE'] }}"
network:
networkId: '3151908'
depositContractAddress: '0x4242424242424242424242424242424242424242'
secondsPerSlot: 12
slotsPerEpoch: 32
altairForkEpoch: 0
mergeForkEpoch: 0
totalTerminalDifficulty: 0
numValidatorKeysPerNode: 64
preregisteredValidatorKeysMnemonic: giant issue aisle success illegal bike spike
question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy
very lucky have athlete
waitForMining: false
waitForFinalization: true
waitForVerifications: true
verificationsEpochLimit: 5
logLevel: info

71 changes: 0 additions & 71 deletions cl-erigon.json.j2

This file was deleted.

34 changes: 34 additions & 0 deletions cl-erigon.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
participants:
- elType: erigon
elImage: "{{ env['ERIGON_IMAGE'] }}"
clType: lighthouse
clImage: "{{ env['LIGHTHOUSE_IMAGE'] }}"
- elType: erigon
elImage: "{{ env['ERIGON_IMAGE'] }}"
clType: lighthouse
clImage: "{{ env['LIGHTHOUSE_IMAGE'] }}"
- elType: erigon
elImage: "{{ env['ERIGON_IMAGE'] }}"
clType: teku
clImage: "{{ env['TEKU_IMAGE'] }}"
- elType: erigon
elImage: "{{ env['ERIGON_IMAGE'] }}"
clType: teku
clImage: "{{ env['TEKU_IMAGE'] }}"
network:
networkId: '3151908'
depositContractAddress: '0x4242424242424242424242424242424242424242'
secondsPerSlot: 12
slotsPerEpoch: 32
altairForkEpoch: 0
mergeForkEpoch: 0
totalTerminalDifficulty: 0
numValidatorKeysPerNode: 64
preregisteredValidatorKeysMnemonic: giant issue aisle success illegal bike spike
question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy
very lucky have athlete
waitForMining: false
waitForFinalization: true
waitForVerifications: true
verificationsEpochLimit: 5
logLevel: info
Loading

0 comments on commit 719e3e3

Please sign in to comment.