-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathjobs.yaml
More file actions
131 lines (131 loc) · 2.81 KB
/
jobs.yaml
File metadata and controls
131 lines (131 loc) · 2.81 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework
---
# commmon
- name: cleanup
command: ./jobs/cleanup.sh
image: python3.11
schedule: "5 3 * * *"
emails: onfailure
- name: update-venv
command: ./jobs/update-venv.sh
image: python3.11
schedule: "18 4 * * 1"
emails: onfailure
# no
- name: no-mk
command: ./jobs/run.sh no-mk
image: python3.11
schedule: "5 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-no-mk
command: ./jobs/upload.sh no-mk
image: python3.11
schedule: "30 23 * * *"
emails: onfailure
mem: 2Gi
# no-fd
- name: no-fd
command: ./jobs/run.sh no-fd
image: python3.11
schedule: "58 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-no-fd
command: ./jobs/upload.sh no-fd
image: python3.11
schedule: "45 22 * * *"
emails: onfailure
mem: 2Gi
# fi
- name: fi-vk
command: ./jobs/run.sh fi-vk
image: python3.11
schedule: "15 * * * *"
emails: onfailure
- name: upload-plot-fi-vk
command: ./jobs/upload.sh fi-vk
image: python3.11
schedule: "45 22 * * *"
emails: onfailure
# fi-pln
- name: fi-pln
command: ./jobs/run.sh fi-pln2021
image: python3.11
schedule: "1 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-fi-pln
command: ./jobs/upload.sh fi-pln2021
image: python3.11
schedule: "45 22 * * *"
emails: onfailure
# fi-hl
- name: fi-hl
command: ./jobs/run.sh fi-hl
image: python3.11
schedule: "1 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-fi-hl
command: ./jobs/upload.sh fi-hl
image: python3.11
schedule: "45 22 * * *"
emails: onfailure
# fi-ek
- name: fi-ek
command: ./jobs/run.sh fi-ek
image: python3.11
schedule: "29 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-fi-ek
command: ./jobs/upload.sh fi-ek
image: python3.11
schedule: "50 22 * * *"
emails: onfailure
# fi-wsc
- name: fi-wsc
command: ./jobs/run.sh fi-wsc
image: python3.11
schedule: "29 * * * *"
emails: onfailure
mem: 2Gi
- name: upload-plot-fi-wsc
command: ./jobs/upload.sh fi-wsc
image: python3.11
schedule: "50 22 * * *"
emails: onfailure
# eu
- name: eu
command: ./jobs/run.sh eu
image: python3.11
schedule: "25 * * * *"
emails: onfailure
- name: upload-plot-eu
command: ./jobs/upload.sh eu
image: python3.11
schedule: "55 23 * * *"
emails: onfailure
# es-estonia
- name: es-estonia
command: ./jobs/run.sh es-estonia
image: python3.11
schedule: "13 * * * *"
emails: onfailure
- name: upload-plot-es-estonia
command: ./jobs/upload.sh es-estonia
image: python3.11
schedule: "53 23 * * *"
emails: onfailure
# gl-estonia
- name: gl-estonia
command: ./jobs/run.sh gl-estonia
image: python3.11
schedule: "17 * * * *"
emails: onfailure
- name: upload-plot-gl-estonia
command: ./jobs/upload.sh gl-estonia
image: python3.11
schedule: "54 23 * * *"
emails: onfailure