Automatically tag the repository when we bump
the version of container image.
Related-to: TOR-1942
Signed-off-by: Dejan Jesenko <dejan.jesenko@toradex.com>
Pipeline is configured to fail, if linter
generates warning.
Some rules cannot be applied in our specific cases.
However, since we don't want to completely ignore these rules,
we have lowered the severity of the rules below to the "info" level:
- DL3008 (pin versions in apt-get install)
- DL3029 (do not use --platform flag with FROM)
Related-to: TOR-1566
Signed-off-by: Dejan Jesenko <dejan.jesenko@toradex.com>
Merge major, minor, patch and patch-date deploy stages in a single stage.
With this commit also the "deploy multiarch" job will start automatically
if the previous job is successful.
Related-to: TOR-1471
Signed-off-by: Dejan Jesenko <dejan.jesenko@toradex.com>
Bump containers to version 2.1.0, rebuilding against latest Debian base
container (based on snapshot 20210408T000000Z).
Related-to: TOR-1663
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
- Generate a latency plot PNG file in /tmp/latency-plot.png.
- Generate a latency summary file in /tmp/latency-summary.log.
Related-to: TOR-1198
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Implement the following improvements in the stress-tests container:
- Show a warning message if an archive file is not found for USB
read/write stress tests
- Show a warning message if Internet is not available to generate
network loads
- Uses 4 different iperf public servers, in case one fails to
connect.
Related-to: TOR-1198
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
The GitLab CI script will automatically build the containers (with
multiarch support) and push to GitLab local registry.
Manual jobs will be available to push the containers to Docker hub.
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>