Followup opendev cleanup and test jobs
Change-Id: Iabab934d95f394af37ce70b3ee63761503fcb847 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
36fd7c9f69
commit
fda050e571
@ -1,5 +1,6 @@
|
||||
stx-tools
|
||||
=========
|
||||
=====
|
||||
tools
|
||||
=====
|
||||
|
||||
StarlingX Build Tools
|
||||
---------------------
|
||||
@ -279,7 +280,7 @@ Initialize the source tree.
|
||||
.. code-block:: bash
|
||||
|
||||
cd $MY_REPO_ROOT_DIR
|
||||
repo init -u https://git.openstack.org/openstack/stx-manifest.git -m default.xml
|
||||
repo init -u https://opendev.org/starlingx/manifest.git -m default.xml
|
||||
repo sync
|
||||
|
||||
To generate cgcs-centos-repo
|
||||
@ -330,7 +331,7 @@ built by this build system. The symptom of this issue is that even if
|
||||
the build is successful, the ISO will be unable to boot.
|
||||
|
||||
For more specific instructions on how to solve this issue, please the
|
||||
README on ``installer`` folder in ``stx-beas`` repository.
|
||||
README on ``installer`` folder in ``metal`` repository.
|
||||
|
||||
WARNING HACK WARNING
|
||||
--------------------
|
||||
|
@ -46,7 +46,7 @@ To ease checkout do:
|
||||
ssh-add
|
||||
To start a fresh source tree:
|
||||
cd \$MY_REPO_ROOT_DIR
|
||||
repo init -u https://git.starlingx.io/stx-manifest.git -m default.xml
|
||||
repo init -u https://opendev.org/starlingx/manifest.git -m default.xml
|
||||
To build all packages:
|
||||
cd \$MY_REPO
|
||||
build-pkgs or build-pkgs <pkglist>
|
||||
|
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@ minversion = 2.3
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
OS_STDOUT_CAPTURE=1
|
||||
OS_STDERR_CAPTURE=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user