-
Notifications
You must be signed in to change notification settings - Fork 1
465 lines (465 loc) · 19.6 KB
/
build.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
name: OnPush
"on":
- push
jobs:
build_v18:
name: Build and deploy to preview channel
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
- name: Build app
run: |
cd packages/client && NODE_OPTIONS="--max-old-space-size=8192" rushx build:prod | tee build.output
echo "BUILD_STATS<<EOF" >> $GITHUB_ENV
#! Select all lines starting with 'dist/' from build.output (those are the lines reporting the build file sizes)
#! And store for use in later steps
cat build.output|awk '/^dist\// {print}' >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
env:
REACT_APP_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
REACT_APP_DATABASE_URL: ${{ secrets.DATABASE_URL }}
REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
REACT_APP_FIREBASE_AUTH_DOMAIN: ${{ secrets.FIREBASE_AUTH_DOMAIN }}
REACT_APP_FIREBASE_STORAGE_BUCKET: ${{ secrets.FIREBASE_STORAGE_BUCKET }}
REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
REACT_APP_SENTRY_DSN: ${{ secrets.SENTRY_IGORICE_DSN }}
REACT_APP_SENTRY_ENVIRONMENT: staging
REACT_APP_SENTRY_RELEASE: ${{ env.GITHUB_REF_SLUG_URL }}
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Create Sentry release
uses: getsentry/action-release@v1
if: steps.has_secret.outputs.HAS_SECRETS
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: eisbuk
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
with:
environment: staging
sourcemaps: ./packages/client/dist/assets
version: ${{ env.GITHUB_REF_SLUG_URL }}
set_commits: skip
- name: Deploy preview channel
id: deploy
if: steps.has_secret.outputs.HAS_SECRETS
run: |
set -e
#! Deploy the preview to firebase hosting, passing the current git branch to be used for the name
#! of the preview channel
firebase --project eisbuk hosting:channel:deploy ${GITHUB_REF_SLUG_URL:-dev} --token ${{ secrets.FIREBASE_SERVICE_ACCOUNT_EISBUK }} | tee deploy.output
#! To pass the info to a later task, use the $GITHUB_ENV file
#! This horrible contraption converts lines like
#! ✔ hosting:channel: Channel URL (igorice): https://igorice--dev-n0jjvnkh.web.app [expires 2022-03-29 13:10:04] [version a47ca837c7966792]
#! ✔ hosting:channel: Channel URL (eisbuk): https://eisbuk--dev-xjkubzx5.web.app [expires 2022-03-29 13:10:04] [version 6638d82269ac0062]
#! to a form like this:
#! igorice=https://igorice--dev-n0jjvnkh.web.app
#! eisbuk=https://eisbuk--dev-xjkubzx5.web.app
#! suitable to be included in the $GITHUB_ENV file
cat deploy.output | grep 'Channel URL' | grep 'hosting:channel:.*https://'|sed -e "s/\x1b\[[0-9;]*m//g;s|.*(||;s|)[^h]*|=|;s/.\[.*//" >> $GITHUB_ENV
#! documented here: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
- name: Populate job summary with URLs
run: |
echo Preview channels deployed: >> $GITHUB_STEP_SUMMARY
echo $igoriceteam >> $GITHUB_STEP_SUMMARY
echo $eisbuk >> $GITHUB_STEP_SUMMARY
test_v18:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Run tests
run: cd packages/client && rushx test:emulators:ci
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Test Report
uses: dorny/test-reporter@v1
if: steps.has_secret.outputs.HAS_SECRETS && (success() || failure())
with:
name: Vitest report
path: packages/client/junit.xml
reporter: java-junit
- name: Coveralls
uses: coverallsapp/github-action@master
if: steps.has_secret.outputs.HAS_SECRETS
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: packages/client/coverage/lcov.info
base-path: packages/client/
flag-name: run-jest
parallel: true
- name: Create file with gcloud cretentials
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "${{ secrets.GCLOUD_JSON_BASE64 }}" | base64 -d > .gcloud.json
- name: Set destination of test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "RESULTS_DESTINATION=$(date +%Y-%m-%d)/${{ github.run_id }}" >> $GITHUB_OUTPUT
id: results-destination
- name: Install rclone
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
curl https://rclone.org/install.sh | sudo bash
mkdir -p ~/.config/rclone
echo "${RCLONE_CONF}" > ~/.config/rclone/rclone.conf
env:
RCLONE_CONF: |
[gcloud]
type = google cloud storage
service_account_file = ${{ github.workspace }}/.gcloud.json
object_acl = publicRead
bucket_acl = publicRead
bucket_policy_only = true
- name: Copy test results to gcloud
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
rclone copy packages/client/coverage gcloud:cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/coverage --log-level INFO
- name: Print gcloud url to view test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
echo Check out coverage results at https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/coverage/lcov-report/index.html
run-lint:
name: Lint source
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Lint all the packages
run: rush lint:strict
- name: Typecheck all the packages
run: rush typecheck
cypress-run:
name: Cypress browser tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules, firebase emulators and cypress
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
~/.cache/Cypress
key: ${{ runner.os }}-modules-emulators-cypress-node18-v2-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json', 'common/config/rush/repo-state.json') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Build app
run: cd packages/client && NODE_OPTIONS="--max-old-space-size=8192" rushx build:test
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: emulators-start
browser: chrome
install: false
working-directory: packages/e2e
wait-on: http://127.0.0.1:8080, http://127.0.0.1:5000
record: ${{ secrets.CYPRESS_KEY != 0 }}
config-file: cypress-ci.config.ts
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Coveralls
uses: coverallsapp/github-action@master
if: steps.has_secret.outputs.HAS_SECRETS
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: packages/e2e/coverage/lcov.info
base-path: packages/e2e
flag-name: run-cypress
parallel: true
- name: Create file with gcloud cretentials
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "${{ secrets.GCLOUD_JSON_BASE64 }}" | base64 -d > .gcloud.json
- name: Set destination of test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "RESULTS_DESTINATION=$(date +%Y-%m-%d)/${{ github.run_id }}" >> $GITHUB_OUTPUT
id: results-destination
- name: Install rclone
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
curl https://rclone.org/install.sh | sudo bash
mkdir -p ~/.config/rclone
echo "${RCLONE_CONF}" > ~/.config/rclone/rclone.conf
env:
RCLONE_CONF: |
[gcloud]
type = google cloud storage
service_account_file = ${{ github.workspace }}/.gcloud.json
object_acl = publicRead
bucket_acl = publicRead
bucket_policy_only = true
- name: Copy test results to gcloud
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
rclone copy packages/e2e/reports/html/ gcloud:cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/ --log-level INFO
rclone copy packages/e2e/coverage/ gcloud:cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/coverage-cypress --log-level INFO
- name: Print gcloud url to view test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
mkdir result_tabs
echo Check out test results at https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/index.html
echo Check out coverage result: https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/coverage-cypress/index.html
echo "[Check out test results](https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/index.html)" > result_tabs/cypress.md
echo "[Check out coverage result](https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/coverage-cypress/lcov-report/index.html)" >> result_tabs/cypress.md
finish:
name: Coveralls finish
needs:
- cypress-run
- test_v18
runs-on: ubuntu-latest
steps:
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Finalize Coveralls
uses: coverallsapp/github-action@master
if: steps.has_secret.outputs.HAS_SECRETS
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
rush_check:
name: Check dependency versions
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Check dependency consistency
run: ./.github/check-rush.sh
client_storybook:
name: Build storybook for client
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Build client storybook
run: cd packages/client && rushx build-storybook
- name: Publish storybook
run: echo Publishing storybook to ${{ github.sha }}
- name: Create file with gcloud cretentials
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "${{ secrets.GCLOUD_JSON_BASE64 }}" | base64 -d > .gcloud.json
- name: Set destination of test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "RESULTS_DESTINATION=$(date +%Y-%m-%d)/${{ github.run_id }}" >> $GITHUB_OUTPUT
id: results-destination
- name: Install rclone
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
curl https://rclone.org/install.sh | sudo bash
mkdir -p ~/.config/rclone
echo "${RCLONE_CONF}" > ~/.config/rclone/rclone.conf
env:
RCLONE_CONF: |
[gcloud]
type = google cloud storage
service_account_file = ${{ github.workspace }}/.gcloud.json
object_acl = publicRead
bucket_acl = publicRead
bucket_policy_only = true
- name: Copy test results to gcloud
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: rclone copy packages/client/storybook-static gcloud:cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/storybook-client --log-level INFO
- name: Print gcloud url to view test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo Check out client storybook at https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/storybook-client/index.html >> $GITHUB_STEP_SUMMARY
ui_storybook:
name: Build storybook for ui
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Cache node modules and firebase emulators
uses: actions/cache@v3
with:
path: |
~/.rush
~/.pnpm-store
common/temp
**/node_modules
~/.cache/firebase/emulators
key: ${{ runner.os }}-modules-emulators-node18-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Add rush directory to PATH
run: echo PATH=$PWD/common/scripts/:$PATH >> $GITHUB_ENV
- name: Install dependencies
run: rush update
- name: Build eisbuk packages
run: rush build
- name: Check if secrets are available
id: has_secret
if: success() || failure()
run: '[ "${{ secrets.CYPRESS_KEY }}" != "" ] && echo HAS_SECRETS=true >> $GITHUB_OUTPUT || echo HAS_SECRETS= >> $GITHUB_OUTPUT'
- name: Build ui storybook
run: cd packages/ui && rushx build-storybook
- name: Publish storybook
run: echo Publishing storybook to ${{ github.sha }}
- name: Create file with gcloud cretentials
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "${{ secrets.GCLOUD_JSON_BASE64 }}" | base64 -d > .gcloud.json
- name: Set destination of test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo "RESULTS_DESTINATION=$(date +%Y-%m-%d)/${{ github.run_id }}" >> $GITHUB_OUTPUT
id: results-destination
- name: Install rclone
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: |
curl https://rclone.org/install.sh | sudo bash
mkdir -p ~/.config/rclone
echo "${RCLONE_CONF}" > ~/.config/rclone/rclone.conf
env:
RCLONE_CONF: |
[gcloud]
type = google cloud storage
service_account_file = ${{ github.workspace }}/.gcloud.json
object_acl = publicRead
bucket_acl = publicRead
bucket_policy_only = true
- name: Copy test results to gcloud
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: rclone copy packages/ui/storybook-static gcloud:cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/storybook-ui --log-level INFO
- name: Print gcloud url to view test results
if: (success() || failure()) && steps.has_secret.outputs.HAS_SECRETS
run: echo Check out ui storybook at https://storage.googleapis.com/cypress-logs-bucket/${{ steps.results-destination.outputs.RESULTS_DESTINATION }}/storybook-ui/index.html >> $GITHUB_STEP_SUMMARY