PromucFlow_constructor/.github/workflows
Saroj 3614e56d52
ci: Fix for failed spec comment issue (#21399)
## Description
- Added step to delete the failed-spec-ci after combining all results to
address the issue

## Type of change
- ci

## How Has This Been Tested?
- Manual

## Checklist:
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-03-14 17:49:19 +05:30
..
appsmithctl.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
build-deploy-preview.yml Update build-deploy-preview.yml 2023-01-26 14:16:06 +05:30
build-docker-image.yml ci: CI optimisation to reduce ci-test run time and modularise docker image building (#21219) 2023-03-10 12:51:32 +05:30
ci-debugging.yml ci: CI optimisation to reduce ci-test run time and modularise docker image building (#21219) 2023-03-10 12:51:32 +05:30
ci-merge-check.yml ci: Add ci test check command (#20672) 2023-02-24 16:54:51 +05:30
ci-test.yml ci: CI optimisation to reduce ci-test run time and modularise docker image building (#21219) 2023-03-10 12:51:32 +05:30
client-build.yml ci: build lite version of deploy preview (#21078) 2023-03-08 15:07:30 +05:30
copy-labels.yml
CypressAddKnownfailedtests.yml Update CypressAddKnownfailedtests.yml 2023-02-24 13:32:27 +05:30
design-system-reviewer.yml
duplicate-issue-detector.yml
fat-migration.yml chore: Remove obsolete AuditLog env variables in CI 2023-02-26 06:20:27 +05:30
github-release.yml ci: Refactor workflows to reuse code (#20161) 2023-01-28 04:34:08 +01:00
helm-release.yml ci: Fix failing helm publish pipeline (#19133) 2022-12-27 08:02:19 +05:30
integration-tests-command.yml ci: Fix for failed spec comment issue (#21399) 2023-03-14 17:49:19 +05:30
issue-report-config.json
label-checker.yml ci: Ensure Test Plan Approval for all Engineering pods (#19469) 2023-01-04 12:08:04 +05:30
mastermind-labeler.yml
ok-to-test.yml ci: Add ci test check command (#20672) 2023-02-24 16:54:51 +05:30
on-demand-build-docker-image-deploy-preview.yml ci: build lite version of deploy preview (#21078) 2023-03-08 15:07:30 +05:30
packer-ami-build.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
perf-test.yml ci: Fixing the working directory in perf-test.yml (#21341) 2023-03-10 23:49:15 +05:30
perf-tests-command.yml
pr-labeler.yml
pr-test-file-check.yml
README.md
release-drafter.yml
rts-build.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
server-build.yml ci: build lite version of deploy preview (#21078) 2023-03-08 15:07:30 +05:30
shared-modules.yml chore: Update github actions to remove deprecation warnings (#18619) 2022-12-19 13:04:43 +05:30
stale.yml
test-build-docker-image.yml ci: Fix for failed spec comment issue (#21399) 2023-03-14 17:49:19 +05:30
upgrade-appsmith-tests.yml chore: Remove obsolete AuditLog env variables in CI 2023-02-26 06:20:27 +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