Commit Graph

112 Commits

Author SHA1 Message Date
Pranav C
51834d8a78 chore(github-action): add test folder in ci-cd trigger filter
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-01 14:31:43 +05:30
Muhammed Mustafa
3e72e3814e feat(test): Added playwright folder as trigger for CI/CD 2022-11-28 17:35:06 +05:30
Wing-Kam Wong
98437b97c3 chore(workflows): remove cypress paths and job 2022-11-25 18:07:26 +08:00
Muhammed Mustafa
554cfd68cf fix(test): Enabled unit tests in CI 2022-11-09 22:43:36 +05:30
Muhammed Mustafa
7af3526594 fix(test): Added all the tests back to CI, added more connection to postgres pool option and fixed issues with playwright folder change 2022-11-09 20:07:56 +05:30
Muhammed Mustafa
3e1f7f22e4 fix(test): Integrated postgres to CI with sharding and removed other tests from CI for the timebeing 2022-11-09 17:12:34 +05:30
Muhammed Mustafa
fcc28348b0 fix(test): Added sqlite and removed pg from CI 2022-11-08 20:06:20 +05:30
Muhammed Mustafa
daaddcd626 feat(testing): Added pg to CI 2022-11-08 20:06:20 +05:30
Muhammed Mustafa
98721fd989 feat(testing): Abstracted playwright CI to a resuable workflow 2022-11-08 20:06:20 +05:30
Muhammed Mustafa
cfa3945f5e feat(testing): Abstracted playwright CI to a resuable workflow 2022-11-08 20:06:20 +05:30
Muhammed Mustafa
578753ab53 feat(testing): Backend build optimization for CI 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
aa7733833c feat(testing): Disabled parrelel nc-gui build with other CI action 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
570c6760b7 feat(testing): Prod build in CI attempt 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
54742f6c3a feat(testing): Prod build in CI attempt 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
cbcb462ad2 feat(testing): Prod build in CI attempt 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
12a9a5feb8 feat(testing): Enabled prod build and disabled unit test for now 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
abd81e8171 feat(testing): Removed cypress from CI 2022-11-08 20:06:19 +05:30
Muhammed Mustafa
e834a1a019 feat(testing): Enabled all the CI test 2022-11-03 21:29:12 +05:30
Muhammed Mustafa
72b596ac95 feat(testing): Enabled all the CI test, enabled all the playwright test and minor cleanup 2022-11-03 21:24:45 +05:30
Muhammed Mustafa
4518b95154 feat(testing): Added playwright to CI
feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI
2022-11-03 21:15:16 +05:30
Muhammed Mustafa
72483f98e2 feat(testing): Added playwright to CI
feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Added playwright to CI

feat(testing): Reverted changes to test CI for playwright
2022-11-03 21:15:16 +05:30
Muhammed Mustafa
409005e49a feat(testing): Upgraded all github actions of playwright, imrpoved backend log naming and removed unnecassry stuff 2022-11-03 16:31:12 +05:30
Muhammed Mustafa
e71b125e8f feat(testing): Enabled all the tests in CI 2022-11-03 16:30:46 +05:30
Muhammed Mustafa
099d41b982 feat(testing): Enabled all the tests in CI 2022-11-03 16:30:35 +05:30
Muhammed Mustafa
d784c1d2b0 feat(testing): Added prod build of front end 2022-11-03 16:28:27 +05:30
Muhammed Mustafa
e0519e7b7e feat(testing): Synced to develop 2022-11-03 16:24:44 +05:30
Muhammed Mustafa
b232fa0ec3 feat(testing): Synced with develop 2022-11-03 16:15:02 +05:30
Muhammed Mustafa
565c395c9d feat(testing): Synced with develop 2022-11-03 16:14:48 +05:30
Muhammed Mustafa
cc63b42026 feat(testing): Trigger CI 2022-11-03 16:13:28 +05:30
Muhammed Mustafa
5801da5fe3 feat(testing): Trial CI playwright setup added 2022-11-03 16:13:27 +05:30
Wing-Kam Wong
b9a4018764 refactor: move docker-compose-cypress.yml to cypress directory 2022-10-31 13:48:44 +08:00
Wing-Kam Wong
51180c56ee feat(workflows): upgrade actions to use node 16 2022-10-14 19:21:05 +08:00
Pranav C
21a5ff5e24 chore(github-action): cancel any previous ci-cd action in same PR / branch
ref - https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre/67939898#67939898

Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-13 20:51:04 +05:30
Raju Udava
4c80c16035 chore: set CICD timeout to 30 mins max
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-10-08 19:08:06 +05:30
Raju Udava
6b8e9607c9 test: default timeout correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-10-08 18:42:45 +05:30
Raju Udava
9520ed268d chore: default timeout experiment
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-10-08 18:38:49 +05:30
Raju Udava
3eae8d41c3 chore(CICD): trigger CI based on label
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-28 21:00:49 +05:30
Raju Udava
cd6c92d891 chore(CICD): conditionally trigger CICD for draft PR
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-28 20:45:37 +05:30
Raju Udava
21ea871d36 test(ci-cd): enable all tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-23 18:30:23 +05:30
Raju Udava
a71e22b56c test: add new suite for db-independent tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-23 18:30:23 +05:30
Raju Udava
58ce61a4db test(misc): re-alignment & optimizations
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-23 18:30:23 +05:30
Raju Udava
d8d1162329 chore: comments updated
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-22 16:56:43 +05:30
Raju Udava
0c5bb808e0 fix: ci-cd trigger
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-22 16:54:10 +05:30
Raju Udava
abe984d01f fix: ci-cd trigger
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-22 16:48:13 +05:30
Raju Udava
f8ee59b8e6 fix: ci-cd trigger
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-22 16:43:10 +05:30
Raju Udava
c040cd0e7d chore: ci-cd trigger update
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-22 16:34:44 +05:30
Wing-Kam Wong
db145d3462 feat(workflows): sync with develop 2022-09-22 12:54:32 +08:00
Wing-Kam Wong
ff13759603 chore: remove -v2 in ci-cd.yml 2022-09-05 20:02:33 +08:00
Wing-Kam Wong
0ff2bcf704 chore: move ci-cd-v2.yml to ci-cd.yml 2022-09-05 20:01:43 +08:00
Wing-Kam Wong
726fbc3b2c chore: move ci-cd.yml to ci-cd-backup.yml 2022-09-05 20:01:23 +08:00