Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
empyre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teresa Weßels
empyre
Commits
a48d9d36
Commit
a48d9d36
authored
6 years ago
by
Jan Caron
Browse files
Options
Downloads
Patches
Plain Diff
Configured gitlab-ci.yml to use the new jugit GitLab server
parent
acc30092
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-6
5 additions, 6 deletions
.gitlab-ci.yml
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
6
View file @
a48d9d36
...
...
@@ -6,13 +6,12 @@ before_script:
-
mkdir -p --mode=700 ~/.ssh/
# Add SSH key for jutil:
-
echo "$ID_RSA_JUTIL_PRIVATE" > ~/.ssh/id_rsa_jutil
# Configure SSH to use ~/.ssh/id_rsa_jutil for jugit.fz-juelich.de (-e allows \n):
-
echo -e "Host jugit.fz-juelich.de\n\tIdentityFile ~/.ssh/id_rsa_jutil\n" > ~/.ssh/config
# Add jugit.fz-juelich.de to known_hosts (not the same key as Jutil!):
-
echo jugit.fz-juelich.de, 134.94.130.31 "$ID_RSA_JUTIL_PUBLIC" > ~/.ssh/known_hosts
# Provide read access to owner (octal value code: 400) to jutil key and known_hosts with chmod:
-
chmod 400 ~/.ssh/id_rsa_jutil
# Configure SSH to use ~/.ssh/jutil_key for iffgit.fz-juelich.de (-e allows \n):
-
echo -e "Host iffgit.fz-juelich.de\n\tIdentityFile ~/.ssh/id_rsa_jutil\n" > ~/.ssh/config
# Add iffgit.fz-juelich.de to known_hosts (not the same key as Jutil!):
-
echo iffgit.fz-juelich.de,134.94.161.83 "$ID_RSA_JUTIL_PUBLIC" > ~/.ssh/known_hosts
# Provide read access to owner (octal value code: 400) to known_hosts with chmod:
-
chmod 400 ~/.ssh/known_hosts
# Install necessary apps like git and mesa-utils (needed for GL):
# TODO: Check if this is still needed after removing mayavi!?
...
...
@@ -32,7 +31,7 @@ test_miniconda:
-
conda uninstall mayavi vtk -y
# TODO: necessary, because mayavi does not play nice with qt5!
-
conda install pyqt=5
# TODO: This is needed for tests to run, but breaks mayavi (not used)!
# Install jutil via secure ssh connection:
-
pip install git+ssh://gitlab@
iff
git.fz-juelich.de/unger/jutil.git
-
pip install git+ssh://gitlab@
ju
git.fz-juelich.de/unger/jutil.git
# Execute tests:
-
python setup.py test
# Create coverage report:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment