-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32340 from appsmithorg/release
02/04 Daily Promotion
- Loading branch information
Showing
100 changed files
with
991 additions
and
735 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,6 @@ jobs: | |
tags: ${{ inputs.tags }} | ||
matrix: ${{ inputs.matrix }} | ||
|
||
|
||
ci-test-result: | ||
needs: [ci-test] | ||
# Only run if the ci-test with matrices step is successful | ||
|
@@ -177,57 +176,57 @@ jobs: | |
if: needs.ci-test.result != 'success' && steps.combine_ci.outputs.specs_failed == '1' | ||
uses: nefrob/[email protected] | ||
with: | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!CAUTION] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a> | ||
> The following are new failures, please fix them before merging the PR: <ol> | ||
${{env.new_failed_spec_env}} </ol> | ||
> To know the list of identified flaky tests - <a href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master" target="_blank">Refer here</a> | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!CAUTION] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a> | ||
> The following are new failures, please fix them before merging the PR: <ol> | ||
${{env.new_failed_spec_env}} </ol> | ||
> To know the list of identified flaky tests - <a href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master" target="_blank">Refer here</a> | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Modify test response in the PR when ci-test is failed but no specs found | ||
if: needs.ci-test.result != 'success' && steps.combine_ci.outputs.specs_failed == '0' | ||
uses: nefrob/[email protected] | ||
with: | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!WARNING] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a> | ||
> It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" target="_blank">here.</a> | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!WARNING] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a> | ||
> It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" target="_blank">here.</a> | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Modify test response in the PR when ci-test is success | ||
if: needs.ci-test.result == 'success' && steps.combine_ci.outputs.specs_failed == '0' | ||
uses: nefrob/[email protected] | ||
with: | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!IMPORTANT] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a> | ||
> All cypress tests have passed 🎉🎉🎉 | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
content: | | ||
<!-- This is an auto-generated comment: Cypress test results --> | ||
> [!IMPORTANT] | ||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> | ||
> Commit: `${{ github.event.pull_request.head.sha }}` | ||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a> | ||
> All cypress tests have passed 🎉🎉🎉 | ||
<!-- end of auto-generated comment: Cypress test results --> | ||
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->" | ||
regexFlags: ims | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Check ci-test set status | ||
if: needs.ci-test.result != 'success' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.