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 47
47
cp ./downloaded-guest-binaries-release/dummyguest ./src/tests/rust_guests/bin/release/dummyguest
48
48
49
49
# ## 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
-
58
50
- name : Fetch tags
59
51
run : git fetch --tags origin
60
52
Original file line number Diff line number Diff line change @@ -142,15 +142,6 @@ jobs:
142
142
RUST_LOG : debug
143
143
run : just test-rust-crashdump ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
144
144
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
-
154
145
- name : Download benchmarks from "latest"
155
146
run : just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease
156
147
env :
You can’t perform that action at this time.
0 commit comments