Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cube-doctor
Commits
a58bf2c06414
Commit
026c91a3
authored
Sep 17, 2021
by
Laurent Peuch
Browse files
ci: new python image breaks evolve integration
parent
94dd09f11ad0
Pipeline
#83707
passed with stage
in 20 minutes and 32 seconds
Changes
1
Pipelines
39
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a58bf2c0
...
...
@@ -35,16 +35,17 @@ py3:
-
tox -e py3
auto-mr
:
image
:
debian:buster
only
:
variables
:
-
$AUTO_MR
before_script
:
-
pip install -r requirements.txt
-
pip install -e .
-
echo -e "[extensions]\nevolve =\ntopic =" >> ~/.hgrc
-
apt-get update
-
apt-get install python-pip -y
-
apt-get install python-pip
python3-pip mercurial
-y
-
python2 -m pip install hg-evolve
-
pip3 install -r requirements.txt
-
pip3 install -e .
-
echo -e "[extensions]\nevolve =\ntopic =" >> ~/.hgrc
-
echo -e "[ui]" >> ~/.hgrc
-
echo -e "username = Cube Doctor <cube-doctor@logilab.fr>" >> ~/.hgrc
-
echo -e "[auth]" >> ~/.hgrc
...
...
@@ -52,9 +53,9 @@ auto-mr:
-
echo -e "forge.username = token-cube-doctor" >> ~/.hgrc
-
echo -e "forge.password = $GITLAB_TOKEN" >> ~/.hgrc
script
:
-
python cube_doctor/doctor_hg.py
rebase-all-my-mrs -a
-
python cube_doctor/doctor_hg.py
auto-mr -m
-
python cube_doctor/doctor_hg.py
auto-mr
-
cube-doctor
rebase-all-my-mrs -a
-
cube-doctor
auto-mr -m
-
cube-doctor
auto-mr
artifacts
:
paths
:
-
created_mr.log
...
...
@@ -70,17 +71,18 @@ relaunch_broken_ci_jobs:
-
python relaunch_broken_ci_jobs.py
update-flake8-ok-files
:
image
:
debian:buster
only
:
variables
:
-
$BASH_SCRIPTS
-
$UPDATE_FLAKE8_OK_FILES
before_script
:
-
pip install -r requirements.txt
-
pip install -e .
-
echo -e "[extensions]\nevolve =\ntopic =\nshelve =" >> ~/.hgrc
-
apt-get update
-
apt-get install python-pip -y
-
apt-get install python-pip
python3-pip mercurial
-y
-
python2 -m pip install hg-evolve
-
pip3 install -r requirements.txt
-
pip3 install -e .
-
echo -e "[extensions]\nevolve =\ntopic =\nshelve =" >> ~/.hgrc
-
echo -e "[ui]" >> ~/.hgrc
-
echo -e "username = Laurent Peuch <cortex@worlddomination.be>" >> ~/.hgrc
-
echo -e "[auth]" >> ~/.hgrc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment