Skip to content

Commit 627a168

Browse files
authored
Fix E2E job failure (#808)
1 parent 1538017 commit 627a168

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hack/boskos.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ checkout_account(){
4242
echo "export BOSKOS_RESOURCE_NAME=$(echo ${output} | jq -r '.name')"
4343
echo "export BOSKOS_RESOURCE_ID=$(echo ${output} | jq -r '.userdata["service-instance-id"]')"
4444
echo "export IBMCLOUD_API_KEY=$(echo ${output} | jq -r '.userdata["api-key"]')"
45-
echo "export RESOURCE_GROUP=$(echo ${output} | jq -r '.userdata["resource-group"]')"
4645
else
4746
echo "Got invalid response- ${status_code}"
4847
exit 1

scripts/ci-e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
3434
mkdir -p "${ARTIFACTS}/logs/"
3535

3636
ARCH=$(uname -m)
37-
PVSADM_VERSION=${PVSADM_VERSION:-"v0.1.4-alpha.3"}
37+
PVSADM_VERSION=${PVSADM_VERSION:-"v0.1.7"}
3838
E2E_FLAVOR=${E2E_FLAVOR:-}
3939
REGION=${REGION:-"us-south"}
4040

@@ -58,7 +58,7 @@ create_powervs_network_instance(){
5858
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
5959

6060
# Login to IBM Cloud using the API Key
61-
ibmcloud login -a cloud.ibm.com -r ${REGION} -g ${RESOURCE_GROUP}
61+
ibmcloud login -a cloud.ibm.com -r ${REGION}
6262

6363
# Install power-iaas command-line plug-in and target the required service instance
6464
ibmcloud plugin install power-iaas

0 commit comments

Comments
 (0)