Skip to content

Commit

Permalink
fix(fluster-chromeos.jinja2): Remove downloads as they are prepackage
Browse files Browse the repository at this point in the history
We have this files prepackaged now in cros-tast Docker image, so no
need to download them.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Sep 16, 2024
1 parent 099006e commit d62ebfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/runtime/tests/fluster-chromeos.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
cat /etc/os-release > /tmp/osrel.tmp
- cat /tmp/osrel.tmp
- lava-test-set stop setup
- wget https://github.com/kernelci/kernelci-core/raw/main/config/rootfs/debos/overlays/fluster/usr/bin/fluster_parser.py
- >-
scp
-o StrictHostKeyChecking=no
Expand Down Expand Up @@ -74,5 +73,4 @@
-i /home/cros/.ssh/id_rsa
root@$(lava-target-ip)
poweroff && sleep 30 || true
- apt install -y python3-junitparser
- python3 ./fluster_parser.py --results

0 comments on commit d62ebfd

Please sign in to comment.