diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-12 17:05:37 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-12 17:37:21 +0200 |
commit | 464915e725e9434b3f15f229ede9914e3c9977a2 (patch) | |
tree | ecd0c6800db3854f2873b1be80b513df4ffce559 | |
parent | bea090a9a959a13043789be229c11076cc56d40d (diff) |
Switch to Gerrit for scenario source urls
In the past, there were cases where the Git mirrors were
out of sync with Gerrit which caused the use of outdated
repos. This change switches all scenarios to Gerrit.
Apart from that, it also aligns the urls across all scenarios.
Change-Id: I5301630a71446df8668f16c81bf26d81bcea8031
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index a8361535..65a880d3 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -28,7 +28,7 @@ - scenario: os-nosdn-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature installers: @@ -44,7 +44,7 @@ - scenario: os-odl-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/os-odl-nofeature/role/os-odl-nofeature installers: @@ -59,7 +59,7 @@ - scenario: k8-nosdn-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature installers: |