Skip to content

CI: fix kokoro failures #1964

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

Merged

Conversation

lpawelcz
Copy link
Contributor

@lpawelcz lpawelcz commented Feb 1, 2022

Signed-off-by: Pawel Czarnecki [email protected]

Description

I see that kokoro fails in recent CI runs with:

++ pyenv install -f 3.6.3
Downloading Python-3.6.3.tar.xz...
-> https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz
Installing Python-3.6.3...
Installed Python-3.6.3 to /home/kbuilder/.pyenv/versions/3.6.3

++ pyenv global 3.6.3
++ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2548k  100 2548k    0     0  18.8M      0 --:--:-- --:--:-- --:--:-- 18.8M
++ python3 get-pip.py
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.

As a fix I bumped python version in kokoro script to 3.7.0.

Related Issue

Noticed it after creating PR: #1963

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Signed-off-by: Pawel Czarnecki <[email protected]>
@github-actions github-actions bot added the infra Project Infrastructure label Feb 1, 2022
@lpawelcz lpawelcz marked this pull request as ready for review February 1, 2022 13:22
@sfkhalid sfkhalid merged commit d15ed67 into verilog-to-routing:master Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants