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
32651b28
Unverified
Commit
32651b28
authored
Apr 22, 2024
by
Joshua Gutow
Committed by
GitHub
Apr 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Add da-server to build pipeline (#10250)
parent
8b84af96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
config.yml
.circleci/config.yml
+15
-0
tag-service.yml
.github/workflows/tag-service.yml
+1
-0
tag-tool.py
ops/tag-service/tag-tool.py
+1
-0
No files found.
.circleci/config.yml
View file @
32651b28
...
@@ -1988,6 +1988,21 @@ workflows:
...
@@ -1988,6 +1988,21 @@ workflows:
release
:
true
release
:
true
context
:
context
:
-
oplabs-gcr-release
-
oplabs-gcr-release
-
docker-build
:
name
:
da-server-docker-release
filters
:
tags
:
only
:
/^da-server\/v.*/
branches
:
ignore
:
/.*/
docker_name
:
da-server
docker_tags
:
<<pipeline.git.revision>>
requires
:
[
'
op-stack-go-docker-build-release'
]
platforms
:
"
linux/amd64,linux/arm64"
publish
:
true
release
:
true
context
:
-
oplabs-gcr-release
-
docker-build
:
-
docker-build
:
name
:
op-ufm-docker-release
name
:
op-ufm-docker-release
filters
:
filters
:
...
...
.github/workflows/tag-service.yml
View file @
32651b28
...
@@ -30,6 +30,7 @@ on:
...
@@ -30,6 +30,7 @@ on:
-
op-program
-
op-program
-
op-dispute-mon
-
op-dispute-mon
-
op-ufm
-
op-ufm
-
da-server
-
proxyd
-
proxyd
-
ufm-metamask
-
ufm-metamask
-
op-contracts
-
op-contracts
...
...
ops/tag-service/tag-tool.py
View file @
32651b28
...
@@ -14,6 +14,7 @@ SERVICES = [
...
@@ -14,6 +14,7 @@ SERVICES = [
'op-dispute-mon'
,
'op-dispute-mon'
,
'op-proposer'
,
'op-proposer'
,
'op-ufm'
,
'op-ufm'
,
'da-server'
,
'proxyd'
,
'proxyd'
,
'op-heartbeat'
,
'op-heartbeat'
,
'ufm-metamask'
,
'ufm-metamask'
,
...
...
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