Commit Graph

92 Commits

Author SHA1 Message Date
Salvador E. Tropea 95c66ac0ca Force test 2023-11-24 13:26:24 -03:00
Salvador E. Tropea e3dd564b84 Trigger test 2023-10-22 18:30:18 -03:00
Salvador E. Tropea 2278349851 [CI/CD] Force coverage installation 2023-08-22 09:46:41 -03:00
Salvador E. Tropea 43a2bea49d [Tests] Separated independent tests
- Tests that doesn't depend on the KiCad version
- So they aren't run 6, 8 or even more times
- Hopefuly will reduce download issues in dep tests
2023-04-18 07:31:42 -03:00
Salvador E. Tropea f9db612f0a [Tests] Disabled the continue on error 2023-04-07 11:02:59 -03:00
Salvador E. Tropea b22fd6b97c [Tests] Fixes to the coverage file names, again 2023-04-02 18:50:15 -03:00
Salvador E. Tropea e674cc9e68 [Tests] Fixed coverage name for KiCad 5 2023-04-02 18:27:34 -03:00
Salvador E. Tropea e58dfcb58b [Tests] Changed fail-fast position 2023-04-02 18:08:34 -03:00
Salvador E. Tropea 6b0a29dd06 [Tests] Don't abort parallel tests 2023-04-02 18:06:57 -03:00
Salvador E. Tropea ab0da8b684 [CI/CD] Switched from repository_dispatch to workflow_dispatch 2023-03-16 12:42:22 -03:00
Salvador E. Tropea 955bddc007 [CI/CD] Separated the docker images creation
- Now can be triggered separately
- Full and non-full images created
- More descriptive tags
- KiCad 7 included
2023-03-16 10:50:15 -03:00
Salvador E. Tropea 6118ffc013 [Tests] Changed nightly by ki7 2023-03-16 08:45:13 -03:00
Salvador E. Tropea 143bcd5f63 [CI/CD] Changed names of docker steps
- So they are readable (too long)
2023-03-08 10:25:15 -03:00
Salvador E. Tropea f2f186f5fd [CI/CD] Removed commented line that GitHub missinterprets 2023-02-25 15:08:52 -03:00
Salvador E. Tropea 5c0f94f564 [CI/CD] Added KiCad 6+7 (nightly) dev image generation 2023-02-25 14:47:42 -03:00
Salvador E. Tropea 99a39c1b6a [Tests] Choose 7.0 if nightly image
- Not 6.0.11
2023-02-24 11:36:06 -03:00
Salvador E. Tropea 188850e287 [Tests] Trying to enable nightly tests
- Experimental
- Using patched 7.0.0
2023-02-24 11:01:10 -03:00
Salvador E. Tropea 03914c83f2 [CI/CD] Enabled tests again 2023-01-19 21:06:33 -03:00
Salvador E. Tropea 72baea47df [CI/CD] Force docker image regeneration
- To apply the new MANIFEST
2023-01-19 20:03:50 -03:00
Salvador E. Tropea b5835bef4d [CI/CD] Renamed dev images
- Now they are test/full
2023-01-18 16:42:09 -03:00
Salvador E. Tropea 0eb60482a7 [CI/CD] Trying to upgrade docker image actions
- To avoid deprecation messages
2023-01-17 22:47:02 -03:00
Salvador E. Tropea 1e2e63ed60 [CI/CD] Migrated to checkout v3 2022-12-18 18:00:38 -03:00
Salvador E. Tropea 8948b6222b [CI/CD][Fix] Avoid mixing `master` and `dev`
- The `dev` images must be created from `dev`
- Coverage information should be from `dev`
2022-12-16 08:33:48 -03:00
Salvador E. Tropea f81493ba24 [CI/CD] Run regression tests when the g*.sh scripts are changed 2022-10-14 07:33:48 -03:00
Salvador E. Tropea 0102b2b957 [CI/CD] Added push to kicadN_auto 2022-09-27 08:12:48 -03:00
Salvador E. Tropea 3136d2af61 [CI/CD] Fixed tags used for dev image 2022-09-26 10:55:12 -03:00
Salvador E. Tropea 0cc65a47d9 Added GitHub Packages docker image push 2022-09-26 10:03:00 -03:00
Salvador E. Tropea 4447b5b306 [CI/CD] Now using KiAuto release 2022-08-11 19:14:46 -03:00
Salvador E. Tropea 69269d8560 [CI/CD] Switched to test using KiAuto master (now with interposer) 2022-08-10 12:51:55 -03:00
Salvador E. Tropea 2eaaaf66e4 [Experiment] No need to install curl, now part of kicad_auto_test 2022-07-30 14:28:32 -03:00
Salvador E. Tropea 26b34379d7 [Experiment] Trying to install KiAuto without using git+... 2022-07-30 14:18:08 -03:00
Salvador E. Tropea 9e103aa025 [Experiment] Why pip is so useless? 2022-07-30 14:03:55 -03:00
Salvador E. Tropea 8bde0d0176 [Experiment] More debug 2022-07-30 13:56:25 -03:00
Salvador E. Tropea a85ebe9fe0 [Experiment] More and more debug 2022-07-30 13:47:43 -03:00
Salvador E. Tropea 34a3d1334a [Experiment] Trying with pip3 install --upgrade 2022-07-30 13:01:09 -03:00
Salvador E. Tropea f41221965c [Experiment] More debug info 2022-07-30 12:56:17 -03:00
Salvador E. Tropea adcd77a821 [Experiment] Trying to figure out why KiAuto isn't using the interposer 2022-07-30 12:48:31 -03:00
Salvador E. Tropea 9a425390b5 [Experiment] More removes for the KiAuto in the docker image 2022-07-30 12:26:37 -03:00
Salvador E. Tropea 2706bfd922 [Expriment] Trying to avoid using /usr/bin/pcbnew_do
- Why is shutil.which picking it?!
2022-07-30 12:09:23 -03:00
Salvador E. Tropea 53a5107757 [Experiment] Try using KiAuto from kicad_interposer for tests 2022-07-30 11:53:07 -03:00
Salvador E. Tropea 493ae25f38 [CI/CD] Added missing sources to coverage combine (experimental) 2022-07-14 20:53:18 -03:00
Salvador E. Tropea 9a21ec7d19 [CI/CD] Changing to a common coverage 5.1 (experimental)
- lastest can fail
2022-07-14 20:40:37 -03:00
Salvador E. Tropea 07b64b53f4 [CI/CD] Using last coverage tool for ki5 and ki6 (experimental) 2022-07-14 20:19:54 -03:00
Salvador E. Tropea c0e34386b3 [CI/CD] Fixed missing steps key (experimental) 2022-07-14 19:55:09 -03:00
Salvador E. Tropea b70d2b0b1d [CI/CD] Rebalanced groups and combined coverage (experimental) 2022-07-14 19:52:49 -03:00
Salvador E. Tropea 19519dd85a [CI/CD] Trying to run slow tests in parallel (experimental) 2022-07-14 19:24:58 -03:00
Salvador E. Tropea b92a233b1d [Tests] Removed debug and unified dirs 2022-07-09 20:43:54 -03:00
Salvador E. Tropea cc4b55bb0d [Tests] Added more debug to the workflow to understand the fail 2022-07-09 20:08:42 -03:00
Salvador E. Tropea c891eda8db [Tests] Splitted the fast and slow output dirs.
- Trying to figure out why dep_convert failed and no output dir
  was created.
2022-07-09 20:00:29 -03:00
Salvador E. Tropea 09fca23a42 [Tests] Changed "--test_dir output" by "--test_dir=output"
- The first fails if output exists!!
2022-07-09 19:04:48 -03:00