Skip to content

Commit

Permalink
test: add VBox-Starter in runtests.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 24, 2023
1 parent 68d7eac commit cb8a9a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ curl -LJ0 "https://github.com/ibm-s390-linux/s390-tools/archive/refs/tags/v2.29.
echo "# Downloading flux"
curl -LJ0 "https://github.com/influxdata/flux/archive/refs/tags/v0.194.4.tar.gz" --output /tmp/flux-0.194.4.tar.gz

echo "# Downloading VBox-Starter"

curl -LJ0 "https://gitlab.com/catsfood/VBox-Starter/-/archive/v3.1.0/VBox-Starter-v3.1.0.tar.gz" --output-dir /tmp

echo "# Generating tarball"
"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/bonk-0.3.2.tar.gz --outdir /tmp
echo "# No tarball to remove"
Expand All @@ -25,6 +29,11 @@ echo "# Generating tarball"
echo "# Removing vendored tarball"
rm /tmp/vendor.tar.zst

echo "# Generating tarball"
"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/VBox-Starter-v3.1.0.tar.gz --outdir /tmp
echo "# Removing vendored tarball"
rm /tmp/vendor.tar.zst

echo "# Test tagging"
"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/s390-tools-2.29.0.tar.gz --outdir /tmp --cargotoml rust/pvsecret/Cargo.toml --cargotoml rust/utils/Cargo.toml --cargotoml rust/pv/Cargo.toml --tag "rust-component"

Expand All @@ -33,3 +42,4 @@ then
# Fail
exit 1
fi

0 comments on commit cb8a9a3

Please sign in to comment.