Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Windows runner version compatibility and prerequisites [ONPREM-346] #8927

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions jekyll/_cci2/install-machine-runner-3-on-windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contentTags:
:machine:
:windows:

This page describes how to install CircleCI's machine runner 3.0 on Windows. This has been tested for Windows Server 2019 in Datacenter Edition. Other Server SKUs with Desktop Experience and Remote Desktop Services should also work.
This page describes how to install CircleCI's machine runner 3.0 on Windows. This has been tested for Windows Server 2016, 2019, and 2022 in Datacenter Edition. Other Server SKUs with Desktop Experience and Remote Desktop Services (RDS) should also work.

This page walks you through installing a machine runner and its dependencies (for example, Chocolatey, Git, and Gzip) on your Windows Server.

Expand All @@ -24,14 +24,16 @@ NOTE: The Windows Server needs to be a domain member when you set this up in dom
[#prerequisites]
== Prerequisites

To install machine runners and run jobs, you will need to have root access, and have the following utilities and tools installed on your system:
To install machine runners and run jobs, you will need to have root access, and have the following dependencies installed on your system:

* https://www.gnu.org/software/tar/[tar]
* link:https://learn.microsoft.com/en-us/windows-server/get-started/install-options-server-core-desktop-experience[Desktop Experience]

* https://www.gnu.org/software/gzip/[Gzip]
* link:https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/remote-desktop-services-overview[Remote Desktop Services (RDS)]

* The xref:local-cli#[CircleCI CLI] if you wish to install runners from the command line

NOTE: Additional utilities and tools, such as Chocolatey, Git, and Gzip are automatically installed as part of the <<#installation-steps,installation script>>.

[#self-hosted-runner-terms-agreement]
== Self-hosted runner terms agreement

Expand Down