• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Mirantis / kqueen
81%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Repo Added 26 Sep 2017 07:05PM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH eks-refactor
branch: eks-refactor
CHANGE BRANCH
x
Reset
  • eks-refactor
  • add-allowed-ips-to-enable-calico
  • add-autopep8
  • add-help-messages
  • add-jenkins-job-url
  • add-lock-to-save
  • add-override-parameters-to-jenkins
  • add-status-message
  • add-unique-username-check
  • add-uuid-validator
  • aeg-demo
  • aeg-demo2
  • ans-ref-mk2
  • ansible-refactor
  • asyncio-fix
  • asyncio-fix2
  • asyncioloop
  • autogeneratename
  • aws-eks
  • azure-hotfix
  • bump
  • calico-aws
  • calico-dropdown
  • catch-subprocess-exception
  • celery-experimental
  • change-default-directory
  • cl-actions-docs
  • clear-resources
  • codacy
  • config-refactor
  • crud
  • delete-cluster
  • demo-bump
  • dependabot/pip/cryptography-3.2
  • dependabot/pip/flask-1.0
  • dependabot/pip/urllib3-1.26.5
  • destinguish-node-counts
  • dns-os-fix
  • doc-update
  • docker
  • docker-ldap
  • docker-refactor
  • docs
  • docs-fix
  • docs2
  • edits
  • enable_persistent_volumes
  • etcd
  • etcd-backup-script
  • exc-msg
  • filters
  • fip-ssl
  • fix-api-spec
  • fix-api-spec-build
  • fix-azure-exceptions
  • fix-ci
  • fix-deletion
  • fix-demo
  • fix-doc-build
  • fix-ldap-auth
  • fix-log-file-error-travis
  • fix-resizing
  • fix-travis
  • forbid-superadmin-deletion
  • gce-calico
  • gce-list
  • gce-list-check
  • get-auth-params
  • get-rid-of-pycrypto
  • get-rid-of-pycrypto-2
  • gkeimprovements
  • healthcheck
  • heat-provisioner
  • helm
  • helm-experimental
  • improve-exception-from-etcd
  • improve-os-kubespray
  • jenkins-check
  • jenkins-ctx
  • jenkins-downgrade
  • jenkins-status
  • kqueen-docs
  • kqueen-eks
  • kqueen-ldap
  • ldap
  • ldap-search
  • linked_class
  • log-level
  • logging
  • logging-mk2
  • mail-check
  • make-k8s-images-confogurable
  • make-org-namespace-unique
  • make-responses-secure
  • manual-check
  • manual-engine-fix
  • master
  • mccabe
  • minor-improvemtns
  • mz-refactor
  • network-provider-label
  • newpipeline
  • nginx-deploy
  • oldpipeline
  • openbrokerapi
  • openstack-provisioner
  • organization-management
  • os-docs
  • pagination
  • prometheus-check
  • provcheck
  • provisionerlivecheck
  • refactoring
  • release-0.18
  • release-0.19
  • release-1.0
  • remote-class
  • resolve-ports
  • return-correct-codes
  • revert-131-kubernetesrbac
  • revert-334-validate-before-provision
  • rst-refactor
  • self-delete
  • separate-flavors-for-masters-and-slaves
  • set-correct-error-code
  • set-order-to-the-engine-params
  • sorting
  • ss3
  • test-wrong-commit
  • tests
  • tweaks
  • update-api-spec
  • update-cluster-detail
  • update-config-doc
  • update-demo
  • update-kubespray-provisioner-feedback
  • update-logging
  • update-prod
  • update_devenv_script
  • v0.18
  • v0.19
  • v1.0
  • validate-before-provision
  • validators
  • verify-aks-provisioner
  • viz

pending completion
2952

push

travis-ci

vnaumov
Refactor EKS

- Template structure defined
- Kubeconfig download fixed
- Cluster states fixed
- Engine status fixed
- TODO added

current issue related with kqueen-k8s-api methods:
```
api_1           | Traceback (most recent call last):
api_1           |   File "/code/kqueen/models.py", line 124, in status
api_1           |     'addons': kubernetes.list_services(filter_addons=True),
api_1           |   File "/code/kqueen/kubeapi.py", line 238, in list_services
api_1           |     include_uninitialized=include_uninitialized
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/apis/core_v1_api.py", line 14358, in list_service_for_all_namespaces
api_1           |     (data) = self.list_service_for_all_namespaces_with_http_info(**kwargs)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/apis/core_v1_api.py", line 14455, in list_service_for_all_namespaces_with_http_info
api_1           |     collection_formats=collection_formats)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/api_client.py", line 321, in call_api
api_1           |     _return_http_data_only, collection_formats, _preload_content, _request_timeout)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/api_client.py", line 155, in __call_api
api_1           |     _request_timeout=_request_timeout)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/api_client.py", line 342, in request
api_1           |     headers=headers)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/rest.py", line 231, in GET
api_1           |     query_params=query_params)
api_1           |   File "/usr/local/lib/python3.6/site-packages/kubernetes/client/rest.py", line 222, in request
api_1           |     raise ApiException(http_resp=r)
api_1           | kubernetes.client.rest.ApiException: (403)
```
faced when try to parse k8s config body

3371 of 4173 relevant lines covered (80.78%)

0.81 hits per line

Relevant lines Covered
Build:
Build:
4173 RELEVANT LINES 3371 COVERED LINES
0.81 HITS PER LINE
Source Files on eks-refactor
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2952 eks-refactor Refactor EKS - Template structure defined - Kubeconfig download fixed - Cluster states fixed - Engine status fixed - TODO added current issue related with kqueen-k8s-api methods: ``` api_1 | Traceback (most recent call last): api_1 ... push 10 Jun 2018 07:37AM UTC vnaumov travis-ci pending completion  
2946 eks-refactor Refactor EKS - Template structure defined - Kubeconfig download fixed - Cluster states fixed - Engine status fixed - TODO added current issue related with kqueen-k8s-api methods: ``` api_1 | Traceback (most recent call last): api_1 ... push 07 Jun 2018 05:16PM UTC vnaumov travis-ci pending completion  
See All Builds (3978)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc