Christopher Allford
b7931409f2
Migrate From Nx to Turborepo ( #33079 )
...
This replaces all `nx` commands with `turbo` commands and removes Nx from the repository. All of the `project.json` files have been removed and any commands that broke with Turborepo have been adjusted.
2022-06-09 14:40:07 -07:00
Paul Sealock
c3fd7134cc
Analyzer: Turn on comments for database changes ( #33224 )
2022-06-09 09:25:49 +12:00
jonathansadowski
7eb22eabde
Update code freeze script exit code on failure ( #33340 )
...
Update code freeze exit code
2022-06-07 18:13:18 -05:00
jonathansadowski
77703fd7f2
Update changelogger validation to only affect PRs against trunk ( #33214 )
...
* Update changelogger validation to only affect PRs against trunk
* Fix syntax error in changelog workflow
2022-06-07 11:11:42 -05:00
rodelgc
541abd9178
REP: Post daily smoke test report on Slack ( #33203 )
...
* Separate job for api test
* Remove unnecessary comment
* Use ubuntu 20.04 in job "publish-test-report"
* Simplify syntax in "if" condition
* Temporarily add push trigger for testing
* Temporarily disable running jest e2e tests for testing
* Remove unnecessary OR operator
* try: disable certain jobs for testing
* try: run 'hello' api test for testing
* Implement timeout override in API tests
* Allow workflow to override timeout of api tests
* Correct parsing of timeout override
* try: temporarily disable e2e job
* try: make api test verbose for troubleshooting
* try: temporarily disable some install steps for testing
* Correct smoke test env vars
* try: run all api tests
* Re-enable install-build steps
* Correct smoke test env var values
* Temporarily disable running all e2e tests after WC upgrade
* Remove unnecessary flag for daily smoke test runs
* Use different workflow for publishing daily smoke test report
* Use env vars instead of github expressions in accessing job outputs
* Correct multiline syntax
* Correct api_artifact input value
* Take only the first line of commit message
* Correct passing of input value
* Re-enable jobs before submitting for review
* Separate job for api test
* Remove unnecessary comment
* Use ubuntu 20.04 in job "publish-test-report"
* Simplify syntax in "if" condition
* Temporarily add push trigger for testing
* Temporarily disable running jest e2e tests for testing
* Remove unnecessary OR operator
* try: disable certain jobs for testing
* try: run 'hello' api test for testing
* Implement timeout override in API tests
* Allow workflow to override timeout of api tests
* Correct parsing of timeout override
* try: temporarily disable e2e job
* try: make api test verbose for troubleshooting
* try: temporarily disable some install steps for testing
* Correct smoke test env vars
* try: run all api tests
* Re-enable install-build steps
* Correct smoke test env var values
* Temporarily disable running all e2e tests after WC upgrade
* Remove unnecessary flag for daily smoke test runs
* Use different workflow for publishing daily smoke test report
* Use env vars instead of github expressions in accessing job outputs
* Correct multiline syntax
* Correct api_artifact input value
* Take only the first line of commit message
* Correct passing of input value
* Re-enable jobs before submitting for review
* Add push trigger for final testing
* Re-enable e2e tests, remove push trigger before merge
* Fix spacing
* Correct slack channel id
2022-05-31 12:57:04 -06:00
Roy Ho
b0914e5531
Increase timeout limits for workflows ( #33272 )
2022-05-31 07:58:54 -07:00
Roy Ho
804302ed53
Add Slack notification for code freeze ( #33217 )
...
Add Slack notification on code freeze
2022-05-27 09:44:43 -07:00
Jonathan Lane
f70afccec9
Merge pull request #33139 from woocommerce/e2e/rep-playwright-feature-flag
...
Run Playwright tests behind feature flag
2022-05-25 14:55:23 -07:00
Jonathan Sadowski
85fa589b5c
Remove 5.7 from PR Unit Test Workflow
2022-05-25 16:17:17 -05:00
Jonathan Sadowski
af575532b5
Update the CI workflow to include WP 5.9 and 5.8 matching our L-2 support policy
2022-05-25 16:00:44 -05:00
Jon Lane
cb36fe8d50
Change flag back
2022-05-25 10:21:17 -07:00
Jon Lane
06d0e7a876
Test feature flag for Playwright
2022-05-25 10:19:50 -07:00
Rodel
f69d8ba6cb
Toggle flag off
2022-05-24 14:45:02 +08:00
Rodel
54ff88ffd7
Change step name
2022-05-24 14:44:10 +08:00
Rodel
ed70a94a07
Install chromium browser only
2022-05-24 14:06:23 +08:00
Rodel
a84d96afc7
Remove extra spaces
2022-05-24 13:31:59 +08:00
Rodel
cb1910ab18
Change flag scope to workflow level
2022-05-24 13:27:53 +08:00
Rodel
d1a5df46e6
Correct trigger for "Archive e2e report" step
2022-05-24 13:13:48 +08:00
Rodel
fb51e5dfc2
Use flag on publish reports job
2022-05-24 13:11:12 +08:00
Rodel
f279202ee8
Improve readability of if condition
2022-05-24 12:47:00 +08:00
Rodel
89a3924512
Remove unnecessary step id
2022-05-24 12:37:54 +08:00
Rodel
abd4c5e683
Correct if conditions
2022-05-24 12:36:57 +08:00
Rodel
c9ebaa22c2
Set flag to literal boolean value
2022-05-24 11:19:52 +08:00
Rodel
2a6554be94
Change variable assignment
2022-05-20 16:58:29 +08:00
Rodel
3407b2d0ad
Remove unnecessary brackets
2022-05-20 16:39:38 +08:00
Rodel
08d34968ce
Try correcting boolean value assignment
2022-05-20 16:38:59 +08:00
Rodel
40d04ff1b8
Ignore archiving of playwright test report when files were not generated
2022-05-20 16:32:04 +08:00
Rodel
4474e08ff9
Correct bad line break
2022-05-20 16:19:57 +08:00
Rodel
018677e35b
Add step to generate e2e report on CI
2022-05-20 16:08:49 +08:00
Rodel
b2a61a760c
Add step to install playwright supported browsers
2022-05-20 16:05:12 +08:00
Rodel
0c826bf22d
Change VM in Publish test reports job
2022-05-20 14:41:49 +08:00
Rodel
a53e61c836
Implement Playwright feature flag in PR test workflow
2022-05-20 14:37:25 +08:00
roykho
c92650df2b
Add paths input for install build workflow
2022-05-19 08:29:38 -07:00
rodelgc
7e49c151b7
Update publish-test-reports if condition ( #33085 )
...
Prevent running the "Publish test report" job when none of the tests ran
2022-05-19 11:20:33 +08:00
Roy Ho
4ac7ea4518
Merge pull request #33075 from woocommerce/dev/resuable-actions
...
Add composite install and build action
2022-05-18 06:33:19 -07:00
roykho
c3fa0f5d04
Add workflow dispatch functions
2022-05-17 12:29:16 -07:00
roykho
1042f22cf8
Extract cache and build to rest of workflows
2022-05-17 11:48:24 -07:00
roykho
f4cf7899e7
Extract out caching step
2022-05-17 09:26:08 -07:00
roykho
dbc86cb89e
Revert phpcs changes
2022-05-17 08:40:39 -07:00
roykho
dac4993295
Try fetch-depth 2 on PHPCS
2022-05-17 08:32:33 -07:00
roykho
08892b3d9f
Test code sniff fetch depth 1
2022-05-17 08:27:47 -07:00
roykho
916c285bc5
Remove redundant checkout step
2022-05-17 07:21:39 -07:00
roykho
fa47ab3f8e
Add composite install and build action
2022-05-17 06:24:49 -07:00
roykho
73ba1e591f
Add composite install and build action
2022-05-17 06:20:23 -07:00
Claudio Sanches
2f4f8277bf
CLI tool and GH workflow to highlight PR changes ( #32063 )
2022-05-17 13:47:17 +12:00
jonathansadowski
779ce5c23e
Merge pull request #33038 from woocommerce/update/workflow-cache
...
Cache Composer global store
2022-05-16 10:22:12 -05:00
roykho
7056cf93b6
Add additional pnpm cache dir
2022-05-16 06:01:53 -07:00
rodelgc
6cda659980
Publish API test reports to GitHub Pages
...
- Added workflow to publish API tests
2022-05-16 17:59:40 +08:00
roykho
cf5c47eb09
Cache Composer global store
2022-05-13 13:43:33 -07:00
jonathansadowski
44196c47e2
Merge pull request #32984 from woocommerce/fix/mirror-workflow
...
Copy file to correct path
2022-05-13 08:46:28 -05:00
roykho
a9d67a0502
Copy file to correct path
2022-05-12 09:13:45 -07:00
roykho
8f9957f0d4
Fix smoke test on release
2022-05-12 07:12:29 -07:00
Roy Ho
8756a7df14
Revert "Copy composer.json to a different path"
2022-05-11 06:46:19 -07:00
roykho
aa2cfeabc4
Copy composer.json to a different path
2022-05-10 13:22:59 -07:00
roykho
36656e9c3d
Move copy of composer.json step to after unzipping
2022-05-09 08:23:48 -07:00
roykho
ab58263e80
Add unique secrets cache key to enable clearing of cache
2022-05-04 15:20:31 -07:00
roykho
a632ca67fd
Lock build script php version environment for consistency
2022-05-03 14:04:52 -07:00
roykho
65aebd1e44
Use prevent double zip script
2022-05-03 14:04:03 -07:00
Christopher Allford
790d085f12
Merge pull request #32657 from woocommerce/refactor/standardize-postinstall
...
Utilize `post install` Script for Composer
2022-05-03 10:21:33 -07:00
Roy Ho
1ed5445635
Update workflows to run build zip script ( #32825 )
2022-05-03 11:48:20 +12:00
Christopher Allford
84334c149b
Fixed Linting Errors
2022-05-02 12:55:48 -07:00
roykho
45a036f35b
Match minor and patch
2022-05-02 10:08:52 -07:00
roykho
f2e4a686f1
Lock pnpm to specific version
2022-05-02 09:39:40 -07:00
roykho
6f61dd8088
Update cache paths
2022-04-27 09:05:01 -07:00
roykho
e1499a1772
Update port
2022-04-27 07:45:10 -07:00
roykho
6a447065d8
Fix paths and cache composer
2022-04-27 07:29:33 -07:00
roykho
e5bdd3fcd3
Refactor workflows to remove action-build step
2022-04-27 06:40:37 -07:00
roykho
57c1c0bc1c
Freeze Ubuntu release to 20.04 for best practice and consistency
2022-04-26 18:28:56 -07:00
roykho
d6a1f7212c
Remove comment
2022-04-26 08:20:32 -07:00
roykho
7640715150
Test cached results
2022-04-26 08:04:20 -07:00
roykho
fc705cff77
Use glob pattern for hash key
2022-04-26 07:47:50 -07:00
roykho
c78577ee22
Remove comment to test cached Composer Unit tests
2022-04-26 07:28:20 -07:00
roykho
bd096a6edc
Use glob pattern to cache multiple nested Composer vendor paths
2022-04-26 07:07:15 -07:00
jonathansadowski
4a19efc739
Merge pull request #32725 from woocommerce/workflow/caching-3
...
Refactor caching for workflows
2022-04-21 16:56:23 -05:00
Jon Lane
20befd32d7
Update Slack Channel IDs for workflows
2022-04-21 13:04:31 -07:00
Jonathan Lane
ca54907267
Merge pull request #32684 from woocommerce/add/smoke-test-daily-site-checker
...
Adding workflow to check status of site used for daily smoke tests.
2022-04-21 12:07:05 -07:00
roykho
3f4c2060dd
Clean up and bump versions
2022-04-21 11:46:30 -07:00
roykho
6e5d61da0b
Test pr smoke test workflow
2022-04-21 11:29:53 -07:00
Roy Ho
018da05414
Merge branch 'trunk' into workflow/caching-3
2022-04-21 10:29:24 -07:00
roykho
bd23093c42
Refactor caching for workflows
2022-04-21 09:45:12 -07:00
Tam Mullen
28de46f9ef
Updated site check trigger to be daily on cron after smoke tests have finished
2022-04-19 11:03:13 +01:00
Tam Mullen
c7c8775a49
Adding workflow to check status of site used for daily smoke tests.
2022-04-18 19:30:06 +01:00
Joel Thiessen
0a0c6b45cf
Merge branch 'trunk' into update/32508_pnpx_deprecated
2022-04-13 12:35:29 -07:00
Jonathan Sadowski
bf6b16972c
Update PR template and post-merge comment for changelogger
2022-04-13 10:16:33 -05:00
Jonathan Sadowski
33981358b6
Fetch more git history for changelogger comparison
2022-04-11 10:50:03 -05:00
Joel T
1c162a14d2
Updating all instances of pnpx to pnpm dlx/exec
2022-04-07 17:52:05 -07:00
Paul Sealock
ab673dd14b
Call Core's script from root level
2022-04-06 15:27:37 +12:00
jonathansadowski
90a545b013
Merge pull request #32450 from woocommerce/add/changelogger-validation
...
Add changelogger validation.
2022-04-05 14:11:33 -05:00
Jonathan Sadowski
3f05bdb90a
Fix typo on git workflow description and filename
2022-04-04 13:29:44 -05:00
Jonathan Sadowski
28c31b7c38
Move changelogger-specific workflow to a linting workflow for monorepo
2022-04-04 13:23:12 -05:00
Jamel Noel Reid
8812feedaa
Merge pull request #32419 from woocommerce/e2e/db-healthcheck
...
Only start PHP containers after a successful healthcheck against DB
2022-04-04 04:09:24 -05:00
Jonathan Sadowski
b997f18dd8
Add newline to EOF
2022-04-01 13:12:16 -05:00
jonathansadowski
d062f2e5fa
Merge pull request #32366 from woocommerce/action/template
...
Add GH action to request template
2022-04-01 09:00:02 -05:00
Lucas Bustamante
c4fede5c43
Wait as part of the up process
2022-04-01 14:32:50 +01:00
Lucas Bustamante
d6a37a490e
Merge branch 'trunk' into e2e/db-healthcheck
2022-04-01 11:53:55 +01:00
Jonathan Sadowski
2c4e373192
Fix github action and correct error in detecting change file
2022-03-31 21:53:12 -05:00
Jonathan Sadowski
e87cd7128b
Add github workflow
2022-03-31 21:24:22 -05:00
rodelgc
989f50daa3
GH Action for generating reports in CI ( #32375 )
...
Added: CI job to upload API test reports on PR events.
2022-04-01 10:24:09 +08:00
jamelreid
ecb10f3908
Moved workaround step
2022-03-31 17:55:14 -05:00
jamelreid
b99f0c6958
Removed unnecesssary installs
2022-03-31 17:33:28 -05:00