Skip to content

Commit

Permalink
Add Dependent-SUnit-Extensions component for GS64
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jan 16, 2024
1 parent 17dad7c commit 6e5bfd4
Show file tree
Hide file tree
Showing 4 changed files with 36 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
- Dependent-SUnit-Extensions
name: GS64 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v3
Expand Down
20 changes: 20 additions & 0 deletions rowan/components/Dependent-SUnit-Extensions.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Dependent-SUnit-Extensions',
#condition : 'sunit',
#projectNames : [ ],
#componentNames : [
'Deployment'
],
#packageNames : [
'Launchpad-SUnit'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Launchpad-SUnit' : { 'symbolDictName' : 'Launchpad' }
}
}
}
}
}
5 changes: 2 additions & 3 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ RwSimpleProjectLoadComponentV2 {
#condition : 'tests',
#projectNames : [ ],
#componentNames : [
'Deployment'
'Deployment',
'Dependent-SUnit-Extensions'
],
#packageNames : [
'Launchpad-Applications-Tests',
'Launchpad-Commands-Tests',
'Launchpad-Configuration-Tests',
'Launchpad-Examples',
'Launchpad-GS64-Extensions-Tests',
'Launchpad-SUnit',
'Launchpad-Tracing-Tests'
],
#conditionalPackageMapSpecs : {
Expand All @@ -23,7 +23,6 @@ RwSimpleProjectLoadComponentV2 {
'Launchpad-Configuration-Tests' : { 'symbolDictName' : 'Launchpad' },
'Launchpad-Examples' : { 'symbolDictName' : 'Launchpad' },
'Launchpad-GS64-Extensions-Tests' : { 'symbolDictName' : 'Launchpad' },
'Launchpad-SUnit' : { 'symbolDictName' : 'Launchpad' },
'Launchpad-Tracing-Tests' : { 'symbolDictName' : 'Launchpad' }
}
}
Expand Down
13 changes: 13 additions & 0 deletions rowan/specs/Launchpad-Dependent-SUnit-Extensions.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
RwLoadSpecificationV2 {
#specName: 'Launchpad-Dependent-SUnit-Extensions',
#projectName : 'Launchpad',
#diskUrl : 'Launchpad',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Dependent-SUnit-Extensions'
],
#customConditionalAttributes : [
'tests',
'sunit'
]
}

0 comments on commit 6e5bfd4

Please sign in to comment.