File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 4747 cp ./downloaded-guest-binaries-release/dummyguest ./src/tests/rust_guests/bin/release/dummyguest
4848
4949 # ## Benchmarks ###
50- - name : Install github-cli (Linux mariner)
51- if : runner.os == 'Linux' && matrix.hypervisor == 'hyperv'
52- run : sudo dnf install gh -y
53-
54- - name : Install github-cli (Linux ubuntu)
55- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
56- run : sudo apt install gh -y
57-
5850 - name : Fetch tags
5951 run : git fetch --tags origin
6052
Original file line number Diff line number Diff line change @@ -142,15 +142,6 @@ jobs:
142142 RUST_LOG : debug
143143 run : just test-rust-crashdump ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
144144
145- # ## Benchmarks ###
146- - name : Install github-cli (Linux mariner)
147- if : runner.os == 'Linux' && matrix.hypervisor == 'mshv'
148- run : sudo dnf install gh -y
149-
150- - name : Install github-cli (Linux ubuntu)
151- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
152- run : sudo apt install gh -y
153-
154145 - name : Download benchmarks from "latest"
155146 run : just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease
156147 env :
You can’t perform that action at this time.
0 commit comments