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
a97d50eb
Unverified
Commit
a97d50eb
authored
Jul 20, 2023
by
OptimismBot
Committed by
GitHub
Jul 20, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6360 from ethereum-optimism/felipe/ufm-ci
feat(ufm): add ufm to ci
parents
bbd27dd4
7be5a264
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 @
a97d50eb
...
@@ -1745,6 +1745,21 @@ workflows:
...
@@ -1745,6 +1745,21 @@ workflows:
-
oplabs-gcr-release
-
oplabs-gcr-release
requires
:
requires
:
-
hold
-
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
:
-
docker-release
:
name
:
proxyd-docker-release
name
:
proxyd-docker-release
filters
:
filters
:
...
...
.github/workflows/tag-service.yml
View file @
a97d50eb
...
@@ -18,13 +18,14 @@ on:
...
@@ -18,13 +18,14 @@ on:
required
:
true
required
:
true
type
:
choice
type
:
choice
options
:
options
:
-
ci-builder
-
fault-detector
-
indexer
-
op-node
-
op-node
-
op-batcher
-
op-batcher
-
op-proposer
-
op-proposer
-
op-ufm
-
proxyd
-
proxyd
-
indexer
-
fault-detector
-
ci-builder
prerelease
:
prerelease
:
description
:
Increment major/minor/patch as prerelease?
description
:
Increment major/minor/patch as prerelease?
required
:
false
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