-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
1,895 additions
and
1,689 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: localizer | ||
### 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,30 +106,15 @@ workflows: | |
branches: | ||
ignore: *release_branches | ||
- shared/test: | ||
context: *contexts | ||
app_name: localizer | ||
### 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="localizer--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.