Update patch set 3

Change has been successfully merged

1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:

```
The name of the file: doc/source/_exts/projects.py
Insertions: 9, Deletions: 9.

@@ -25,7 +25,7 @@
 
 LOG = logging.getLogger(__name__)
 
-IRC_LOG_URL_BASE = 'http://eavesdrop.openstack.org/irclogs/%23'
+MATRIX_LOG_URL_BASE = 'https://meetings.opendev.org/irclogs//%23'
 
 _projects_yaml = {}
 
@@ -59,14 +59,14 @@
     yield '=' * len(title)
     yield ''
     yield ':Home Page: ' + info.get('url', '')
-    tl = info.get('tl', {'name': '', 'irc': '', 'email': ''})
-    yield ':Technical Lead: %(name)s (``%(irc)s``) <%(email)s>' % tl
-    pl = info.get('pl', {'name': '', 'irc': '', 'email': ''})
-    yield ':Project Lead: %(name)s (``%(irc)s``) <%(email)s>' % pl
-    irc_channel = info.get('irc-channel')
-    if irc_channel:
-        yield ':IRC Channel: `#%s <%s%s>`__' % (
-            irc_channel, IRC_LOG_URL_BASE, irc_channel)
+    tl = info.get('tl', {'name': '', 'matrix': '', 'email': ''})
+    yield ':Technical Lead: %(name)s (``%(matrix)s``) <%(email)s>' % tl
+    pl = info.get('pl', {'name': '', 'matrix': '', 'email': ''})
+    yield ':Project Lead: %(name)s (``%(matrix)s``) <%(email)s>' % pl
+    matrix_room = info.get('matrix-room')
+    if matrix_room:
+        yield ':Matrix Room: `#%s <%s%s>`__' % (
+            matrix_room, MATRIX_LOG_URL_BASE, matrix_room)
     service = info.get('service')
     if service:
         yield ':Service: ' + service
```
```
The name of the file: reference/tsc/projects.yaml
Insertions: 55, Deletions: 55.

@@ -2,13 +2,13 @@
 build:
   pl:
     name:
-    irc:
+    matrix:
     email:
   tl:
     name: Scott Little
-    irc:
+    matrix:
     email: scott.little@windriver.com
-  matrix-room: starlingx-build:opendev.org
+  matrix-room: starlingx-build
   mission: >
     Cloud Builders
   url: https://wiki.openstack.org/wiki/StarlingX/Build
@@ -35,14 +35,14 @@
 
 containers:
   pl:
-    name: Chris Friesen
-    irc:
-    email: chris.friesen@windriver.com
+    name: Bruce Jones
+    matrix:
+    email: Bruce.Jones@windriver.com
   tl:
-    name: Chris Friesen
-    irc:
-    email: chris.friesen@windriver.com
-  matrix-room: starlingx-containers:opendev.org
+    name:
+    matrix:
+    email:
+  matrix-room: starlingx-containers
   service: Container Platform
   mission: >
     Provide container platform for StarlingX
@@ -72,14 +72,14 @@
 
 distcloud:
   pl:
-    name: Ramaswamy Subramanian
-    irc:
-    email: Ramaswamy.Subramanian@windriver.com
+    name:
+    matrix:
+    email:
   tl:
     name: Tee Ngo
-    irc:
+    matrix:
     email: tee.ngo@windriver.com
-  matrix-room: starlingx-distcloud:opendev.org
+  matrix-room: starlingx-distcloud
   service: Distributed Cloud
   mission: >
     Spreading out the goodness
@@ -94,14 +94,14 @@
 
 distro:
   pl:
-    name: Linda Wang
-    irc:
-    email: linda.wang@windriver.com
+    name:
+    matrix:
+    email:
   tl:
-    name: Mark Asselstine
-    irc:
-    email: mark.asselstine@windriver.com
-  matrix-room: starlingx-distro:opendev.org
+    name:
+    matrix:
+    email:
+  matrix-room: starlingx-distro
   mission: >
     Maintain the StarlingX Kernel and Operating System (OS).
   url: https://docs.starlingx.io/
@@ -122,13 +122,13 @@
 docs:
   pl:
     name: Greg Waines
-    irc:
+    matrix:
     email: greg.waines@windriver.com
   tl:
     name: Juanita Balaraj
-    irc:
+    matrix:
     email: juanita.balaraj@windriver.com
-  matrix-room: starlingx-docs:opendev.org
+  matrix-room: starlingx-docs
   mission: >
     Explaining us to the world
   url: https://docs.starlingx.io/
@@ -152,14 +152,14 @@
 
 flock-services:
   pl:
-    name: Ramaswamy Subramanian
-    irc:
-    email: Ramaswamy.Subramanian@windriver.com
+    name:
+    matrix:
+    email:
   tl:
     name: John Kung
-    irc:
+    matrix:
     email: john.kung@windriver.com
-  matrix-room: starlingx-flock:opendev.org
+  matrix-room: starlingx-flock
   service: StarlingX Flock Services
   mission: >
     Maintains the complete set of the StarlingX flock services
@@ -183,13 +183,13 @@
 networking:
   pl:
     name: Steven Webster
-    irc:
+    matrix:
     email: steven.webster@windriver.com
   tl:
     name: Steven Webster
-    irc:
+    matrix:
     email: steven.webster@windriver.com
-  matrix-room: starlingx-networking:opendev.org
+  matrix-room: starlingx-networking
   service: StarlingX Networking
   mission: >
     Developing features and addressing bugs related to StarlingX networking
@@ -256,14 +256,14 @@
 
 openstack-distro:
   pl:
-    name: Thales Elero Cervi
-    irc:
-    email: thaleselero.cervi@windriver.com
+    name: Douglas Lopes Pereira
+    matrix:
+    email: douglas.pereira@windriver.com
   tl:
     name: Thales Elero Cervi
-    irc:
+    matrix:
     email: thaleselero.cervi@windriver.com
-  matrix-room: starlingx-openstack:opendev.org
+  matrix-room: starlingx-openstack
   service: StarlingX Openstack Integration
   mission: >
     Upstreaming of OpenStack patches and OpenStack integration in StarlingX
@@ -294,14 +294,14 @@
 
 release:
   pl:
-    name: Ghada Khalil
-    irc:
-    email: Ghada.Khalil@windriver.com
+    name:
+    matrix:
+    email:
   tl:
-    name: Ghada Khalil
-    irc:
-    email: Ghada.Khalil@windriver.com
-  matrix-room: starlingx-release:opendev.org
+    name:
+    matrix:
+    email:
+  matrix-room: starlingx-release
   mission: >
     StarlingX Release Management
   url: https://wiki.openstack.org/wiki/StarlingX/Releases
@@ -330,14 +330,14 @@
 
 security:
   pl:
-    name: Ghada Khalil
-    irc:
-    email: Ghada.Khalil@windriver.com
+    name:
+    matrix:
+    email:
   tl:
-    name: Ghada Khalil
-    irc:
-    email: Ghada.Khalil@windriver.com
-  matrix-room: starlingx-general:opendev.org
+    name:
+    matrix:
+    email:
+  matrix-room: starlingx-general
   mission: >
     Developing features and addressing bugs / CVEs related to StarlingX security
   url: https://wiki.openstack.org/wiki/StarlingX/Security
@@ -392,13 +392,13 @@
 test:
   pl:
     name: Rob Cooke
-    irc:
+    matrix:
     email: rob.cooke@windriver.com
   tl:
     name: Rob Cooke
-    irc:
+    matrix:
     email: rob.cooke@windriver.com
-  matrix-room: starlingx-test:opendev.org
+  matrix-room: starlingx-test
   mission: >
     If it is not tested it is broken
   url: https://docs.starlingx.io/
```


Patch-set: 3
Status: merged
Tag: autogenerated:gerrit:merged
Reviewer: Gerrit User 22348 <22348@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Label: SUBM=+1, 169ace9e74fe12f14adfd35f8cce04b3b5937d06
Submission-id: 900222
Submitted-with: OK
Submitted-with: Rule-Name: gerrit~DefaultSubmitRule
Submitted-with: MAY: Verified: Gerrit User 22348 <22348@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Submitted-with: MAY: Code-Review: Gerrit User 26026 <26026@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Submitted-with: MAY: Workflow: Gerrit User 9562 <9562@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Submitted-with: MAY: Rollcall-Vote: Gerrit User 26026 <26026@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Attention: {"person_ident":"Gerrit User 29078 \u003c29078@4a232e18-c5a9-48ee-94c0-e04e7cca6543\u003e","operation":"REMOVE","reason":"Change was submitted"}
This commit is contained in:
Gerrit User 22348 2024-01-02 15:29:11 +00:00 committed by Gerrit Code Review
parent b991f96b6a
commit 1578299180
1 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,117 @@
{
"comments": [],
"submitRequirementResults": [
{
"submitRequirement": {
"name": "Code-Review",
"description": {
"value": "Code Review votes are ignored"
},
"applicabilityExpression": {
"value": {
"expressionString": "is:false"
}
},
"submittabilityExpression": {
"expressionString": "is:true"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:false"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["is:false"]}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:true"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[]}
},
"overrideExpressionResult": {},
"patchSetCommitId": "d913f389ff2175f0571a6b82e7c93b0449c453e7",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Rollcall-Vote",
"description": {
"value": "An informational vote from team members"
},
"applicabilityExpression": {
"value": {
"expressionString": "is:false"
}
},
"submittabilityExpression": {
"expressionString": "is:true"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:false"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["is:false"]}
},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"is:true"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[]}
},
"overrideExpressionResult": {},
"patchSetCommitId": "d913f389ff2175f0571a6b82e7c93b0449c453e7",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Verified",
"description": {
"value": "Verified in gate by CI"
},
"applicabilityExpression": {},
"submittabilityExpression": {
"expressionString": "label:Verified\u003dMAX AND -label:Verified\u003dMIN"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"label:Verified=MAX AND -label:Verified=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Verified=MAX"],"failingAtoms":["label:Verified=MIN"]}
},
"overrideExpressionResult": {},
"patchSetCommitId": "d913f389ff2175f0571a6b82e7c93b0449c453e7",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
},
{
"submitRequirement": {
"name": "Workflow",
"description": {
"value": "Approved for gate by core reviewer"
},
"applicabilityExpression": {},
"submittabilityExpression": {
"expressionString": "label:Workflow\u003dMAX AND -label:Workflow\u003dMIN"
},
"overrideExpression": {},
"allowOverrideInChildProjects": false
},
"applicabilityExpressionResult": {},
"submittabilityExpressionResult": {
"value": {"expression":{"expressionString":"label:Workflow=MAX AND -label:Workflow=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Workflow=MAX"],"failingAtoms":["label:Workflow=MIN"]}
},
"overrideExpressionResult": {},
"patchSetCommitId": "d913f389ff2175f0571a6b82e7c93b0449c453e7",
"legacy": {
"value": false
},
"forced": {},
"hidden": {}
}
]
}