You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/background.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Gerrit is an open-source, web-based code review system for Git repositories that
22
22
23
23
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.
24
24
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.
26
26
27
27
## What you've learned and what's next
28
28
29
29
You've now learned about Gerrit and the Google Axion C4A instance family that you'll use for benchmarking.
30
30
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.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/benchmarking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ layout: learningpathall
9
9
10
10
## Download and install the benchmarking script
11
11
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.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/instance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ weight: 4
7
7
layout: learningpathall
8
8
---
9
9
10
-
## Create a Google Axion C4A Arm virtual machine
10
+
## Create a Google Cloud C4A Arm-based virtual machine
11
11
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.
13
13
14
14
{{% notice Note %}}
15
15
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
19
19
20
20
To create a VM based on the C4A instance type:
21
21
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/).
23
23
2. Go to **Compute Engine > VM Instances** and select **Create Instance**.
24
24
3. Under **Machine configuration**:
25
25
- Populate fields such as **Instance name**, **Region**, and **Zone**.
26
26
- Set **Series** to `C4A`.
27
27
- Select `c4a-standard-4` for machine type.
28
28
29
-

29
+

30
30
31
31
32
32
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