Skip to content

Commit 0269ba6

Browse files
committed
e2e cleanup
1 parent 2153305 commit 0269ba6

File tree

3 files changed

+270
-299
lines changed

3 files changed

+270
-299
lines changed

.github/workflows/tilt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
kubectl config set-context ci --namespace=$DEPLOY_NS
3333
kubectl config use-context ci
3434
35-
- run: tilt ci -- --evm2 --namespace=$DEPLOY_NS
36-
timeout-minutes: 60
35+
- run: tilt ci -- --evm2 --generic_relayer --namespace=$DEPLOY_NS
36+
timeout-minutes: 30
3737

3838
# Clean up k8s resources
3939
- run: kubectl delete --namespace=$DEPLOY_NS service,statefulset,configmap,pod,job --all

Tiltfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ k8s_yaml_with_ns("ci.yaml")
1717
k8s_resource(
1818
"ntt-ci-tests",
1919
labels = ["ntt"],
20-
resource_deps = ["eth-devnet","eth-devnet2", "guardian"],
20+
resource_deps = ["eth-devnet", "eth-devnet2", "guardian", "relayer-engine"],
2121
)

0 commit comments

Comments
 (0)