-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stencil): upgrade modules (2023-08-07) (#114)
* fix(stencil): upgrade modules (2023-08-07) * cleanup service.yaml, disable docker and e2e step --------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Jared Allard <[email protected]>
- Loading branch information
1 parent
c48694d
commit 978e15c
Showing
19 changed files
with
1,754 additions
and
2,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,13 @@ | |
# syntax, such as anchors, will be fixed automatically. | ||
version: 2.1 | ||
orbs: | ||
shared: getoutreach/[email protected] | ||
shared: getoutreach/[email protected] | ||
queue: eddiewebb/[email protected] | ||
|
||
parameters: | ||
rebuild_cache: | ||
type: boolean | ||
default: false | ||
|
||
# Extra contexts to expose to all jobs below | ||
contexts: &contexts | ||
|
@@ -11,14 +17,24 @@ contexts: &contexts | |
- docker-registry | ||
- npm-credentials | ||
- prismacloud-credentials | ||
- opslevel-credentials | ||
- vault-dev | ||
- confluence | ||
- circleci-credentials | ||
- tray-webhooks | ||
## <<Stencil::Block(extraContexts)>> | ||
|
||
## <</Stencil::Block>> | ||
|
||
# Test configs to pass to test and cache jobs | ||
test: &test | ||
context: *contexts | ||
app_name: lintroller | ||
### Start parameters inserted by other modules | ||
### End parameters inserted by other modules | ||
## <<Stencil::Block(circleTestExtra)>> | ||
|
||
## <</Stencil::Block>> | ||
|
||
# Branches used for releasing code, pre-release or not | ||
release_branches: &release_branches | ||
- "main" | ||
|
@@ -41,7 +57,26 @@ workflows: | |
### Start workflows inserted by other modules | ||
### End workflows inserted by other modules | ||
|
||
rebuild-cache: | ||
triggers: | ||
- schedule: | ||
# Every day at 00:00 UTC. | ||
cron: "0 0 * * *" | ||
filters: | ||
branches: | ||
only: | ||
- main | ||
jobs: | ||
- shared/save_cache: *test | ||
|
||
manual-rebuild-cache: | ||
when: << pipeline.parameters.rebuild_cache >> | ||
jobs: | ||
- shared/save_cache: *test | ||
|
||
release: | ||
when: | ||
not: << pipeline.parameters.rebuild_cache >> | ||
jobs: | ||
## <<Stencil::Block(circleWorkflowJobs)>> | ||
|
||
|
@@ -71,35 +106,15 @@ workflows: | |
branches: | ||
ignore: *release_branches | ||
- shared/test: | ||
context: *contexts | ||
app_name: lintroller | ||
### Start parameters inserted by other modules | ||
### End parameters inserted by other modules | ||
## <<Stencil::Block(circleTestExtra)>> | ||
<<: *test | ||
## <<Stencil::Block(circleSharedTestExtra)>> | ||
|
||
## <</Stencil::Block>> | ||
|
||
- shared/publish_docs: | ||
context: *contexts | ||
filters: | ||
branches: | ||
ignore: /.*/ | ||
tags: | ||
only: /v[0-9]+(\.[0-9]+)*(-.*)*/ | ||
- shared/finalize-coverage: | ||
context: *contexts | ||
requires: | ||
- shared/e2e | ||
- shared/test | ||
- shared/e2e: | ||
context: *contexts | ||
## <<Stencil::Block(circleE2EExtra)>> | ||
|
||
## <</Stencil::Block>> | ||
- shared/docker: | ||
context: *contexts | ||
filters: | ||
branches: | ||
ignore: *release_branches | ||
only: | ||
- main | ||
tags: | ||
only: /v\d+(\.\d+)*(-.*)*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# This file contains tool versions for use with asdf | ||
golang 1.19 | ||
nodejs 16.13.0 | ||
terraform 0.13.5 | ||
ruby 2.7.5 | ||
# Note: Versions in this block override the default versions below. | ||
# Be EXTREMELY CAREFUL with this. If you override a standard version | ||
# you are reducing compatibility guarantees. | ||
## <<Stencil::Block(toolverOverride)>> | ||
## <</Stencil::Block>> | ||
golang 1.19.11 | ||
terraform 1.4.4 | ||
protoc 21.5 | ||
# Note: Versions in this block override the above. Be EXTREMELY | ||
# CAREFUL with this. If you override a standard version you are | ||
# reducing compatibility guarantees. | ||
nodejs 18.14.1 | ||
# Note: Versions in this block do not override the default versions above | ||
# but sometimes you have to declare additional versions of the same tool | ||
# while leaving the 'default' version intact for the infra. | ||
# The most common case is nodejs. | ||
## <<Stencil::Block(toolver)>> | ||
## <</Stencil::Block>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
MY_NAMESPACE="lintroller--bento1a" | ||
OUTREACH_ACCOUNTS_BASE_URL="https://accounts.outreach-dev.com" | ||
OUTREACH_DOMAIN="outreach-dev.com" | ||
// <<Stencil::Block(vscodeEnvVars)>> | ||
|
||
// <</Stencil::Block>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
module github.com/getoutreach/lintroller | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/getoutreach/gobox v1.54.0 | ||
github.com/getoutreach/gobox v1.71.0 | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/tools v0.1.12 | ||
golang.org/x/tools v0.2.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
gotest.tools/v3 v3.4.0 | ||
) | ||
|
||
require github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
|
||
require ( | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
Oops, something went wrong.