Skip to content

Commit 66811df

Browse files
nits
1 parent 4866927 commit 66811df

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/background.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Gerrit is an open-source, web-based code review system for Git repositories that
2222

2323
To learn more about how Gerrit fits into a development workflow and how to review, upload, and manage changes, start with the official Gerrit product overview and user guide.
2424

25-
There is also a [Basic Gerrit Walkthrough — For GitHub Users](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough-github.html) which explains the core principles of code review in Gerrit compared to pull requests.
25+
There's also a [Basic Gerrit Walkthrough — For GitHub Users](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough-github.html) which explains the core principles of code review in Gerrit compared to pull requests.
2626

2727
## What you've learned and what's next
2828

2929
You've now learned about Gerrit and the Google Axion C4A instance family that you'll use for benchmarking.
3030

31-
Next, you'll create a firewall rule on Google Cloud Platform that you'll use to make your Gerrit deployment accessible.
31+
Next, you'll create a firewall rule on Google Cloud Platform to make your Gerrit deployment accessible.

content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: learningpathall
99

1010
## Download and install the benchmarking script
1111

12-
You'll use a script to benchmark Gerrit performance on your Axion virtual machine (VM). The script exercises and times key Gerrit features and functions.
12+
You'll use a script to benchmark Gerrit performance on your C4A virtual machine (VM). The script exercises and times key Gerrit features and functions.
1313

1414
Clone the following repository into your VM:
1515

content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/instance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ weight: 4
77
layout: learningpathall
88
---
99

10-
## Create a Google Axion C4A Arm virtual machine
10+
## Create a Google Cloud C4A Arm-based virtual machine
1111

12-
Provision a Google Axion C4A Arm virtual machine (VM) on Google Cloud Platform (GCP) using the `c4a-standard-4` machine type (4 vCPUs, 16 GB memory) in the Google Cloud console.
12+
Provision a C4A Arm-based virtual machine (VM) on Google Cloud Platform (GCP) using the `c4a-standard-4` machine type (4 vCPUs, 16 GB memory) in the Google Cloud console.
1313

1414
{{% notice Note %}}
1515
For support on GCP setup, see the Learning Path [Getting started with Google Cloud Platform](/learning-paths/servers-and-cloud-computing/csp/google/).
@@ -19,14 +19,14 @@ For support on GCP setup, see the Learning Path [Getting started with Google Clo
1919

2020
To create a VM based on the C4A instance type:
2121

22-
1. Navigate to the [Google Cloud Console](https://console.cloud.google.com/).
22+
1. Navigate to the [Google Cloud console](https://console.cloud.google.com/).
2323
2. Go to **Compute Engine > VM Instances** and select **Create Instance**.
2424
3. Under **Machine configuration**:
2525
- Populate fields such as **Instance name**, **Region**, and **Zone**.
2626
- Set **Series** to `C4A`.
2727
- Select `c4a-standard-4` for machine type.
2828

29-
![Google Cloud Console interface showing the Create Instance page with Machine configuration section. Series is set to C4A and machine type shows c4a-standard-4 selected. The dialog displays configuration options for CPU, memory, and other VM settings.#center](images/gcp-vm.png "Creating a Google Axion C4A Arm virtual machine in Google Cloud Console")
29+
![Google Cloud console interface showing the Create Instance page with Machine configuration section. Series is set to C4A and machine type shows c4a-standard-4 selected. The dialog displays configuration options for CPU, memory, and other VM settings.#center](images/gcp-vm.png "Creating a C4A Arm-based virtual machine in Google Cloud console")
3030

3131

3232
4. Under **OS and Storage**, select **Change**. Choose an Arm64-based OS image. For this Learning Path, select **Ubuntu 24.04 LTS**.

0 commit comments

Comments
 (0)