PromucFlow_constructor/.github/workflows
Ankit Srivastava de13ab6198
feat: dummy intercom key for CI workflow (#23885)
Added dummy intercom key in env for CI runs.
This will enable intercom option in the UI only for CI and thus cypress
test cases can be written around it.


#### PR fixes following issue(s)
Fixes # (issue number)
> if no issue exists, please create an issue and ask the maintainers
about this first
>
>
#### Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video
>
>
#### Type of change
> Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- Chore (housekeeping or task changes that don't impact user perception)
- This change requires a documentation update
>
>
>
## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [ ] Manual
- [ ] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Test-plan-implementation#speedbreaker-features-to-consider-for-every-change)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans/_edit#areas-of-interest)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-05-31 13:45:18 +05:30
..
appsmithctl.yml
build-client-server.yml ci: Allow to use existing docker image from a previous run if provided (#23901) 2023-05-31 12:37:40 +05:30
build-deploy-preview.yml
build-docker-image.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
build-wds-preview.yml
ci-debugging.yml
ci-merge-check.yml ci: Added step to check the PR approval status (#22671) 2023-04-24 17:51:25 +05:30
ci-sanity.yml feat: ci changes & cypress tests with cypress tags (#22989) 2023-05-12 00:15:06 +05:30
ci-smoke.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
ci-test-limited.yml ci: Fix to download the docker image from current run in case run id is not provided (#23903) 2023-05-31 12:55:26 +05:30
ci-test.yml feat: dummy intercom key for CI workflow (#23885) 2023-05-31 13:45:18 +05:30
cleanup-dp.yml ci: uncomment debug statements and clear dps when merged (#22463) 2023-04-17 15:45:52 +05:30
client-build.yml ci: Download the failed specs from artifact instead of cache (#23600) 2023-05-24 18:28:01 +05:30
close-labeler.yml ci: Fix close-labeler to work on correct repo for issues 2023-04-05 19:08:39 +05:30
copy-labels.yml
CypressAddKnownfailedtests.yml ci: Fix issue title injections in workflow 2023-05-02 11:02:43 +05:30
design-system-reviewer.yml
duplicate-issue-detector.yml
fat-migration.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
github-release.yml ci: fix github-release workflow (#23612) 2023-05-22 22:11:10 +05:30
helm-release.yml
integration-tests-command.yml ci: Update the text in Git comment flaky tests app link (#22307) 2023-04-12 11:07:55 +05:30
issue-report-config.json
label-checker.yml
mastermind-labeler.yml
ok-to-test.yml
on-demand-build-docker-image-deploy-preview.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
packer-ami-build.yml
perf-test.yml ci: Update perf-test.yml (#23781) 2023-05-26 21:26:30 +05:30
perf-tests-command.yml
pr-labeler.yml
pr-test-file-check.yml
README.md
release-drafter.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
rts-build.yml ci: Download the failed specs from artifact instead of cache (#23600) 2023-05-24 18:28:01 +05:30
server-build.yml
shared-modules.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
stale.yml
test-build-docker-image.yml chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
upgrade-appsmith-tests.yml ci: Download the failed specs from artifact instead of cache (#23600) 2023-05-24 18:28:01 +05:30
wds-vercel-preview.yml

The following list describes all the workflows that are configured to run in this repository:

  1. Build RTS Workflow
  2. Appsmith Client Build Workflow
  3. Appsmith External Integration Test Workflow
  4. Appsmith Github Release Workflow
  5. Ok To Test
  6. Appsmith Server Workflow
  7. Test, build and push Docker Image

Utility Actions

  1. Mark stale issues and pull requests
  2. Label PRs based on title
  3. Release Drafter
  4. Remove old artifacts
  5. Sync Community workflow
  6. Potential Duplicate Issues
  7. Mastermind Labeler Workflow

Build RTS Workflow

Workflow file: build-rts.yml Triggered on every commit to the rts folder. This workflow is responsible for building the RTS Node server. There are dummy steps for ui-tests and packaging. (Comment: Useless right now because it does not have ui-test-result)

Appsmith Client Build Workflow

Workflow file: client-build.yml Triggered on every commit to the client folder. This workflow is responsible for building & unit-testing the client side.

Appsmith Server Workflow

Workflow file: server.yml Triggered on every commit to the server folder. This workflow is responsible for building & unit-testing the Java server codebase.

Appsmith External Integration Test Workflow

Workflow file: external-client-test.yml Triggered only by the ok to test command dispatch. This workflow is responsible for building, unit-testing, integration testing and packaging both server and client code base. (Comment: Notably not RTS)

Appsmith Github Release Workflow

Workflow file: github-release.yml Triggered on release event on Github. This workflow is responsible for building client, server and RTS binaries and packaging them to the latest as well as the relevant release tag on Docker.

Ok To Test

Workflow file: ok-to-test.yml Triggered by PR comments. This workflow triggers a repository dispatch for the Appsmith External Integration Test Workflow.

Test, build and push Docker Image

Workflow file: test-build-docker-image.yml Triggered by PR reviews and push to release or master. This workflow is responsible for building client, server and RTS binaries and packaging them to fata container as well as the older separate containers.

Mark stale issues and pull requests

Workflow file: stale.yml

Label PRs based on title

Workflow file: pr-labeler.yml

Release Drafter

Workflow file: release-drafter.yml

Remove old artifacts

Workflow file: remove-old-artifacts.yml

Sync Community workflow

Workflow file: sync-community-repo.yml

Potential Duplicate Issues

Workflow file: duplicate-issue-detector.yml

Mastermind Labeler Workflow

Workflow file: mastermind-labeler.yml