Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add changes to run tests using circle ci for partial reruns #965

Merged
merged 27 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c9c593a
Add changes to run tests using circle ci for partial reruns
deepjyoti30-st Dec 3, 2024
9ae732c
Update config continue to store results for backend sdk and other tests
deepjyoti30-st Dec 3, 2024
6af557f
Update config_continue template to fix some syntax issues
deepjyoti30-st Dec 3, 2024
53e6710
Undo placeholder change to keep things same
deepjyoti30-st Dec 3, 2024
4a5c16f
Undo change for removing workflow version based on circleci linter
deepjyoti30-st Dec 3, 2024
d1be8dc
Add a print context job to debug circle ci issues
deepjyoti30-st Dec 3, 2024
fa7f8f9
Remove print context step
deepjyoti30-st Dec 3, 2024
87a5590
Add some improvements for proper partial re-run support in circle CI
deepjyoti30-st Dec 3, 2024
fc2bc47
Update test run commands to make them run without issues
deepjyoti30-st Dec 3, 2024
26a333a
Remove use of test.mocha.env in tests that don't use it
deepjyoti30-st Dec 3, 2024
0ae1349
Remove use of mocha multi in test runs
deepjyoti30-st Dec 3, 2024
902b8a5
Add some fixes to run tests more accurately in different setups
deepjyoti30-st Dec 3, 2024
978615f
Add fixes for exporting env variables properly
deepjyoti30-st Dec 3, 2024
fa2adcc
Add fixes to properly store the test results through junit
deepjyoti30-st Dec 3, 2024
8890135
Fix mocha tests with free core
deepjyoti30-st Dec 3, 2024
6b99575
Add some fixes to properly set multi variable
deepjyoti30-st Dec 3, 2024
787c017
Install mocha multi-junit-reporter package for tests
deepjyoti30-st Dec 3, 2024
57d30de
Add changes to not use absolute path for junit results
deepjyoti30-st Dec 4, 2024
d30ae63
Update mocha file environment variable to match other paths
deepjyoti30-st Dec 4, 2024
208ff60
Use a simple report name for junit result reports
deepjyoti30-st Dec 4, 2024
0332e0f
Add mocha junit file name fixes
deepjyoti30-st Dec 4, 2024
60f6538
Fix multi variable not being visible to runner
deepjyoti30-st Dec 4, 2024
8f10758
Add debug steps for checking the junit file
deepjyoti30-st Dec 4, 2024
50d8fc2
Add support for printing test-results directory for debugging
deepjyoti30-st Dec 4, 2024
1be078d
Add fix for the path for test-results
deepjyoti30-st Dec 4, 2024
874509b
Add support for proper paths for all tests
deepjyoti30-st Dec 4, 2024
c1e73c3
Remove unused parameters from unit-test job
deepjyoti30-st Dec 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove print context step
deepjyoti30-st committed Dec 3, 2024
commit fa7f8f9e60587a413e9d2acb297c3ce142708e14
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -60,15 +60,6 @@ jobs:
cd .circleci && ./generateConfig.sh << pipeline.parameters.force >> '<< pipeline.parameters.cdi-core-map >>' '<< pipeline.parameters.cdi-plugin-interface-map >>' '<< pipeline.parameters.fdi-node-map >>' '<< pipeline.parameters.fdi-auth-react-map >>' '<< pipeline.parameters.fdi-website-map >>'
- continuation/continue:
configuration_path: .circleci/config_continue.yml # use newly generated config to continue
print-context:
docker:
- image: cimg/base:stable
steps:
- run:
command: |
echo "Branch: << pipeline.git.branch >>"
echo "Tag: << pipeline.git.tag >>"
echo "Force: << pipeline.parameters.force >>"

workflows:
version: 2