-
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) (#20)
* 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
bcd9027
commit 422abd1
Showing
19 changed files
with
1,852 additions
and
1,777 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: logfmt | ||
### 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 # Release branch | ||
- release | ||
|
@@ -43,7 +59,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)>> | ||
|
||
|
@@ -73,30 +108,15 @@ workflows: | |
branches: | ||
ignore: *release_branches | ||
- shared/test: | ||
context: *contexts | ||
app_name: logfmt | ||
### 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/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
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="logfmt--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
Oops, something went wrong.