Skip to content

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/

License

Notifications You must be signed in to change notification settings

tomtom-international/hopic

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

pip3 install --user 'git+https://github.com/tomtom-international/hopic.git@release/1#egg=hopic[interactive]'

Enable TAB completion - include the below line in your .bashrc ( BashComplete )

eval "$(_HOPIC_COMPLETE=source hopic)"

For the command line help on hopic usage

hopic --help

About

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/

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages