Skip to content
Snippets Groups Projects
Commit 06eabcb9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Upgrade virtualenv in pre"

parents a9d5d319 241e3474
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@
- bindep
- multi-node-firewall
tasks:
# TODO(mnasiadka): Remove once infra merges virtualenv fixes
- name: Upgrade virtualenv package
command: python3 -m pip install -U virtualenv
become: True
# We have had cases where the nodepool private IP address is not assigned,
# which causes hard to diagnose errors later on. Catch it early.
- name: Assert that the nodepool private IPv4 address is assigned
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment