Skip to content

Commit

Permalink
Merge pull request #3067 from opensciencegrid/add-hepscore-percentage
Browse files Browse the repository at this point in the history
Add HEPScore23Percentage to WLCGInformation
  • Loading branch information
brianhlin authored Apr 4, 2023
2 parents c757db8 + 27f972f commit 1918b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/rgsummary.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
<xsd:element name="StorageCapacityMax" type="xsd:string"/>
<xsd:element name="HEPSPEC" type="xsd:string" />
<xsd:element minOccurs="0" name="APELNormalFactor" type="xsd:string" />
<xsd:element minOccurs="0" name="HEPScore23Percentage" type="xsd:string" />
<xsd:element name="TapeCapacity" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Expand Down
1 change: 1 addition & 0 deletions template-resourcegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Resources:
### WLCGInformation (optional) is only for resources that are part of the WLCG
# WLCGInformation:
# APELNormalFactor: 0.0
# HEPScore23Percentage: 0.0
# AccountingName: <name>
# HEPSPEC: 0
# InteropAccounting: true
Expand Down

0 comments on commit 1918b87

Please sign in to comment.