Skip to content

Commit

Permalink
Add Examples component
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 29, 2024
1 parent 7f15899 commit 6145f0f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
load-spec:
- Deployment
- Examples
name: GS64 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v4
Expand Down
19 changes: 19 additions & 0 deletions rowan/components/Examples.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Examples',
#projectNames : [ ],
#componentNames : [
'Deployment'
],
#packageNames : [
'Stargate-Consul-Examples'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-Consul-Examples' : { 'symbolDictName' : 'Stargate' }
}
}
}
}
}
9 changes: 6 additions & 3 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ RwSimpleProjectLoadComponentV2 {
#condition : 'tests',
#projectNames : [ ],
#componentNames : [
'Deployment'
'Deployment',
'Examples'
],
#packageNames : [
'Stargate-Consul-Tests'
'Stargate-Consul-Tests',
'Stargate-Consul-Examples-Tests'

],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-Consul-Tests' : { 'symbolDictName' : 'Stargate' }
'Stargate-Consul-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Consul-Examples-Tests' : { 'symbolDictName' : 'Stargate' }
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions rowan/specs/Stargate-Consul-Examples.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RwLoadSpecificationV2 {
#specName: 'Stargate-Consul-Examples',
#projectName : 'Stargate-Consul',
#diskUrl : 'Stargate-Consul',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Examples'
]
}

0 comments on commit 6145f0f

Please sign in to comment.