-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add ci cd content #61
Draft
solvingj
wants to merge
88
commits into
conan-io:master
Choose a base branch
from
solvingj:add_ci_cd_content
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
… them in lockfiles
…m builds older than the direct upstream
…_upstream_lockfiles
…create_package_id_map. more appropriate place, and enables it to capture the package_id_map in the commit
…_build_order to handle multiple product lockfiles properly
…nt custom condition for packagepipeline enabling rebuilds in PR after successive commits, fixed promotion bug which missed app package
…s for pipeline executions, solve develop branch build, fix handling of lockfile commit conflicts
… py scripts, install and promote 1-lockfile-per-container rather than per-package id for promote pipeline
Change cicd to ci in bootstrap
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.
Status:
To execute, do the following
$ docker-compose --env-file .cicd.env -f docker-compose-cicd.yml \ -f docker-compose.yml up -d $ docker exec -it conan-training-cicd bash
The nice part is that the containers and network all come up with -cicd suffix, making them completely independent containers from the ones used in essentials. We won't overwrite your data or break anyting.
At the same time, we get the benefit that the common layers will be shared, so storage is great (thanks docker).