Skip to content

Commit

Permalink
oct-1541: rebase master - ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Apr 26, 2024
1 parent f40455b commit c7230a0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 219 deletions.
16 changes: 0 additions & 16 deletions ci/Dockerfile.multideployer

This file was deleted.

4 changes: 1 addition & 3 deletions ci/argocd/application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ if [[ "$ACTION" == "create" ]]; then
elif [[ "$ACTION" == "update" ]]; then

if [[ "$NETWORK_NAME" == "local" || "$NETWORK_NAME" == "localhost" ]]; then
if [[ "$WEB_CLIENT_REPLICAS" != "0" ]]; then
export FRONTEND_RPC_URL; FRONTEND_RPC_URL=https://$(bash $CI_PROJECT_DIR/ci/argocd/get_rpc_url.sh)
fi
export FRONTEND_RPC_URL; FRONTEND_RPC_URL=https://$(bash $CI_PROJECT_DIR/ci/argocd/get_rpc_url.sh)
export BACKEND_RPC_URL=http://anvil:8545
else
# This will make webclient use default (wagmi) endpoint
Expand Down
16 changes: 0 additions & 16 deletions ci/argocd/get_multideployer_url.sh

This file was deleted.

9 changes: 0 additions & 9 deletions ci/argocd/templates/octant-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ spec:
value: '$NETWORK_NAME'
- name: 'webClient.hideCurrentProjectsOutsideAW'
value: 'false'
- name: 'webClient.safeEndpoint'
value: 'https://safe-transaction-sepolia.safe.global/'
## Graph Node
- name: graphNode.graph.env.NETWORK
value: '$NETWORK_NAME'
Expand All @@ -44,10 +42,6 @@ spec:
value: '100000'
- name: graphHealtchecker.replicas
value: '${GRAPH_HEALTHCHECKER_REPLICAS:-1}'
- name: subgraph.deploy
value: '$SUBGRAPH_DEPLOY'
- name: graphHealtchecker.enabled
value: '$GRAPH_HEALTCHECKER_ENABLED'
## Coin Prices Server
- name: coinPricesServer.replicas
value: '${COIN_PRICES_SERVER_REPLICAS:-2}'
Expand Down Expand Up @@ -109,9 +103,6 @@ spec:
value: 'true'
- name: ingress.cloudflareProxied.graph-ipfs
value: 'true'
# APITests / Multideployer
- name: multideployer.enabled
value: '$MULTIDEPLOYER_ENABLED'
- repoURL: 'https://gitlab.com/api/v4/projects/48137258/packages/helm/devel'
targetRevision: 0.0.10
chart: octant-anvil
Expand Down
18 changes: 0 additions & 18 deletions localenv/multideployer/Dockerfile

This file was deleted.

157 changes: 0 additions & 157 deletions localenv/multideployer/server.py

This file was deleted.

0 comments on commit c7230a0

Please sign in to comment.