Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Announcement:
OGS Community Meeting 2022 in September
Open sidebar
ogs
OpenGeoSys Tools
r2ogs6
Commits
389da47a
Commit
389da47a
authored
Nov 27, 2021
by
phit0
Browse files
[ci] pipeline rules for benchmark tests
parent
cfb74adc
Pipeline
#7425
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
389da47a
image
:
rocker/tidyverse
stages
:
-
test
-
benchmark-test
test
:
stage
:
test
tags
:
...
...
@@ -28,5 +32,15 @@ test:
-
"
$RETICULATE_MINICONDA_PATH"
-
"
$RETICULATE_PYTHON_ENV"
# script will only run then attempting to merge/push to master
only
:
-
merge_requests
\ No newline at end of file
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"api"'
benchmark-test
:
stage
:
benchmark-test
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"api"'
when
:
on_success
script
:
-
echo Hello World
Write
Preview
Supports
Markdown
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