PromucFlow_constructor/.github/workflows
Aishwarya-U-R 94aba81ad9
test: RTS server start (#17483)
## Description

- This PR includes changes for starting rts server for AST changes to take effect

## Type of change

- yml file updates

## Checklist:

- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-10-11 16:44:51 +05:30
..
client-build.yml ci: Fixing the caches for server,client and rts build (#16757) 2022-09-14 20:28:40 +05:30
copy-labels.yml fix: Use the Appsmith repo for custom github actions (#12366) 2022-03-31 11:46:58 +05:30
design-system-reviewer.yml ci: Added workflow for adding reviewers to PR if ads folder changed (#14880) 2022-07-01 01:48:16 +05:30
duplicate-issue-detector.yml Disable instance ping check when the disableTelemetry flag is set (#1776) 2020-11-19 08:54:03 +05:30
github-release.yml ci: Removing cross platform builds for slim containers 2022-09-23 10:15:38 +05:30
helm-release.yml Fix chart version variable in helm workflow 2022-05-06 13:48:31 +05:30
integration-tests-command.yml test: RTS server start (#17483) 2022-10-11 16:44:51 +05:30
issue-report-config.json Create issue-report-config.json 2020-09-29 15:35:34 +05:30
label-checker.yml Add DevOps pod to exception list 2022-10-04 15:18:15 +05:30
mastermind-labeler.yml Removing release-drafter github action (#6248) 2021-07-29 18:24:03 +05:30
ok-to-test.yml ci: Correcting the env variables for perf-test workflow 2022-09-12 21:28:23 +05:30
packer-ami-build.yml Packer script to build AWS and DigitalOcean images (#16617) 2022-09-14 11:03:02 +05:30
perf-test.yml ci: Fixing the RTS build workflow (#16748) 2022-09-14 14:24:20 +05:30
pr-labeler.yml Added check for cypress tests in PR (#8454) 2021-10-21 03:31:36 +00:00
README.md fix: Separated out workflows (#8434) 2021-10-12 16:26:18 +05:30
release-drafter.yml Adding the configuration parameter to ensure that the target branch is master for all releases are created (#14615) 2022-06-17 11:31:08 +05:30
rts-build.yml fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
server-build.yml ci: Fixing the caches for server,client and rts build (#16757) 2022-09-14 20:28:40 +05:30
shared-modules.yml fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
stale.yml ci: Update issue state check only critical issues (#6972) 2021-08-31 09:22:02 +05:30
test-build-docker-image.yml test: RTS server start (#17483) 2022-10-11 16:44:51 +05:30

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