Skip to content

Commit

Permalink
backport of commit b48e826
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes committed Mar 16, 2023
1 parent 3559dd2 commit 26fa959
Show file tree
Hide file tree
Showing 4,621 changed files with 50,531 additions and 282,427 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 11 additions & 11 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .circleci/config/@config.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

---
version: 2.1

Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/commands/@caches.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

restore_yarn_cache:
steps:
- restore_cache:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/commands/configure-git.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

steps:
- add_ssh_keys:
fingerprints:
Expand Down
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

description: >
Check if branch name starts with ui/ or docs/ and if so, exit.
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/commands/exit-if-ui-or-docs-branch.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

description: >
Check if branch name starts with ui/ or docs/ and if so, exit.
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/commands/go_test.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

description: run go tests
parameters:
extra_flags:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/commands/setup-go.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

---
description: >
Ensure the right version of Go is installed and set GOPATH to $HOME/go.
Expand Down
4 changes: 1 addition & 3 deletions .circleci/config/executors/@executors.yml
@@ -1,12 +1,10 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
references:
environment: &ENVIRONMENT
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GOTESTSUM_VERSION: 0.5.2 # Pin gotestsum to patch version (ex: 1.2.3)
GOFUMPT_VERSION: 0.3.1 # Pin gofumpt to patch version (ex: 1.2.3)
GO_TAGS: ""
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.20.1"
GO_IMAGE: &GO_IMAGE "docker.mirror.hashicorp.services/cimg/go:1.19.6"
go-machine:
machine:
image: ubuntu-2004:2022.10.1
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/build-go-dev.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: go-machine
steps:
- checkout
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/fmt.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

description: Ensure go formatting is correct.
executor: go-machine
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/install-ui-dependencies.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: node
steps:
- checkout
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/pre-flight-checks.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

description: Ensure nothing obvious is broken, and pre-cache Go modules.
executor: go-machine
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/semgrep.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

---
executor: semgrep
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-go-nightly.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: go-machine
steps:
- checkout
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-go-race-remote-docker.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: docker-env-go-test-remote-docker
parallelism: 8
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-go-race.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: docker-env-go-test-race
parallelism: 8
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-go-remote-docker.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: docker-env-go-test-remote-docker
parallelism: 8
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-go.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: docker-env-go-test
parallelism: 8
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/jobs/test-ui.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

executor: node
resource_class: xlarge
steps:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config/workflows/ci.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

jobs:
- pre-flight-checks
- fmt
Expand Down
14 changes: 0 additions & 14 deletions .copywrite.hcl

This file was deleted.

3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

contact_links:
- name: Ask a question
url: https://discuss.hashicorp.com/c/vault
Expand Down
8 changes: 0 additions & 8 deletions .github/configs/milestone-check.json

This file was deleted.

24 changes: 24 additions & 0 deletions .github/enos-run-matrices/ent.json
@@ -0,0 +1,24 @@
{
"include": [
{
"scenario": "smoke backend:consul consul_version:1.12.3 distro:ubuntu seal:awskms arch:amd64 builder:crt edition:ent",
"aws_region": "us-west-1"
},
{
"scenario": "smoke backend:raft consul_version:1.12.3 distro:ubuntu seal:shamir arch:amd64 builder:crt edition:ent",
"aws_region": "us-west-2"
},
{
"scenario": "upgrade backend:raft consul_version:1.11.7 distro:rhel seal:shamir arch:amd64 builder:crt edition:ent",
"aws_region": "us-west-1"
},
{
"scenario": "upgrade backend:consul consul_version:1.11.7 distro:rhel seal:awskms arch:amd64 builder:crt edition:ent",
"aws_region": "us-west-2"
},
{
"scenario": "autopilot distro:ubuntu seal:shamir arch:amd64 builder:crt edition:ent",
"aws_region": "us-west-1"
}
]
}
20 changes: 20 additions & 0 deletions .github/enos-run-matrices/oss.json
@@ -0,0 +1,20 @@
{
"include": [
{
"scenario": "smoke backend:consul consul_version:1.12.3 distro:ubuntu seal:awskms arch:amd64 builder:crt edition:oss",
"aws_region": "us-west-1"
},
{
"scenario": "smoke backend:raft consul_version:1.12.3 distro:ubuntu seal:shamir arch:amd64 builder:crt edition:oss",
"aws_region": "us-west-2"
},
{
"scenario": "upgrade backend:raft consul_version:1.11.7 distro:rhel seal:shamir arch:amd64 builder:crt edition:oss",
"aws_region": "us-west-1"
},
{
"scenario": "upgrade backend:consul consul_version:1.11.7 distro:rhel seal:awskms arch:amd64 builder:crt edition:oss",
"aws_region": "us-west-2"
}
]
}

0 comments on commit 26fa959

Please sign in to comment.