Skip to content

Commit b2193e3

Browse files
committed
Use github mirrors by default
The github action runs on github infra, we should use github mirrors. This setting can be changed back to opendev.org by setting an override like this: conf_overrides: | GIT_BASE=https://opendev.org
1 parent 623fe69 commit b2193e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ runs:
5757
LOGFILE=${{ inputs.log_dir }}/devstack.log
5858
USE_PYTHON3=True
5959
INSTALL_TEMPEST=False
60+
GIT_BASE=https://github.com
6061
EOF
6162
# horizon does not work in github action, permission error
6263
# dstat log takes too much memory to be stored by log artifacts

0 commit comments

Comments
 (0)