diff --git a/.zuul.yaml b/.zuul.yaml index 6d9c288..3e10c43 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,7 @@ name: bindep-fallback description: | Check that bindep can install packages from - openstack-infra/project-config/jenkins/data/bindep-fallback.txt. + openstack-infra/project-config/nodepool/elements/bindep-fallback.txt. roles: - zuul: openstack-infra/zuul-jobs run: playbooks/bindep-fallback/run.yaml diff --git a/README.rst b/README.rst index 49c0d8e..2a097e5 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ bindep would select the ``libffi6`` package in all cases and if the would be selected. The following content gives some examples as used in the `default bindep file -`_ +`_ that OpenStack CI takes if no ``bindep.txt`` file exists for setup of some jobs. The examples only use the automatically defined profiles like ``platform:dpkg`` which is defined on Debian based systems. diff --git a/playbooks/bindep-fallback/run.yaml b/playbooks/bindep-fallback/run.yaml index 17b8860..eacf459 100644 --- a/playbooks/bindep-fallback/run.yaml +++ b/playbooks/bindep-fallback/run.yaml @@ -17,4 +17,4 @@ bindep_profile: test bindep_command: "{{ zuul_work_virtualenv }}/bin/bindep" # Define the global file so that no local file gets used. - bindep_file: /usr/local/jenkins/common_data/bindep-fallback.txt + bindep_file: /usr/local/bindep-fallback/bindep-fallback.txt