Skip to content

Upgrades the openapi python client to v6.2.1 #1887

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
27 changes: 9 additions & 18 deletions kubernetes/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,22 @@
stages:
- test

.nosetest:
.tests:
stage: test
script:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pytest --cov=client

nosetest-2.7:
extends: .nosetest
image: python:2.7-alpine
nosetest-3.3:
extends: .nosetest
image: python:3.3-alpine
nosetest-3.4:
extends: .nosetest
image: python:3.4-alpine
nosetest-3.5:
extends: .nosetest
test-3.5:
extends: .tests
image: python:3.5-alpine
nosetest-3.6:
extends: .nosetest
test-3.6:
extends: .tests
image: python:3.6-alpine
nosetest-3.7:
extends: .nosetest
test-3.7:
extends: .tests
image: python:3.7-alpine
nosetest-3.8:
extends: .nosetest
test-3.8:
extends: .tests
image: python:3.8-alpine
4 changes: 2 additions & 2 deletions kubernetes/.openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Requested Commit: v4.3.0
Actual Commit: c224cf484b020a7f5997d883cf331715df3fb52a
Requested Commit: v6.2.1
Actual Commit: b0ce532bdc7436bf1ba377af5a72e5681565f2df
Loading