Skip to content

Commit 9ea5d8a

Browse files
committed
remember to install propolis
Signed-off-by: Trey Aspelund <[email protected]>
1 parent fe4eaec commit 9ea5d8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/buildomat/jobs/test-interop.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rustc --version
2424
cargo install cargo-nextest
2525
pfexec pkg install protobuf
2626

27-
banner "setup"
27+
banner "testbed setup"
2828
git clone https://github.com/oxidecomputer/testbed
2929
cd testbed/interop
3030
mkdir image
@@ -35,6 +35,11 @@ cd ..
3535
cp image/root/opt/oxide/mgd/bin/{mgd,mgadm} cargo-bay/mgd/
3636
cargo build
3737

38+
banner "propolis install"
39+
curl -fOL https://buildomat.eng.oxide.computer/wg/0/artefact/01HJ4BJJY2Q9EKXHYV6HQZ8XPN/qQS2fnkS9LebcL4cDLeHRWdleSiXaGKEXGLDucRoab8pwBSi/01HJ4BJY5F995ET252YSD4NJWV/01HJ4CGFH946THBF0ZRH6SRM8X/propolis-server
40+
chmod +x propolis-server
41+
pfexec mv propolis-server /usr/bin/
42+
3843
banner "start topology"
3944
pfexec ./interop launch
4045

0 commit comments

Comments
 (0)