Repository Link: https://gerrit.akraino.org/r/gitweb?p=iec.git;a=tree
...
$ ls ci deploy docs LICENSE misc README.rst src tox.ini $ tree -L 3 ├── ci |
---|
./iec/docs
The documentation in this directory provides a more detailed introduction to IEC
./iec/src/foundation/scripts/
- A series of scripts are provided to build the IEC infrastructure platform, including: building the k8s cluster and configuring the container network solution.
./iec/src/use_cases/seba_on_arm/
...
- This dir contains the miscellaneous information about IEC Type 1 device and software info. Currently we choose the MACCHIATObin board as the main Type 1 hardware platform.
IEC Static Code Check
Currently, a source code commit to IEC code repo would be subject to a code syntax check under Akraino Jobbuilder job by Tox, which would check the following type of code:
- Bash shell script(.sh)
- Python(.py)
- Yaml(.yaml,.yml)
- ReStructuredText(.rst)