mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Update Default Windows Image (#2226)
* Update Function Scaling Policy and Diagnostic Settings. * Adding changes to scaling policy * UPdating cooldown. * Changing time windows. * Updating duration. * Updating Out-of-Date Windows Image. * Adding repro operations back. * Removing bad files.
This commit is contained in:
committed by
GitHub
parent
26f9667777
commit
ceb5d6d5f9
@ -14,7 +14,7 @@ bundles a Python interpreter.
|
|||||||
OneFuzz deploys targets into Azure Virtual Machine Scale Sets for fuzzing (and
|
OneFuzz deploys targets into Azure Virtual Machine Scale Sets for fuzzing (and
|
||||||
supporting tasks). OneFuzz permits arbitrary choice of VM SKU and OS Image,
|
supporting tasks). OneFuzz permits arbitrary choice of VM SKU and OS Image,
|
||||||
including custom images. We continuously test on Window 10 Pro x64 (using the
|
including custom images. We continuously test on Window 10 Pro x64 (using the
|
||||||
Azure OS image URN `MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest`)
|
Azure OS image URN `MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest`)
|
||||||
and Ubuntu 18.04 LTS x64 (using the Azure OS image URN
|
and Ubuntu 18.04 LTS x64 (using the Azure OS image URN
|
||||||
`Canonical:UbuntuServer:18.04-LTS:latest`).
|
`Canonical:UbuntuServer:18.04-LTS:latest`).
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ ONEFUZZ_GUID_NAMESPACE = uuid.UUID("27f25e3f-6544-4b69-b309-9b096c5a9cbc")
|
|||||||
ONE_HOUR_IN_SECONDS = 3600
|
ONE_HOUR_IN_SECONDS = 3600
|
||||||
|
|
||||||
DEFAULT_LINUX_IMAGE = "Canonical:UbuntuServer:18.04-LTS:latest"
|
DEFAULT_LINUX_IMAGE = "Canonical:UbuntuServer:18.04-LTS:latest"
|
||||||
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest"
|
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest"
|
||||||
|
|
||||||
REPRO_SSH_FORWARD = "1337:127.0.0.1:1337"
|
REPRO_SSH_FORWARD = "1337:127.0.0.1:1337"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ from ..job_templates.job_monitor import JobMonitor
|
|||||||
|
|
||||||
ELF_MAGIC = b"\x7fELF"
|
ELF_MAGIC = b"\x7fELF"
|
||||||
DEFAULT_LINUX_IMAGE = "Canonical:UbuntuServer:18.04-LTS:latest"
|
DEFAULT_LINUX_IMAGE = "Canonical:UbuntuServer:18.04-LTS:latest"
|
||||||
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest"
|
DEFAULT_WINDOWS_IMAGE = "MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest"
|
||||||
|
|
||||||
|
|
||||||
class StoppedEarly(Exception):
|
class StoppedEarly(Exception):
|
||||||
|
Reference in New Issue
Block a user