feat: updated the services selector to container the services with in infra
This commit is contained in:
parent
ca86c23cd3
commit
05b982aa28
@ -4,21 +4,9 @@ import re
|
|||||||
import semver
|
import semver
|
||||||
|
|
||||||
SERVICES = [
|
SERVICES = [
|
||||||
'ci-builder',
|
|
||||||
'ci-builder-rust',
|
|
||||||
'chain-mon',
|
|
||||||
'op-node',
|
|
||||||
'op-batcher',
|
|
||||||
'op-challenger',
|
|
||||||
'op-dispute-mon',
|
|
||||||
'op-proposer',
|
|
||||||
'da-server',
|
|
||||||
'proxyd',
|
'proxyd',
|
||||||
'op-heartbeat',
|
'op-ufm',
|
||||||
'op-contracts',
|
'op-conductor-mon',
|
||||||
'test',
|
|
||||||
'op-stack', # special case for tagging op-node, op-batcher, and op-proposer together
|
|
||||||
'op-conductor',
|
|
||||||
]
|
]
|
||||||
VERSION_PATTERN = '^{service}/v\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$'
|
VERSION_PATTERN = '^{service}/v\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$'
|
||||||
GIT_TAG_COMMAND = 'git tag -a {tag} -m "{message}"'
|
GIT_TAG_COMMAND = 'git tag -a {tag} -m "{message}"'
|
||||||
|
Loading…
Reference in New Issue
Block a user