Skip to content

Commit

Permalink
Merge branch 'lvpeschke/less-celotool' of ssh://github.com/celo-org/c…
Browse files Browse the repository at this point in the history
…elo-monorepo into lvpeschke/less-celotool
  • Loading branch information
lvpeschke committed Sep 18, 2023
2 parents 4eba9aa + 87ee963 commit a782eb7
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 598 deletions.
4 changes: 0 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-m
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-dc5e5dfa07231a4ff4664816a95eae606293eae9"
TRANSACTION_METRICS_EXPORTER_SUFFIX='1'

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="12f9f9e822ea35db2f965be616abef126f1724fb"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=1101
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.alfajores
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ MOCK_ORACLE_DOCKER_IMAGE_TAG="default"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-f4a55e143932ea559cf4bcbd9bcccc14da43d6ed"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="c88f7e8babcdb01062a6a12ae729705ba9769add"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=44787
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.baklava
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ GCP_FORNO_EUROPE_WEST1_PROM_SIDECAR_DISABLED="true"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-dc5e5dfa07231a4ff4664816a95eae606293eae9"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="b199a634866ef34c4fa1925381dff4de40eb0a3c"
EKSPORTISTO_SUFFIX='1'

# Genesis Vars
NETWORK_ID=62320
CONSENSUS_TYPE="istanbul"
Expand Down
4 changes: 0 additions & 4 deletions .env.rc1
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ GCP_PRIVATE_TXNODES_FULL_NODES_WS_PORT="8545"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
TRANSACTION_METRICS_EXPORTER_DOCKER_IMAGE_TAG="transaction-metrics-exporter-f4a55e143932ea559cf4bcbd9bcccc14da43d6ed"

EKSPORTISTO_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/eksportisto"
EKSPORTISTO_DOCKER_IMAGE_TAG="41fd75246c7108716be373d2d36cac13996034fc"
EKSPORTISTO_SUFFIX=''

# Genesis Vars
NETWORK_ID=42220
CONSENSUS_TYPE="istanbul"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Execute matrix command for test
uses: nick-fields/retry@v2
with:
timeout_minutes: 30
timeout_minutes: 40
max_attempts: 3
command: |
${{ matrix.command }}
Expand Down
16 changes: 0 additions & 16 deletions packages/celotool/src/cmds/deploy/destroy/eksportisto.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/celotool/src/cmds/deploy/initial/eksportisto.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/celotool/src/cmds/deploy/upgrade/eksportisto.ts

This file was deleted.

233 changes: 0 additions & 233 deletions packages/celotool/src/lib/eksportisto.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/celotool/src/lib/env-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export enum envVar {
CONTEXTS = 'CONTEXTS',
DONUT_BLOCK = 'DONUT_BLOCK',
E2E_TESTS_FORCE_USE_MYCELO = 'E2E_TESTS_FORCE_USE_MYCELO',
EKSPORTISTO_DOCKER_IMAGE_REPOSITORY = 'EKSPORTISTO_DOCKER_IMAGE_REPOSITORY',
EKSPORTISTO_DOCKER_IMAGE_TAG = 'EKSPORTISTO_DOCKER_IMAGE_TAG',
EKSPORTISTO_SUFFIX = 'EKSPORTISTO_SUFFIX',
ENV_TYPE = 'ENV_TYPE',
EPOCH = 'EPOCH',
ESPRESSO_BLOCK = 'ESPRESSO_BLOCK',
Expand Down
11 changes: 0 additions & 11 deletions packages/helm-charts/eksportisto/Chart.yaml

This file was deleted.

Loading

0 comments on commit a782eb7

Please sign in to comment.