Skip to content

Commit 8395277

Browse files
authored
Rhoop/testnet deploy (#352)
1 parent 68798e9 commit 8395277

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ pipeline {
120120
kubectl config use-context arn:aws:eks:us-east-2:792926601177:cluster/specular-staging-eks
121121
helm upgrade specular . -n specular --set image.tag=$GIT_COMMIT'''
122122
}
123+
discordSend description: "Jenkins Pipeline Build", footer: "Current release is $GIT_COMMIT", link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: "https://discord.com/api/webhooks/1219404082184196147/C70F8jtuyODjExk-Xk7hWOaxY-IBQefDumqbTJYlKdOMt2uzmA4ehS3uaO28SwuGgzwi"
124+
123125
}
124126
}
125127
}

charts/specular/values-testnet.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ environment: testnet
22
efsHandle: fs-0c92a9d4cfc864548
33

44
enabled:
5-
txFuzz: false
5+
txFuzz: true
66
l1Geth: false
77
generator: true
88
infura: true
@@ -12,6 +12,34 @@ generator:
1212
command: "../sbin/entrypoint.sh deploy"
1313
deploy: false
1414

15+
volume:
16+
efs:
17+
mountPath: /specular/workspace
18+
name: sp-workspace
19+
configVolumeMounts:
20+
name: specular-config
21+
paths:
22+
- .sidecar.env
23+
- .sp_magi.env
24+
- .paths.env
25+
- .genesis.env
26+
- .contracts.env
27+
- .sp_geth.env
28+
- genesis_config.json
29+
- base_sp_rollup.json
30+
secrets:
31+
- name: INFURA_KEY
32+
file: infura_pk.txt
33+
34+
- name: DEPLOYER_PRIVATE_KEY
35+
file: deployer_pk.txt
36+
37+
- name: SEQUENCER_PRIVATE_KEY
38+
file: sequencer_pk.txt
39+
40+
- name: VALIDATOR_PRIV_KEY
41+
file: validator_pk.txt
42+
1543
configMaps:
1644
.sp_geth.env:
1745
- name: NETWORK_ID

charts/specular/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generator:
1616

1717
image:
1818
name: specular-platform
19-
tag: 55826901e8116c4da3cbb47e73c1815edcec7579
19+
tag: c2a7ccf6fcb3f9e087a13b03900e070da36df751
2020
registry: 792926601177.dkr.ecr.us-east-2.amazonaws.com
2121

2222
tx_fuzz_image:

0 commit comments

Comments
 (0)