ci: Prettify and remove redundancies (#31638)
This commit is contained in:
parent
86f5e8617e
commit
3756e94d91
7
.github/workflows/pr-automation.yml
vendored
7
.github/workflows/pr-automation.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!CAUTION]
|
> [!WARNING]
|
||||||
> The provided command lacks proper tags. Please modify PR body, specifying the tags you want to include or use `/ok-to-test tags="@tag.All"` to run all specs.
|
> The provided command lacks proper tags. Please modify PR body, specifying the tags you want to include or use `/ok-to-test tags="@tag.All"` to run all specs.
|
||||||
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
||||||
|
|
||||||
|
|
@ -93,11 +93,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!CAUTION]
|
> [!WARNING]
|
||||||
> Please use `/ok-to-test tags="@tag.All"` to run all specs.
|
> Please use `/ok-to-test tags="@tag.All"` to run all specs.
|
||||||
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
||||||
|
|
||||||
<!-- 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -121,6 +122,7 @@ jobs:
|
||||||
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
> Explore the tags documentation [here](https://www.notion.so/appsmith/Ok-to-test-With-Tags-7c0fc64d4efb4afebf53348cd6252918)
|
||||||
|
|
||||||
<!-- 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -138,6 +140,7 @@ jobs:
|
||||||
> Tags: `${{ steps.checkAll.outputs.tags }}`
|
> Tags: `${{ steps.checkAll.outputs.tags }}`
|
||||||
|
|
||||||
<!-- 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
5
.github/workflows/pr-cypress.yml
vendored
5
.github/workflows/pr-cypress.yml
vendored
|
|
@ -184,6 +184,7 @@ jobs:
|
||||||
> 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>
|
> 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 -->
|
<!-- 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -194,13 +195,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!CAUTION]
|
> [!WARNING]
|
||||||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
> Commit: `${{ github.event.pull_request.head.sha }}`
|
> 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>
|
> 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>
|
> 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -218,6 +220,7 @@ jobs:
|
||||||
> All cypress tests have passed 🎉🎉🎉
|
> All cypress tests have passed 🎉🎉🎉
|
||||||
|
|
||||||
<!-- 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 -->"
|
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
|
||||||
regexFlags: ims
|
regexFlags: ims
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user