https://github.com/tomtom-international/hopic
Infrastructure component to run all Navkit 2 and most of Automotive Systems projects' build systems on to ensure local and CI builds are as similar as possible. Documentation at https://tomtom-international.github.io/hopic/
https://github.com/tomtom-international/hopic
Last synced: about 2 months ago
JSON representation
Infrastructure component to run all Navkit 2 and most of Automotive Systems projects' build systems on to ensure local and CI builds are as similar as possible. Documentation at https://tomtom-international.github.io/hopic/
- Host: GitHub
- URL: https://github.com/tomtom-international/hopic
- Owner: tomtom-international
- License: apache-2.0
- Created: 2020-08-28T15:12:52.000Z (almost 5 years ago)
- Default Branch: release/1
- Last Pushed: 2025-04-16T12:45:11.000Z (2 months ago)
- Last Synced: 2025-05-07T03:09:28.327Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 8.06 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
.. You can view the documentation for Hopic at URL : /pages/PIPE/hopic/pages/browse/
In order to simplify the CI configuration we are switching away from the **generic jenkins shared pipeline** which is completely written in Groovy.
Instead we are switching to the Hopic project which only has a minimal **CI driver** component written in Groovy with the rest written in Python.
With Hopic local debugging is made significantly easier.As of now the commit stage can be adapted to use Hopic's functionality.
With this most of the required configuration will live in the hopic-ci-config.yaml file replacing the groovy snippets from the commit stage in jenkins file.
This can be locally tested with the command - **"hopic"**Using Hopic locally
-------------------**Install the hopic** command with below package
.. code-block:: console
pip3 install --user 'git+https://github.com/tomtom-international/hopic.git@release/1#egg=hopic[interactive]'
.. _BashComplete: https://click.palletsprojects.com/en/7.x/bashcomplete/#activation
**Enable TAB completion** - include the below line in your .bashrc ( BashComplete_ )
.. code-block:: console
eval "$(_HOPIC_COMPLETE=source hopic)"
For the command line help on hopic usage
.. code-block:: console
hopic --help