File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
jenkins/scripts/dynamic_worker_workflow Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ METADATA_PATH="/tmp/metadata.txt"
6666
6767sudo rm -rf " ${IPA_BUILD_WORKSPACE} "
6868# Update apt packages
69- sudo apt-get update -y
69+ sudo apt-get update -y
7070
7171# Install required packages
7272sudo apt-get install --yes python3-pip python3-virtualenv qemu-utils
@@ -114,7 +114,8 @@ python3 -m pip install "./${IPA_BUILDER_PATH}"
114114# Configure the IPA builder to pull the IPA source from Nordix fork
115115export DIB_REPOLOCATION_ironic_python_agent=" ${IPA_BUILD_WORKSPACE} /ironic-python-agent"
116116export DIB_REPOREF_requirements=" ${OPENSTACK_REQUIREMENTS_REF} "
117- export DIB_REPOREF_ironic_python_agent=" ${IPA_REF} "
117+ export DIB_REPOREF_ironic_python_agent=" ${IPA_BRANCH} "
118+ export DIB_REPOLOCATION_ironic_python_agent=" ${IPA_REPO} "
118119export DIB_DEV_USER_USERNAME=metal3
119120if [ " ${ENABLE_DEV_USER_PASS} " == " true" ]; then
120121export DIB_DEV_USER_PWDLESS_SUDO=yes
You can’t perform that action at this time.
0 commit comments