Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
21bf6b40
Commit
21bf6b40
authored
5 years ago
by
Lucas Nussbaum
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab-ci] add rspec tests
parent
4b724830
No related branches found
No related tags found
1 merge request
!67
Various fixes (opa property, creation of deploy and besteffort, cosmetic stuff)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
21bf6b40
...
...
@@ -49,3 +49,15 @@ deploy:
-
grid5000-shell
script
:
-
/srv/ci-runner-scripts/bin/update-api-servers
rspec
:
stage
:
deploy
# we use 'deploy' here to avoid blocking on this when updating the ref-repo
tags
:
-
grid5000-docker
image
:
debian:buster
script
:
-
apt-get update && apt-get -y install ruby ruby-dev build-essential rake git
-
gem install bundler -v 1.17.3
-
bundle install
-
export TZ=Europe/Paris
-
bundle exec rspec
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