PromucFlow_constructor/.github/workflows
yatinappsmith 2af8c4ef42
CI: Change TBP Schedule (#32319)
Change TBP Schedule

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Chores**
- Modified the schedule for running the workflow to trigger every 6
hours instead of every 3 hours on weekdays.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-02 12:10:42 +05:30
..
docs
ad-hoc-deploy-preview.yml
add-label.yml
appsmithctl.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
build-chromatic.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
build-client-server.yml ci: Add dashboard link in PR comment (#32205) 2024-03-28 13:27:30 +05:30
build-docker-image.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
build-storybook.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
caddy-routes-test.yml
ci-debugging.yml
ci-merge-check.yml
ci-sanity.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
ci-smoke.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
ci-test-custom-script.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
ci-test-hosted.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
ci-test-limited.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
ci-test-with-documentdb.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
ci-test.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
cleanup-dp.yml
client-build.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
client-lint.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
client-prettier.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
client-unit-tests.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
close-labeler.yml
copy-labels.yml
CypressAddKnownfailedtests.yml
docker-base-image.yml
duplicate-issue-detector.yml
github-release.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
helm-release.yml
integration-tests-command.yml ci: Modified older ok-to-test job to redirect to the new one (#31673) 2024-03-12 10:01:44 +05:30
integration-tests-with-documentdb-command.yml
issue-report-config.json
label-checker.yml
mastermind-labeler.yml
ok-to-test.yml
on-demand-build-docker-image-deploy-preview.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
packer-ami-build.yml
perf-test-on-documentdb.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
perf-test-v2.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
perf-test.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
perf-tests-command.yml
pr-automation.yml ci: Allow special chars in PR body (#32089) 2024-03-27 08:58:27 +05:30
pr-cypress.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
pr-labeler.yml
pr-test-file-check.yml
quality-checks.yml
README.md
release-drafter.yml
rts-build.yml chore: update node version and appropriate git workflows (#31486) 2024-03-26 14:12:11 +03:00
server-build.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
server-spotless.yml ci: Upgrading the github action steps from Node 16 to Node 20. (#32004) 2024-04-01 15:41:43 +05:30
stale.yml
test-build-docker-image.yml CI: Change TBP Schedule (#32319) 2024-04-02 12:10:42 +05:30
upgrade-appsmith-tests.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