- Aug 05, 2020
-
-
Maxime Guyot authored
-
- Jul 27, 2020
-
-
Maxime Guyot authored
-
- Jul 20, 2020
-
-
Florent Monbillard authored
-
- Jun 26, 2020
-
-
Maxime Guyot authored
-
- Jun 25, 2020
-
-
bozzo authored
This will avoid SSH connection on the local host
-
- May 27, 2020
-
-
Craig Rodrigues authored
- Directly update the main.yml file with the new hashes.
-
- Mar 27, 2020
-
-
Craig Rodrigues authored
- make it follow redirects - error out if an HTTP error is encountered
-
- Mar 21, 2020
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Mar 13, 2020
-
-
Maxime Guyot authored
-
- Dec 18, 2019
-
-
Matthew Mosesohn authored
Change-Id: I4498d1c0585ee98c23856208d660caadf67cab34
-
- Jul 16, 2019
-
-
Andreas Krüger authored
* Let Premoderator script add labels * Fix JQ error * Minor fixes * Debug patch label output * Try again * Try again * Try again * Try again * Try again * Minor cleanup
-
- May 16, 2019
-
-
MarkusTeufelberger authored
-
- May 03, 2019
-
-
MarkusTeufelberger authored
-
- Apr 20, 2019
-
-
Maxime Guyot authored
Broken since 4efb0b78
-
- Apr 06, 2019
-
-
Andreas Krüger authored
* Update premoderator to fix Github API throttle * Update premoderator script Add exit codes and document the exit code. * Fix indentation
-
- Feb 05, 2019
-
-
Matthew Mosesohn authored
Run only commands that apply to the current deployed cluster (only get calico info and skip weave/flannel when deploying calico, for example). Add helm release info if helm is deployed
-
- Nov 28, 2018
-
-
Andreas Krüger authored
-
- Oct 24, 2018
-
-
Louis authored
-
- Mar 12, 2018
-
-
Cyril Jouve authored
-
- Jan 02, 2018
-
-
Steve Mitchell authored
-
- Jun 23, 2017
-
-
Spencer Smith authored
-
- Apr 10, 2017
-
-
Matthew Mosesohn authored
-
- Mar 17, 2017
-
-
Vladimir Rutsky authored
Currently Kubernetes version can be selected using "kube_version" variable.
-
- Feb 15, 2017
-
-
Vladimir Rutsky authored
-
- Feb 13, 2017
-
-
Antoine Legrand authored
-
- Jan 25, 2017
-
-
Brad Beam authored
- Attempt to clarify CI runs from contributors
-
- Jan 04, 2017
-
-
Bogdan Dobrelya authored
Do not run unit-tests for master merges. Fix the permissive "null" user. Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
Bogdan Dobrelya authored
For security and resources utilization reasons, do not auto-start CI for opened/updated PRs. A member of the kubernetes-incubator github org has first to approve that the PR is reasonable to test by putting the "ci check this" into the PR's comments. If approved that way, the CI pipeline starts as always. Only the 1st step of the pipeline is premoderatied, the rest will follow each over on success. Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Dec 28, 2016
-
-
Bogdan Dobrelya authored
* Add restart for weave service unit * Reuse docker_bin_dir everythere * Limit systemd managed docker containers by CPU/RAM. Do not configure native systemd limits due to the lack of consensus in the kernel community requires out-of-tree kernel patches. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Dec 27, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Dec 20, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Dec 15, 2016
-
-
Bogdan Dobrelya authored
* Reduce default testcase to 2 nodes, add HA case. * Adjust gen_matrix script for Travis/Gitlab CIs. * Enable netchecker deploy foro gitlab CI. * Sync other things from travis matrix and reorder them as build steps for pull requests, master branch, auto/manual. * Do auto-step1 from part1 and manual step2,3 for branches/PRs. * Do manual steps from part2, special for master merges. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Dec 13, 2016
-
-
Bogdan Dobrelya authored
Also place in global vars and do not repeat the kube_*_config_dir and kube_namespace vars for better code maintainability and UX. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Dec 09, 2016
-
-
Bogdan Dobrelya authored
Add tags to allow more granular tasks filtering. Add generator script for MD formatted tags found. Add docs for tags how-to. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Dec 07, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Nov 22, 2016
-
-
Bogdan Dobrelya authored
Pre download all required container images as roles' deps. Drop unused flannel-server-helper images pre download. Improve pods creation post-install test pre downloaded busybox. Improve logs collection script with kubectl describe, fix sudo/etcd/weave commands. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Nov 18, 2016
-
-
Bogdan Dobrelya authored
* Add download_localhost for the download_run_once mode, which is use the ansible host (a travis node for CI case) to store and distribute containers across cluster nodes in inventory. Defaults to false. * Rework download_run_once logic to fix idempotency of uploading containers. * For Travis CI, enable docker images caching and run Travis workers with sudo enabled as a dependency * For Travis CI, deploy with download_localhost and download_run_once enabled to shourten dev path drastically. * Add compression for saved container images. Defaults to 'best'. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com> Co-authored-by:
Aleksandr Didenko <adidenko@mirantis.com>
-
- Nov 17, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Nov 15, 2016
-
-
Bogdan Dobrelya authored
For Travis CI and GCE, add a naive generator script into a markdown table. Add GCE/Travis CI matrix docs. Add CoreOS test cases. Rework existing cases w/o loosing of coverage. Rework postinstall tests to support CoreOS as well. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-