Skip to content

ci: Modifying the CI workflows for ok-to-test to leverage Cypress tag… #5

ci: Modifying the CI workflows for ok-to-test to leverage Cypress tag…

ci: Modifying the CI workflows for ok-to-test to leverage Cypress tag… #5

Triggered via push December 2, 2023 20:04
Status Success
Total duration 20s
Artifacts
update_release_draft
4s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Data doesn't contain `nodes` field. Make sure the `paginatePath` is set to the field you wish to paginate and that the query includes the `nodes` field. { name: 'event', id: '7072291069', event: { id: '7072291069', name: 'push', payload: { after: '08f625e754abfc0b44fb225a14753ce514633e6c', base_ref: null, before: '7f130368f22bcc6bd35feacfe63b4f2d2a0e0098', commits: [ { author: { email: '[email protected]', name: 'Ankita Kinger', username: 'ankitakinger' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '80a3f575199831c45a42010e8e577058d228efb7', message: 'chore: Refactoring sidebar on app editor to support the same on package editor (#29212)\n' + '\n' + '## Description\r\n' + '\r\n' + 'Refactoring sidebar on app editor to support the same on package editor\r\n' + '\r\n' + '#### PR fixes following issue(s)\r\n' + 'Fixes [#28476](https://github.com/appsmithorg/appsmith/issues/28476)\r\n' + '\r\n' + '#### Type of change\r\n' + "- Chore (housekeeping or task changes that don't impact user perception)\r\n" + '\r\n' + '## Testing\r\n' + '\r\n' + '#### How Has This Been Tested?\r\n' + '- [x] Manual\r\n' + '- [ ] JUnit\r\n' + '- [x] Jest\r\n' + '- [ ] Cypress\r\n' + '\r\n' + '## Checklist:\r\n' + '#### Dev activity\r\n' + '- [x] My code follows the style guidelines of this project\r\n' + '- [x] I have performed a self-review of my own code\r\n' + '- [x] I have commented my code, particularly in hard-to-understand areas\r\n' + '- [ ] I have made corresponding changes to the documentation\r\n' + '- [x] My changes generate no new warnings\r\n' + '- [ ] I have added tests that prove my fix is effective or that my\r\n' + 'feature works\r\n' + '- [x] New and existing unit tests pass locally with my changes\r\n' + '- [ ] PR is being merged under a feature flag\r\n' + '\r\n' + '\r\n' + '#### QA activity:\r\n' + '- [ ] [Speedbreak\r\n' + 'features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\n' + 'have been covered\r\n' + '- [ ] Test plan covers all impacted features and [areas of\r\n' + 'interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n' + '- [ ] Test plan has been peer reviewed by project stakeholders and other\r\n' + 'QA members\r\n' + '- [ ] Manually tested functionality on DP\r\n' + '- [ ] We had an implementation alignment call with stakeholders post QA\r\n' + 'Round 2\r\n' + '- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n' + '- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n' + '- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n' + '\r\n' + '---------\r\n' + '\r\n' + 'Co-authored-by: Hetu Nandu <[email protected]>', timestamp: '2023-11-30T14:56:24+05:30', tree_id: '18941a9ccf08eb29c4e7c4b155444e20e0a09384', url: 'https://github.com/narhzih/appsmith/commit/80a3f575199831c45a42010e8e577058d228efb7' }, { author: { email: '[email protected]', name: 'Rajat Agrawal', username: 'rajatagrawal' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow'
update_release_draft
Error: Data doesn't contain `nodes` field. Make sure the `paginatePath` is set to the field you wish to paginate and that the query includes the `nodes` field. at paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142879:11) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142688:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '7072291069', name: 'push', payload: { after: '08f625e754abfc0b44fb225a14753ce514633e6c', base_ref: null, before: '7f130368f22bcc6bd35feacfe63b4f2d2a0e0098', commits: [ { author: { email: '[email protected]', name: 'Ankita Kinger', username: 'ankitakinger' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '80a3f575199831c45a42010e8e577058d228efb7', message: 'chore: Refactoring sidebar on app editor to support the same on package editor (#29212)\n' + '\n' + '## Description\r\n' + '\r\n' + 'Refactoring sidebar on app editor to support the same on package editor\r\n' + '\r\n' + '#### PR fixes following issue(s)\r\n' + 'Fixes [#28476](https://github.com/appsmithorg/appsmith/issues/28476)\r\n' + '\r\n' + '#### Type of change\r\n' + "- Chore (housekeeping or task changes that don't impact user perception)\r\n" + '\r\n' + '## Testing\r\n' + '\r\n' + '#### How Has This Been Tested?\r\n' + '- [x] Manual\r\n' + '- [ ] JUnit\r\n' + '- [x] Jest\r\n' + '- [ ] Cypress\r\n' + '\r\n' + '## Checklist:\r\n' + '#### Dev activity\r\n' + '- [x] My code follows the style guidelines of this project\r\n' + '- [x] I have performed a self-review of my own code\r\n' + '- [x] I have commented my code, particularly in hard-to-understand areas\r\n' + '- [ ] I have made corresponding changes to the documentation\r\n' + '- [x] My changes generate no new warnings\r\n' + '- [ ] I have added tests that prove my fix is effective or that my\r\n' + 'feature works\r\n' + '- [x] New and existing unit tests pass locally with my changes\r\n' + '- [ ] PR is being merged under a feature flag\r\n' + '\r\n' + '\r\n' + '#### QA activity:\r\n' + '- [ ] [Speedbreak\r\n' + 'features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\n' + 'have been covered\r\n' + '- [ ] Test plan covers all impacted features and [areas of\r\n' + 'interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n' + '- [ ] Test plan has been peer reviewed by project stakeholders and other\r\n' + 'QA members\r\n' + '- [ ] Manually tested functionality on DP\r\n' + '- [ ] We had an implementation alignment call with stakeholders post QA\r\n' + 'Round 2\r\n' + '- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n' + '- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n' + '- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n' + '\r\n' + '---------\r\n' + '\r\n' + 'Co-authored-by: Hetu Nandu <[email protected]>', timestamp: '2023-11-30T14:56:24+05:30', tree_id: '18941a9ccf08eb29c4e7c4b155444e20e0a09384',