Skip to content

Commit

Permalink
Add application configuration components to rowan specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 21, 2023
1 parent cc02e7e commit a143f07
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
load-spec:
- Application-Configuration
- Core
- Dependent-SUnit-Extensions
- Deployment
Expand Down
21 changes: 21 additions & 0 deletions rowan/components/Application-Configuration.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Application-Configuration',
#projectNames : [
'Launchpad'
],
#componentNames : [
'Core'
],
#packageNames : [
'Stargate-Application-Configuration'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-Application-Configuration' : { 'symbolDictName' : 'Stargate' }
}
}
}
}
}
1 change: 1 addition & 0 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ RwSimpleProjectLoadComponentV2 {
#name : 'Deployment',
#projectNames : [ ],
#componentNames : [
'Application-Configuration',
'JSON-RPC'
],
#packageNames : [ ]
Expand Down
4 changes: 3 additions & 1 deletion rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ RwSimpleProjectLoadComponentV2 {
'Dependent-SUnit-Extensions'
],
#packageNames : [
'Stargate-Application-Configuration-Tests',
'Stargate-JSON-RPC-Tests'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' }
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Application-Configuration-Tests' : { 'symbolDictName' : 'Stargate' }
}
}
}
Expand Down
11 changes: 11 additions & 0 deletions rowan/projects/Launchpad.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
RwLoadSpecificationV2 {
#specName: 'Launchpad',
#projectName : 'Launchpad',
#gitUrl : 'https://github.com/ba-st/Launchpad.git',
#revision : 'v5',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment',
'Dependent-SUnit-Extensions'
]
}
9 changes: 9 additions & 0 deletions rowan/specs/Stargate-Application-Configuration-CI.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RwLoadSpecificationV2 {
#specName: 'Stargate-Application-Configuration',
#projectName : 'Stargate',
#diskUrl : 'Stargate',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Application-Configuration'
]
}

0 comments on commit a143f07

Please sign in to comment.