[wip] Testing k8s 1.4 on travis with go 1.7#252
Open
pigmej wants to merge 26 commits intoMirantis:masterfrom
Open
[wip] Testing k8s 1.4 on travis with go 1.7#252pigmej wants to merge 26 commits intoMirantis:masterfrom
pigmej wants to merge 26 commits intoMirantis:masterfrom
Conversation
Instead of running ac-run inside of the appcontroller pod user will have to create documented config map with several fields (concurrency, labels selector). appcontroller process will listen to changes for that config map and run deployment graph processing, on deletion of configmap we will terminate deployment workflow. It will allow us to provide guarantees that workflow will be finished even if appcontroller pod will crash.
Updated roadmap in readme
Bump k8s on CI to 1.5.4 and 1.4.9
Refactor appcontroller to work as long running controller
This is mainly required for tests and not supposed to be used on production
Use kubeadm on CI and make it work on kube 1.6
Remove all runit related scripts
- Add copyright notices - Currently, CI pushing images only with latest tag: https://travis-ci.org/Mirantis/k8s-AppController/jobs/203410745#L1998-L2001 No one paid attention to this, because the "after_success" step failure doesn't fail build: travis-ci/travis-ci#758 And at the moment a good fix is to use this as the last entry of "script" step instead of "after_success" step.
- Fixed syntax
Fixed docker publish
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
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.
This change is