Skip to content

Commit

Permalink
added more debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvedba committed Sep 17, 2024
1 parent 44d540c commit 892aa20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ end-to-end-core-setup:
- random_string=$(bash -c "cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w "10" | head -n 1")
- ./scripts/generate_metadata_container_scripts.sh --core-image "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}" --docker-tag latest --core-name "core-${BRANCH_LOWER}-${CI_COMMIT_SHORT_SHA}-${random_string}" --install-path "$(pwd)"
- ./scripts/create_datafed_network.sh
- ./scripts/run_core_container.sh
- CONTAINER_ID=$(./scripts/run_core_container.sh)
# - sleep 10
- sleep 60
- echo "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}:latest"
- docker container ls
- docker container logs $(CONTAINER_ID)
- ./scripts/container_run_test.sh -e -c "1" -t "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}:latest"
- ./scripts/remove_core_container.sh
- ./scripts/remove_datafed_network.sh
Expand Down

0 comments on commit 892aa20

Please sign in to comment.