Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CrestApi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
crest-db
CrestApi
Commits
20b2b126
Commit
20b2b126
authored
1 month ago
by
Andrea Formica
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-6.1-CR1' into 'master'
exclude auto-fix from tests. See merge request
!56
parents
ed93b997
5ddbc05a
No related branches found
No related tags found
1 merge request
!56
exclude auto-fix from tests.
Pipeline
#11078118
canceled
1 month ago
Stage: build_docker_image
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
20b2b126
...
...
@@ -72,6 +72,8 @@ build_container_job:
CONTEXT_DIR
:
"
"
PUSH_IMAGE
:
"
true"
DOCKER_FILE_NAME
:
"
Dockerfile"
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
!~
/^auto-fix-.*/'
apitest
:
stage
:
test
...
...
@@ -99,6 +101,8 @@ apitest:
./examples/crest_example_server http://crest-service:8080 api
echo "File system tests..."
./examples/crest_example_fs
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
!~
/^auto-fix-.*/'
crestcmd
:
# or any other appropriate stage
stage
:
compile-crestcmd
...
...
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