Commit Graph

6 Commits

Author SHA1 Message Date
Hervé Beraud 359cc1e138 Remove python-dev from bindep
This patch removes few packages from 'bindep.txt' which no longer
supported by jammy to fix the CI.

Co-Authored-By: manchandavishal <manchandavishal143@gmail.com>
Change-Id: I636a2d6ac66b98bc2513db8e65066b30bf5068fb
2022-11-09 10:08:55 +05:30
manchandavishal 3fc494d173 [goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

removing the python-zmq from bindep as that is py2 things and not
available/needed for Focal/Victoria testing.

Fixing:
- bug#1886298
Bump the lower constraints for required deps which added python3.8
support in their later version.
Story: #2007865
Task: #40216

Closes-Bug: #1886298

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal

Change-Id: If68e8dcb2295267195acc4918abe5167e863a7f2
2020-08-12 13:06:35 +00:00
Luigi Toscano bd66017874 Native Zuul v3 dashboard-integration test
- create a native Zuul v3 job, and move it to experimental
  until it works;
- install libav-utils on dpkg systems and enable the capture
  of the video;
- adapt to the changes in OverviewPage:
  * go_to_system_flavorspage -> go_to_admin_compute_flavorspage
  * go_to_compute_imagespage -> go_to_project_compute_imagespage

The job is failing right now, but apart the increased running time,
at least the tests are now executed.

Story: 2001686
Task: 8662

Change-Id: I311203779bd3e6c6660cfe1b84e89c7dc0825c98
2019-02-21 00:47:34 +01:00
sunqingliang6 0182bfce2e fix wrong url in bindep.txt, replate http with https
Change-Id: If0276d04159e46cf4488904000924ecb5798c0ff
2018-01-17 11:29:08 +08:00
Nguyen Van Trung b359a6f657 Update bindep.txt for doc builds
https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation
specifies that doc dependencies need the doc tag in bindep, use it.

Leave test environment in for transition period until we use the new
scripts.

Change-Id: I0a18fe9c50d88903db6e39a00c75a31d567c1fb8
2017-11-22 13:41:29 +07:00
Andreas Jaeger 1a19b8851c Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I2e8cdde59ceee844b1ef87f8844c1712ebc41cd1
2016-08-12 21:15:06 +02:00