Commit 505fa4f
committed
ci-automation: Remove unnecessary zstd prerequisite check
When running `./run_local_tests.sh`, a warning is printed if `zstd` is
not found in the host environment:
$ ./run_local_tests.sh arm64 2 cl.cloudinit.script
...
zstd could not be found. unpacking container image may fail.
...
This check is performed because `ci-config.env` is sourced by the script.
However, the `run_local_tests.sh` workflow itself does not depend on `zstd`.
The `zstd` command is required for building Flatcar[1], but that
process runs inside the Flatcar SDK container, which is guaranteed to
have `zstd` installed. The check on the host running the local tests is
therefore redundant and produces confusing noise for developers.
This patch removes the check to eliminate the spurious warning.
[1] flatcar/mantle#853 (comment)
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>1 parent 88b4031 commit 505fa4f
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
| |||
0 commit comments