PromucFlow_constructor/.github/workflows
Arpit Mohan 1d76fe3ceb
ci: Revert "ci: Use buildjet runners for Cypress tests, and fewer of them"
Reverts #14636

Reverting this change for now because there is an issue when re-running the failed specs. The action is unable to find the correct directory.
2022-06-22 09:57:40 +05:30
..
build-rts.yml chore: update node version to 16.14.0 (#14127) 2022-05-26 23:39:59 +05:30
client-build.yml chore: Removing jest test coverage because of node version mismatch (#14230) 2022-06-01 17:43:03 +05:30
copy-labels.yml
duplicate-issue-detector.yml
github-release.yml chore: update node version to 16.14.0 (#14127) 2022-05-26 23:39:59 +05:30
helm-release.yml
integration-tests-command.yml Remove sudo from perf tests command (#14649) 2022-06-17 18:10:04 +05:30
issue-report-config.json
label-checker.yml ci: Update Test plan checker (#14633) 2022-06-20 15:10:36 +05:30
mastermind-labeler.yml
ok-to-test.yml
pr-labeler.yml
README.md
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
remove-old-artifacts.yml
server.yml
stale.yml
test-build-docker-image-fat.yml chore: update node version to 16.14.0 (#14127) 2022-05-26 23:39:59 +05:30
test-build-docker-image.yml ci: Revert "ci: Use buildjet runners for Cypress tests, and fewer of them" 2022-06-22 09:57:40 +05:30
TestReuseActions.yml chore: update node version to 16.14.0 (#14127) 2022-05-26 23:39:59 +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