update openstack.org -> opendev.org
Change-Id: I3c943d837fc2deeadbdefddeca6532f702d22e32
This commit is contained in:
@@ -16,7 +16,7 @@ sudo yum erase -y epel-release || :
|
||||
|
||||
# Copied from toci_gate_test.sh...need to apply this fix on subnodes as well
|
||||
# TODO(pabelanger): Why is python-requests installed from pip?
|
||||
# TODO(amoralej): remove after https://review.openstack.org/#/c/468872/ is merged
|
||||
# TODO(amoralej): remove after https://review.opendev.org/#/c/468872/ is merged
|
||||
sudo pip uninstall certifi -y || true
|
||||
sudo pip uninstall urllib3 -y || true
|
||||
sudo pip uninstall requests -y || true
|
||||
|
||||
@@ -18,7 +18,7 @@ sudo yum erase -y epel-release || :
|
||||
# TODO(pabelanger): Why is python-requests installed from pip?
|
||||
# Reinstall python-requests if it was already installed, otherwise it will be
|
||||
# installed later when other packages are installed.
|
||||
# TODO(amoralej): remove after https://review.openstack.org/#/c/468872/ is merged
|
||||
# TODO(amoralej): remove after https://review.opendev.org/#/c/468872/ is merged
|
||||
sudo pip uninstall certifi -y || true
|
||||
sudo pip uninstall urllib3 -y || true
|
||||
sudo pip uninstall requests -y || true
|
||||
|
||||
@@ -54,7 +54,7 @@ function cherrypick {
|
||||
fi
|
||||
|
||||
pushd $TRIPLEO_ROOT/$PROJ_NAME
|
||||
git fetch https://review.openstack.org/openstack/$PROJ_NAME "$REFSPEC"
|
||||
git fetch https://review.opendev.org/openstack/$PROJ_NAME "$REFSPEC"
|
||||
# Abort on fail so we're not left in a conflict state
|
||||
git cherry-pick FETCH_HEAD || git cherry-pick --abort
|
||||
popd
|
||||
|
||||
@@ -10,7 +10,7 @@ import requests
|
||||
from colorama import Fore
|
||||
from colorama import init
|
||||
|
||||
GERRIT_DETAIL_API = "https://review.openstack.org/changes/{}/detail"
|
||||
GERRIT_DETAIL_API = "https://review.opendev.org/changes/{}/detail"
|
||||
GERRIT_USER_NAME = "zuul"
|
||||
ZUUL_PIPELINE = "check"
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ def get_gerrit_reviews(project, status="open", branch="master", limit="30"):
|
||||
status_query = ''
|
||||
if status:
|
||||
status_query = 'status: %s' % status
|
||||
cmd = 'ssh review.openstack.org -p29418 gerrit' \
|
||||
cmd = 'ssh review.opendev.org -p29418 gerrit' \
|
||||
' query "%s project: %s branch: %s" --comments' \
|
||||
' --format JSON limit: %s --patch-sets --current-patch-set'\
|
||||
% (status_query, project, branch, limit)
|
||||
@@ -148,7 +148,7 @@ def gen_html(data, html_file, table_file, stats_hours, job_names, options):
|
||||
color = COLORS.get(ci_result['status'], "#666666")
|
||||
result_types.add(ci_result['status'])
|
||||
job_columns += '<font color="%s">' % color
|
||||
gerrit_href = 'https://review.openstack.org/#/c/%s/%s"' % (
|
||||
gerrit_href = 'https://review.opendev.org/#/c/%s/%s"' % (
|
||||
result['url'].split('/')[-1], result['patchset']
|
||||
)
|
||||
job_columns += '<a STYLE="color : %s" href="%s">%s,%s</a>' % \
|
||||
|
||||
@@ -384,7 +384,7 @@ function delorean_setup {
|
||||
sudo yum install -y python-virtualenv
|
||||
fi
|
||||
|
||||
# Workaround until https://review.openstack.org/#/c/311734/ is merged and a new image is built
|
||||
# Workaround until https://review.opendev.org/#/c/311734/ is merged and a new image is built
|
||||
sudo yum install -y libffi-devel openssl-devel
|
||||
|
||||
# Add the current user to the mock group
|
||||
|
||||
Reference in New Issue
Block a user