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
25c436c4
Unverified
Commit
25c436c4
authored
Sep 29, 2023
by
Joshua Gutow
Committed by
GitHub
Sep 29, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7415 from bobanetwork/inomurko/heartbeat-release
allow release pipeline for hearbeat service
parents
fd3f3061
78441419
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
config.yml
.circleci/config.yml
+16
-0
tag-service.yml
.github/workflows/tag-service.yml
+1
-0
tag-service.py
ops/tag-service/tag-service.py
+2
-1
No files found.
.circleci/config.yml
View file @
25c436c4
...
@@ -1380,6 +1380,22 @@ workflows:
...
@@ -1380,6 +1380,22 @@ workflows:
only
:
/^(proxyd|indexer|ci-builder|op-[a-z0-9\-]*)\/v.*/
only
:
/^(proxyd|indexer|ci-builder|op-[a-z0-9\-]*)\/v.*/
branches
:
branches
:
ignore
:
/.*/
ignore
:
/.*/
-
docker-release
:
name
:
op-heartbeat-release
filters
:
tags
:
only
:
/^op-heartbeat\/v.*/
branches
:
ignore
:
/.*/
docker_file
:
op-heartbeat/Dockerfile
docker_name
:
op-heartbeat
docker_tags
:
<<pipeline.git.revision>>,<<pipeline.git.branch>>
docker_context
:
.
platforms
:
"
linux/amd64,linux/arm64"
context
:
-
oplabs-gcr-release
requires
:
-
hold
-
docker-release
:
-
docker-release
:
name
:
op-node-docker-release
name
:
op-node-docker-release
filters
:
filters
:
...
...
.github/workflows/tag-service.yml
View file @
25c436c4
...
@@ -20,6 +20,7 @@ on:
...
@@ -20,6 +20,7 @@ on:
options
:
options
:
-
ci-builder
-
ci-builder
-
indexer
-
indexer
-
op-heartbeat
-
chain-mon
-
chain-mon
-
op-node
-
op-node
-
op-batcher
-
op-batcher
...
...
ops/tag-service/tag-service.py
View file @
25c436c4
...
@@ -17,7 +17,8 @@ MIN_VERSIONS = {
...
@@ -17,7 +17,8 @@ MIN_VERSIONS = {
'op-challenger'
:
'0.0.4'
,
'op-challenger'
:
'0.0.4'
,
'op-proposer'
:
'0.10.14'
,
'op-proposer'
:
'0.10.14'
,
'op-ufm'
:
'0.1.0'
,
'op-ufm'
:
'0.1.0'
,
'proxyd'
:
'3.16.0'
'proxyd'
:
'3.16.0'
,
'op-heartbeat'
:
'0.1.0'
}
}
VALID_BUMPS
=
(
'major'
,
'minor'
,
'patch'
,
'prerelease'
,
'finalize-prerelease'
)
VALID_BUMPS
=
(
'major'
,
'minor'
,
'patch'
,
'prerelease'
,
'finalize-prerelease'
)
...
...
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