415 Commits

Author SHA1 Message Date
Kyle Gach
0308885d8c Add handle-release-branches-workflow
- Assuming "latest" is 6.3 & "next" is 6.4...
- On push to `main`
    - Use webhook to kick off production frontpage deploy
- On push to `next`
    - Creates & force-pushes `release-6-4` branch
    - Sends dispatch event to frontpage repo to create `release-6-4` branch
- On push to `release-x-x`
    - If pushing to `release-6-4`
        - Warns that changes will be lost on next push to `next`
    - Else
        - Sends dispatch event to frontpage repo to create `release-n-n` branch
- Remove `build-frontpage` script
    - Remove references from teamcity & circleci configs
2021-11-11 08:13:33 -07:00
Yann Braga
5aeb37e65e CLI: update CI configurations to use --all in build-storybooks 2021-10-21 12:24:10 +02:00
Michael Shilman
5d46d77587 Update CI to point to main branch 2021-06-23 13:57:55 +08:00
Michael Shilman
b6c3fb832e Merge branch 'next' into 14796-split-out-marko 2021-05-06 20:32:28 +08:00
Michael Shilman
1ade592e34 Merge branch 'next' into 14796-split-out-mithril 2021-05-06 20:28:08 +08:00
Michael Shilman
3c5e8d09ec remove riot from teamcity 2021-05-05 08:45:19 +08:00
Michael Shilman
10a265c084 remove mithril from teamcity 2021-05-05 08:43:10 +08:00
Michael Shilman
757b82ae5d remove marko from teamcity 2021-05-05 08:40:27 +08:00
Gaëtan Maisse
3daeda3bc7
ci: update TeamCity settings to use Node 12 and handle Yarn 2 2021-04-13 21:19:12 +02:00
Filipp.Riabchun
bc88785f56 TeamCity change in 'Storybook' project: triggers of 'Test Workflow' build configuration were updated 2021-04-12 13:59:41 +00:00
Norbert de Langen
8303a1977c
cleanup teamcity 2020-11-26 10:27:55 +01:00
Gaëtan Maisse
0181230051
ci: replace handmade repo-dirty-check by --frozen-lockfile option when running yarn install
Doc:
If you need reproducible dependencies, which is usually the case with the continuous integration systems, you should pass --frozen-lockfile flag.

> yarn install --frozen-lockfile
> Don’t generate a yarn.lock lockfile and fail if an update is needed.
2020-10-03 18:23:34 +02:00
Filipp Riabchun
d2cb41206e Use docker image suited for puppeteer 2020-03-27 19:37:27 +01:00
Norbert de Langen
2bc322f886
ADD puppeteer libs 2020-03-27 16:47:50 +01:00
Filipp Riabchun
5c184afb36 Cleanup 2020-03-12 22:21:40 +01:00
Filipp Riabchun
e20eeb226a Remove stale patches 2020-03-12 22:16:38 +01:00
Filipp.Riabchun
649050b79a TeamCity change in 'Storybook' project: 'Chromatic' build configuration settings were updated 2020-03-12 21:14:12 +00:00
Filipp Riabchun
f4ac3c3071 Hotfix 2020-03-12 22:13:45 +01:00
Filipp.Riabchun
dd4d5dca7d TeamCity change in 'Storybook' project: 'Chromatic' build configuration settings were updated 2020-03-12 21:13:20 +00:00
Norbert de Langen
3309fd7c7d
Update settings.kts 2020-03-12 22:08:19 +01:00
norbert.d.langen
222d13f4a0 TeamCity change in 'Storybook / Examples' project: 'Examples 1' build configuration settings were updated 2020-03-12 21:04:24 +00:00
norbert.d.langen
e97eb050e4 TeamCity change in 'Storybook / Examples' project: 'Examples 1' build configuration settings were updated 2020-03-12 21:04:03 +00:00
norbert.d.langen
f964b278f4 TeamCity change in 'Storybook' project: 'Build' build configuration settings were updated 2020-03-12 20:58:36 +00:00
norbert.d.langen
3d11b56261 TeamCity change in 'Storybook' project: 'Build' build configuration settings were updated 2020-03-12 20:52:39 +00:00
Filipp Riabchun
124ad83b51 Update jest-teamcity, use it as a reporter to show results earlier 2020-03-05 19:12:22 +01:00
Filipp.Riabchun
93d9b2d59c TeamCity change in 'Storybook' project: requirements of 'Common' build template were updated 2020-03-03 15:38:59 +00:00
Filipp Riabchun
dc0e80ee76 Fix command 2020-02-23 00:15:38 +01:00
Filipp Riabchun
b777cedd82 Always report meta 2020-02-23 00:04:01 +01:00
Filipp.Riabchun
898a3ab928 TeamCity change in 'Storybook' project: build features of 'E2E' build configuration were updated 2020-02-22 23:02:04 +00:00
Filipp Riabchun
2092317e09 Fix syntax error 2020-02-22 23:50:16 +01:00
Filipp Riabchun
e5c9fafcf6 Cypress: report videos and screenshots as test metadata 2020-02-22 23:48:54 +01:00
Filipp Riabchun
4cf77a8663 Run dirty check early 2020-02-22 21:34:57 +01:00
Filipp Riabchun
dc3e42d626 Apply patches 2020-02-22 21:21:35 +01:00
Filipp.Riabchun
cd17567724 TeamCity change in 'Storybook' project: Build report tab with title "Official" was created 2020-02-22 20:15:04 +00:00
Filipp.Riabchun
f84afe50a5 TeamCity change in 'Storybook' project: general settings of 'E2E' build configuration were updated 2020-02-22 19:34:29 +00:00
Filipp.Riabchun
5fda73c070 TeamCity change in 'Storybook' project: general settings of 'E2E' build configuration were updated 2020-02-22 19:16:54 +00:00
Filipp Riabchun
2197e54c16 Use node:10 image 2020-02-16 21:03:07 +01:00
Filipp Riabchun
6eaa51eb73 Remove transitive dependencies 2020-02-16 20:53:58 +01:00
Filipp Riabchun
beb12b8d0c Apply patch 2020-02-16 20:44:43 +01:00
Filipp Riabchun
693af32ff3 Examples: use parallelism of 5 2020-02-16 20:33:19 +01:00
Filipp.Riabchun
eb4daa58e5 TeamCity change in 'Storybook' project: build features of 'Lint' build configuration were updated 2020-02-16 19:29:43 +00:00
Filipp Riabchun
64d7d1e76a Revert "Chromatic: use parallelism of 3"
This reverts commit 42cc4329
2020-02-16 20:12:40 +01:00
Filipp Riabchun
0970e0809c Fix Packtracker branch 2020-02-16 20:06:56 +01:00
Filipp Riabchun
94c2baaa7a Optimize temp packages installation 2020-02-16 20:05:45 +01:00
Filipp Riabchun
a706e15f1b Apply patches 2020-02-16 19:17:29 +01:00
Filipp.Riabchun
eae3ba23c3 TeamCity change in 'Storybook' project: runners of 'Packtracker' build configuration were updated 2020-02-16 18:16:27 +00:00
Filipp Riabchun
268ac84906 Use node:10 image 2020-02-16 19:06:30 +01:00
Filipp Riabchun
10c94b0d92 Cypress: use teamcity reporter 2020-02-16 19:01:54 +01:00
Filipp.Riabchun
178ee4047c TeamCity change in 'Storybook' project: runners of 'Test' build configuration were updated 2020-02-16 17:47:35 +00:00
Filipp.Riabchun
4d28cb8580 TeamCity change in 'Storybook' project: build features of 'Test' build configuration were updated 2020-02-16 17:47:25 +00:00