Fix 'upper_constraints_file' job var definition

Change-Id: I7b7a06b2989f849f5acf1d9234b6bf7579567833
This commit is contained in:
Federico Ressi 2020-10-01 11:07:07 +02:00
parent fc55b8cdd0
commit 796e491fc0
2 changed files with 4 additions and 4 deletions

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@ VAGRANTFILE_API_VERSION = "2"
CPUS = 4
# Customize the amount of memory on the VM
MEMORY = ENV.fetch("VM_SIZE", "8192").to_i
MEMORY = ENV.fetch("VM_SIZE", "12288").to_i
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.

View File

@ -89,9 +89,9 @@
test_log_debug: true
test_case_timeout: 1800
tobiko_dir: '/opt/stack/tobiko'
upper_constraints_file: >-
{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/
upper-constraints.txt'
requirements_dir: >-
{{ ansible_user_dir }}/src/opendev.org/openstack/requirements
upper_constraints_file: '{{ requirements_dir }}/upper-constraints.txt'
pre-run: playbooks/devstack/pre.yaml
run: playbooks/devstack/run.yaml