Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Repository Link: https://gerrit.akraino.org/r/gitweb?p=iec.git;a=tree

...

./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/

...

Currently, a source code commit to IEC code repo usually would be subject to a code syntax check under Akraino Jobbuilder job by Tox, which would check the following type types of code in general:

  • Bash shell script(.sh)
  • Python(.py)
  • Yaml(.yaml,.yml)
  • ReStructuredText(.rst)

...