Skip to content

Commit

Permalink
removed testing changes from azure.yml and old code from gcc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dailey committed Mar 11, 2024
1 parent d89dc38 commit 5827a5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions lisa/tools/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def _install(self) -> bool:
# Tools including sockperf need gcc11 on
# FreeBSD to compile.
posix_os.install_packages("lang/gcc")
# self.node.execute(
# "ln -s /usr/local/bin/gcc11 /usr/local/bin/gcc", sudo=True
# )
else:
posix_os.install_packages("gcc")
return self._check_exists()
Expand Down
5 changes: 1 addition & 4 deletions microsoft/runbook/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable:
- name: resource_group_name
value: ""
- name: marketplace_image
value: "thefreebsdfoundation freebsd-13_2 13_2-release 13.2.0"
value: ""
- name: vhd
value: ""
- name: vm_size
Expand Down Expand Up @@ -48,6 +48,3 @@ platform:
vhd: $(vhd)
location: $(location)
vm_size: $(vm_size)
testcase:
- criteria:
name: perf_tcp_ntttcp_synthetic

0 comments on commit 5827a5e

Please sign in to comment.