Skip to content

Commit

Permalink
refactor: Remove validator-import container from testdata files
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantpaez committed Sep 19, 2024
1 parent 77ede4a commit 01c41fa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 114 deletions.
19 changes: 0 additions & 19 deletions cli/testdata/run_tests/no_env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,30 +122,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down
19 changes: 0 additions & 19 deletions cli/testdata/run_tests/no_version/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down
19 changes: 0 additions & 19 deletions cli/testdata/run_tests/valid/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,30 +122,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,30 +122,11 @@ services:
fi
done
"
validator-import:
container_name: validator-import-client
build:
context: github.com/NethermindEth/lighthouse-init-validator
args:
LH_VERSION: ${VL_IMAGE_VERSION}
NETWORK: ${NETWORK}
networks:
- sedge
volumes:
- ${KEYSTORE_DIR}:/keystore
- ${VL_DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "10"
validator:
container_name: validator-client
image: ${VL_IMAGE_VERSION}
restart: unless-stopped
depends_on:
validator-import:
condition: service_completed_successfully
validator-blocker:
condition: service_completed_successfully
consensus:
Expand Down

0 comments on commit 01c41fa

Please sign in to comment.