-
Notifications
You must be signed in to change notification settings - Fork 4
248 lines (246 loc) · 9.1 KB
/
expiredDomains.yml
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
name: "Check Expired Domains From Filterlists"
on:
workflow_dispatch:
inputs:
number_of_KAD_jobs:
description: "Quantity of KAD jobs"
required: true
default: 4
number_of_KADh_jobs:
description: "Quantity of KADhosts jobs"
required: true
default: 2
# schedule:
# - cron: "55 23 * * 6"
jobs:
KAD_S:
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
outputs:
KAD-strategy-matrix: ${{ steps.generate.outputs.KAD-strategy-matrix }}
KADh-strategy-matrix: ${{ steps.generate.outputs.KADh-strategy-matrix }}
env:
NUMBER_OF_KAD_JOBS: ${{ github.event.inputs.number_of_kad_jobs }}
NUMBER_OF_KADHOSTS_JOBS: ${{ github.event.inputs.number_of_KADh_jobs }}
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
echo "$NUMBER_OF_KAD_JOBS"
numberParts="$NUMBER_OF_KAD_JOBS" ./scripts/CI/CI_LETS_DO_THIS.sh KAD
numberParts="$NUMBER_OF_KADHOSTS_JOBS" ./scripts/CI/CI_LETS_DO_THIS.sh KADhosts
- uses: actions/upload-artifact@v3
with:
name: E_KAD_S
path: |
split/KAD_*
- uses: actions/upload-artifact@v3
with:
name: E_KADH_S
path: |
split/KADhosts_*
- id: generate
run: |
KAD_STRATEGY_MATRIX=$(node -e "let r=[]; for(let i = 1; i <= process.env.NUMBER_OF_KAD_JOBS; i++) { r.push(i) }; console.log(JSON.stringify(r));")
echo "KAD-strategy-matrix=$KAD_STRATEGY_MATRIX" >> $GITHUB_OUTPUT
KADH_STRATEGY_MATRIX=$(node -e "let r=[]; for(let i = 1; i <= process.env.NUMBER_OF_KADHOSTS_JOBS; i++) { r.push(i) }; console.log(JSON.stringify(r));")
echo "KADh-strategy-matrix=$KADH_STRATEGY_MATRIX" >> $GITHUB_OUTPUT
KAD:
needs: KAD_S
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
strategy:
matrix:
KAD: ${{ fromJson(needs.KAD_S.outputs.KAD-strategy-matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: E_KAD_S
path: split
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
KADfile=KAD_"$(./scripts/CI/getFileNumber.sh ${{ matrix.KAD }} )"
./scripts/CI/CI_LETS_DO_THIS.sh "$KADfile"
echo 'E_KADS<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh $KADfile)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "currentKADName=E_$KADfile" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: ${{ env.currentKADName }}
path: |
${{ env.E_KADS }}
KADhosts:
needs: KAD_S
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
strategy:
matrix:
KADH: ${{ fromJson(needs.KAD_S.outputs.KADh-strategy-matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: E_KADH_S
path: split
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
KADHfile=KADhosts_"$(./scripts/CI/getFileNumber.sh ${{ matrix.KADH }} )"
./scripts/CI/CI_LETS_DO_THIS.sh "$KADHfile"
echo 'E_KADHS<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh $KADHfile)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "currentKADHName=E_$KADHfile" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: ${{ env.currentKADHName }}
path: |
${{ env.E_KADHS }}
PAF:
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/CI_LETS_DO_THIS.sh PAF_C
echo 'E_PAF<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh \
PAF_arrows \
PAF_backgrounds_self-advertising \
PAF_contact_feedback_widgets \
PAF_e_newspaper \
PAF_newsletters \
PAF_other_widgets \
PAF_pop-ups \
PAF_push \
PAF_scrolling_videos \
PAF_backgrounds_self-adv_supp \
PAF_comeback_titles \
PAF_contact_feedback_widgets_supp \
PAF_newsletters_supp \
PAF_other_elements_supp \
PAF_pop-ups_supp \
PAF_push_supp \
PAF_scrolling_videos_supp \
PAF_tagged_internal_links)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: E_PAF
path: |
${{ env.E_PAF }}
SocialPASS:
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/CI_LETS_DO_THIS.sh Social_C
./scripts/CI/CI_LETS_DO_THIS.sh PASS
echo 'E_SOCIAL<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh polish_rss_filters polish_rss_filters_supp adblock_social_list social_filters_uB_AG)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: E_SOCIAL
path: |
${{ env.E_SOCIAL }}
Cookies:
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/CI_LETS_DO_THIS.sh Cookies_C
echo 'E_COOKIES<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh adblock_cookies cookies_uB_AG)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: E_COOKIES
path: |
${{ env.E_COOKIES }}
KAD_limit:
needs: [KAD]
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
env:
NUMBER_OF_KAD_JOBS: ${{ github.event.inputs.number_of_kad_jobs }}
steps:
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/getArtifactNamesForED.py KAD
- uses: actions/github-script@v6
continue-on-error: true
with:
script: |
const artifact = require("@actions/artifact")
const artifactClient = artifact.create()
const artifactNames = process.env.E_KAD_NAMES.split(" ")
for (artifactName of artifactNames) {
await artifactClient.downloadArtifact(artifactName, "./expired-domains", { createArtifactFolder: false })
}
- run: |
./scripts/CI/CI_LETS_DO_THIS_KAD_limit.sh
echo 'E_KAD<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh KAD)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: E_KAD
path: |
${{ env.E_KAD }}
deploy:
needs: [KAD_limit, KADhosts, PAF, SocialPASS, Cookies]
runs-on: ubuntu-latest
container: ghcr.io/filtersheroes/expired_domains_image:latest
env:
NUMBER_OF_KADHOSTS_JOBS: ${{ github.event.inputs.number_of_KADh_jobs }}
steps:
- uses: actions/checkout@v4
## See https://github.com/actions/download-artifact/issues/68
## Unfortunately currently it's not possible to skip creating extra directory
## when we want to download all artifacts at once without specyfing name.
## Bad joke...
- continue-on-error: true
uses: actions/download-artifact@v3
with:
name: E_KAD
path: expired-domains
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/getArtifactNamesForED.py KADH
- uses: actions/github-script@v6
continue-on-error: true
with:
script: |
const artifact = require("@actions/artifact")
const artifactClient = artifact.create()
const artifactNames = process.env.E_KADH_NAMES.split(" ")
for (artifactName of artifactNames) {
await artifactClient.downloadArtifact(artifactName, "./expired-domains", { createArtifactFolder: false })
}
- continue-on-error: true
uses: actions/download-artifact@v3
with:
name: E_PAF
path: expired-domains
- continue-on-error: true
uses: actions/download-artifact@v3
with:
name: E_SOCIAL
path: expired-domains
- continue-on-error: true
uses: actions/download-artifact@v3
with:
name: E_COOKIES
path: expired-domains
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/CI/cleanup_push.sh