Skip to content

Commit

Permalink
ppc64le: Upgrade pip to fix issue with cryptography
Browse files Browse the repository at this point in the history
Both ppc64le jobs are currently broken when installing
cryptography-3.4.3 via pip. Other communities have fixed this
by upgrading pip [0]. Add a task to each job to upgrade
pip to the latest version.

[0] Azure/azure-cli#16858

Change-Id: I5abe51ef00932e0dabc2dfd3fb0fc907d66ca550
mjturek authored and Zuul CI committed Feb 11, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 924dba7 commit e893202
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins/jobs/tripleo-upstream-builders.yml
Original file line number Diff line number Diff line change
@@ -123,6 +123,11 @@
- '@Development Tools'
state: present
- name: 'Upgrade pip to latest version'
pip:
name: 'pip'
state: 'latest'
- name: 'Install python requirements'
pip:
name:
@@ -300,6 +305,11 @@
- '@Development Tools'
state: present
- name: 'Upgrade pip to latest version'
pip:
name: 'pip'
state: 'latest'
- name: 'Install pip requirement'
pip:
name: 'ansible==2.8.0'

0 comments on commit e893202

Please sign in to comment.