File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ trap cleanup EXIT
38
38
39
39
# Ensure that python3-pip is installed.
40
40
apt update
41
- apt install -y python3-pip
41
+ apt install -y python3-pip python3-requests
42
42
rm -rf /var/lib/apt/lists/*
43
43
44
44
# Install/upgrade pip and requests module explicitly for HTTP calls.
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ cleanup() {
47
47
trap cleanup EXIT
48
48
49
49
# Install requests module explicitly for HTTP calls
50
- python3 -m pip install requests
50
+ apt update
51
+ apt install -y python3-pip python3-requests
51
52
52
53
# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
53
54
if [ -n " ${BOSKOS_HOST:- } " ]; then
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ cleanup() {
47
47
trap cleanup EXIT
48
48
49
49
# Install requests module explicitly for HTTP calls
50
- python3 -m pip install requests
50
+ apt update
51
+ apt install -y python3-pip python3-requests
51
52
52
53
# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
53
54
if [ -n " ${BOSKOS_HOST:- } " ]; then
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ cleanup() {
47
47
trap cleanup EXIT
48
48
49
49
# Install requests module explicitly for HTTP calls
50
- python3 -m pip install requests
50
+ apt update
51
+ apt install -y python3-pip python3-requests
51
52
52
53
# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
53
54
if [ -n " ${BOSKOS_HOST:- } " ]; then
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ apt install -y python3-pip
53
53
rm -rf /var/lib/apt/lists/*
54
54
55
55
# Install/upgrade pip and requests module explicitly for HTTP calls.
56
- python3 -m pip install --upgrade pip requests
56
+ apt update
57
+ apt install -y python3-pip python3-requests
57
58
58
59
# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
59
60
if [ -n " ${BOSKOS_HOST:- } " ]; then
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ providers:
123
123
files :
124
124
- sourcePath : " ./shared/v1beta1_provider/metadata.yaml"
125
125
- sourcePath : " ./infrastructure-aws/capi-upgrades/v1beta1/cluster-template.yaml"
126
- - name : v2.0 .99
126
+ - name : v2.2 .99
127
127
# Use manifest from source files
128
128
value : ../../../config/default
129
129
# Do not add contract field for v1beta1 --> v1beta2 clusterctl upgrades test to work.
You can’t perform that action at this time.
0 commit comments