Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8620c42c
Commit
8620c42c
authored
Jul 19, 2023
by
Felipe Andrade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ufm): add ufm to ci
parent
6c5d8c62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
config.yml
.circleci/config.yml
+15
-0
tag-service.yml
.github/workflows/tag-service.yml
+4
-3
No files found.
.circleci/config.yml
View file @
8620c42c
...
...
@@ -1720,6 +1720,21 @@ workflows:
-
oplabs-gcr-release
requires
:
-
hold
-
docker-release
:
name
:
op-ufm-docker-release
filters
:
tags
:
only
:
/^op-ufm\/v.*/
branches
:
ignore
:
/.*/
docker_file
:
op-ufm/Dockerfile
docker_name
:
op-ufm
docker_tags
:
<<pipeline.git.revision>>,<<pipeline.git.branch>>
docker_context
:
.
context
:
-
oplabs-gcr-release
requires
:
-
hold
-
docker-release
:
name
:
proxyd-docker-release
filters
:
...
...
.github/workflows/tag-service.yml
View file @
8620c42c
...
...
@@ -18,13 +18,14 @@ on:
required
:
true
type
:
choice
options
:
-
ci-builder
-
fault-detector
-
indexer
-
op-node
-
op-batcher
-
op-proposer
-
op-ufm
-
proxyd
-
indexer
-
fault-detector
-
ci-builder
prerelease
:
description
:
Increment major/minor/patch as prerelease?
required
:
false
...
...
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