Skip to content

Commit f435b67

Browse files
authored
Merge branch 'main' into adaptive-testing-smarter-testing
2 parents fa1c353 + f5513e9 commit f435b67

File tree

57 files changed

+849
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+849
-149
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
executors:
99
node_executor:
1010
docker:
11-
- image: cimg/node:22.20.0
11+
- image: cimg/node:24.11.1
1212
working_directory: ~/project
1313

1414
go_executor:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.1

.vale.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vocab = Docs
44

55
MinAlertLevel = suggestion
66

7-
Packages = Readability
7+
Packages = Readability, AsciiDoc
88

99
[asciidoctor]
1010
# attribute = value
@@ -18,4 +18,4 @@ experimental = YES
1818
attribute-missing = drop
1919

2020
[*.adoc]
21-
BasedOnStyles = circleci-docs, Vale, Readability, Openly
21+
BasedOnStyles = circleci-docs, Vale, Readability, Openly, AsciiDoc

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ asciidoc:
4848
serverversion45: 4.5.5
4949
serverversion46: 4.6.6
5050
serverversion47: 4.7.11
51-
serverversion48: 4.8.4
51+
serverversion48: 4.8.5
5252
serverversion: 3.4.8
5353
terraformversion: 0.15.4
5454
dockerversion: v28

docs/guides/modules/about-circleci/pages/concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Concepts
22
:page-platform: Cloud, Server v4+
3-
:description: CircleCI concepts
3+
:page-description: CircleCI concepts
44
:experimental:
55

66
[#introduction]

docs/guides/modules/deploy/pages/deploy-service-update-to-aws-ecs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Deploy service update to AWS ECS
22
:page-platform: Cloud, Server v4+
3-
:description: A how to guide for deploying changes to AWS ECS using CircleCI orbs.
3+
:page-description: A how to guide for deploying changes to AWS ECS using CircleCI orbs.
44
:experimental:
55

66
In this how-to guide, you will learn how to configure CircleCI to deploy to AWS ECS using CircleCI orbs.

docs/guides/modules/deploy/pages/publish-packages-to-packagecloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Publish packages to Packagecloud
22
:page-platform: Cloud, Server v4+
3-
:description: How to publish packages to Packagecloud using CircleCI.
3+
:page-description: How to publish packages to Packagecloud using CircleCI.
44
:experimental:
55

66
In this how-to guide, you will learn how to configure CircleCI to publish packages to Packagecloud.

docs/guides/modules/execution-managed/pages/docker-to-machine.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Migrating from Docker to Machine
22
:page-platform: Cloud, Server v4+
3-
:description: Best practices and considerations when migrating your executor from Docker to machine
3+
:page-description: Best practices and considerations when migrating your executor from Docker to machine
44
:experimental:
55

66
This page contains some general guidelines and considerations to make when moving from the Docker executor to machine, or vice versa.

docs/guides/modules/execution-managed/pages/hello-world-windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Hello world on Windows
22
:page-platform: Cloud, Server v4+
3-
:description: First Windows project on CircleCI
3+
:page-description: First Windows project on CircleCI
44
:experimental:
55

66
This document describes how to get started with continuous integration on *Windows execution environments* on CircleCI. If this is your first time setting up CircleCI, we recommend checking out the xref:getting-started:getting-started.adoc[Getting Started guide].

docs/guides/modules/execution-managed/pages/using-linuxvm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Using the Linux VM execution environment
22
:page-platform: Cloud, Server v4+
3-
:description: Learn how to configure a your jobs to run in the Linux VM execution environment using the machine executor.
3+
:page-description: Learn how to configure a your jobs to run in the Linux VM execution environment using the machine executor.
44
:experimental:
55

66
You can run your jobs in the Linux VM (virtual machine) execution environment by using the machine executor and specifying a Linux image. Using the machine executor runs your jobs in a dedicated, ephemeral VM.

0 commit comments

Comments
 (0)