-
Notifications
You must be signed in to change notification settings - Fork 6
[DOC-603] Simplify Toolchain Configuration handling #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploy Preview Available Via
https://deploy-preview-298--docs-hugo.netlify.app
/generate
- Succesfull examples generate run with new config
https://app.circleci.com/pipelines/github/arangodb/docs-hugo/2785/workflows/612935d4-4807-410f-8574-962d7629c7ba - Succesfull all generators generate run with new config
https://app.circleci.com/pipelines/github/arangodb/docs-hugo/2803/workflows/3c240af7-ba16-4688-82e2-56fed27b1b9e/jobs/7222
Co-authored-by: Simran <Simran-B@users.noreply.github.com>
With the env var ARANGODB_SRC
set to /C/ArangoDB/arangodb
and the following Docker config:
generators: examples metrics error-codes optimizer options oasisctl servers: "3.12": arangodb/enterprise-preview:devel-nightly
the toolchain seems to get stuck when I run docker compose up --abort-on-container-exit
:
time="2023-10-25T12:15:45+02:00" level=warning msg="The \"OVERRIDE\" variable is not set. Defaulting to a blank string."
[+] Running 1/0
✔ Container toolchain Created 0.0s
Attaching to toolchain
toolchain | [INIT] Toolchain setup
toolchain | [TOOLCHAIN] Expanded Config file:
toolchain | generators: examples metrics error-codes optimizer options oasisctl
toolchain | servers:
toolchain | "3.12": arangodb/enterprise-preview:devel-nightly
toolchain |
toolchain | [TOOLCHAIN] Clean arangoproxy config file
toolchain | [INIT] Setup Finished
toolchain | [TOOLCHAIN] Starting toolchain
toolchain | [TOOLCHAIN] Generators: examples metrics error-codes optimizer options oasisctl
toolchain | [] [clean_docker_environment] setup docs_net docker network
toolchain | [] [clean_docker_environment] setup arangosh and arangodb docker volume
toolchain | arangosh
toolchain | [] [clean_docker_environment] Cleanup orphan containers
toolchain | "docker stop" requires at least 1 argument.
toolchain | See 'docker stop --help'.
toolchain |
toolchain | Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
toolchain |
toolchain | Stop one or more running containers
toolchain | "docker rm" requires at least 1 argument.
toolchain | See 'docker rm --help'.
toolchain |
toolchain | Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]
toolchain |
toolchain | Remove one or more containers
toolchain | arangodb/enterprise-preview:devel-nightly 3.12
(hangs here for minutes with no progress)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR aims at simplifying the toolchain configuration process
The new toolchain config.yml will now only need
example
Upstream PRs