Skip to content
Snippets Groups Projects
  1. Jan 16, 2024
    • Max Gautier's avatar
      Fix etcd client generation (#10769) · a9e29a9e
      Max Gautier authored
      * ci: redefine multinode to node-etcd-client
      
      This should allow to catch several class of problem rather than just
      one -> from network plugin such as calico or cilium talking directly to
      the etcd.
      
      * Dynamically define etcd host range
      
      This has two benefits:
      - We don't play the etcd role twice for no reason
      - We have access to the whole cluster (if needed) to use things like
        group_by.
      Unverified
      a9e29a9e
  2. Dec 20, 2023
  3. Dec 18, 2023
  4. Jul 01, 2021
  5. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      Unverified
      360aff4a
  6. Mar 24, 2021
  7. Jun 25, 2020
  8. Jun 18, 2020
  9. Dec 04, 2019
  10. Apr 20, 2019
  11. Feb 18, 2017
  12. Dec 22, 2016
  13. Dec 20, 2016
  14. Dec 16, 2016
  15. Dec 15, 2016
    • Bogdan Dobrelya's avatar
      Manual steps for Gitlab CI pipeline · ad68b23d
      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: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      ad68b23d
  16. Dec 14, 2016
  17. Nov 29, 2016
    • Bogdan Dobrelya's avatar
      Reduce CI test matrix · a2331fec
      Bogdan Dobrelya authored
      
      Reduce the test cases from 15 to 9, bearing in mind that:
      * Disable weave/coreos gate unless its deployment fixed
      * If debian/centos7 fails with net plugin X, ubuntu-xenial/rhel-7 will
        likely fail as well
      * Canal also covers the flannel plugin deployment, but keep at least one
        of the flannel plugin deployment, unless it's superseded and removed.
      * Keep at least one of each OS/plugin family to be tested in the separate
        nodes layout
      * Keep at least one of each OS family to be tested against each of the
        plugin types in default nodes layout
      * Rebalance GCE regions for instances, replace asia to eu/us as they
        are the longest running jobs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      a2331fec
    • Bogdan Dobrelya's avatar
  18. Nov 15, 2016
Loading