-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag-stable.toml
62 lines (54 loc) · 1.84 KB
/
tag-stable.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# example of toml config for tagging repos
# each repo should have a separate section
[ServiceX]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
[ServiceX_App]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex_app"
[ServiceX_DID_Finder_Rucio]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex-did-finder"
[ServiceX_DID_Finder_CERNOpenData]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex-did-finder-cernopendata"
[ServiceX_Code_Generator_FuncADL_uproot]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex_code_gen_func_adl_uproot"
[ServiceX_Code_Generator_FuncADL_xAOD]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex_code_gen_atlas_xaod"
[ServiceX_xAOD_CPP_transformer]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex_func_adl_xaod_transformer"
[ServiceX_Uproot_Transformer]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/servicex_func_adl_uproot_transformer"
[X509_Secrets]
branch = "develop"
label = "stable"
tagtype = "calver" # use calendar versioning YYYYMMDD-HHMM
container_registry = "dockerhub"
container_repo = "sslhep/x509-secrets"