Skip to content

Commit 514a684

Browse files
authored
[chore] update sigs.yml with cicd new meeting time (#3123)
* [chore] update sigs.yml with cicd new meeting time * [chore] use subprocess to install through pip to remove warnings, update readme gen * [chore] update roadmap id and move cicd phase 1 to complete
1 parent f7b99ef commit 514a684

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ SIG-specific GitHub discussions.
138138
| Semantic Conventions: System Metrics&nbsp;<a id="sig-system-metrics" href="#sig-system-metrics"><sup>🔗</sup></a> | Thursday at 07:30 PT | [Google Doc](https://docs.google.com/document/d/1p5TH57t43XpxA48onLzX4PIr3g6ydYKCtR_AUlsCnQk) | [#otel-system-metrics](https://cloud-native.slack.com/archives/C05CTFE9U4A) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Josh Suereth](https://github.com/jsuereth) | [Pablo Baeyens](https://github.com/mx-psi) |
139139
| Semantic Conventions: K8s&nbsp;<a id="sig-k8s-semconv-sig" href="#sig-k8s-semconv-sig"><sup>🔗</sup></a> | Every other Tuesday at 07:30 PT | [Google Doc](https://docs.google.com/document/d/17DqFVlLvO43neXXTwlSd1zcKjSRA8P3d0Y444QNwUTQ) | [#otel-k8s-semconv-sig](https://cloud-native.slack.com/archives/C07Q1L0FGKX) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Josh Suereth](https://github.com/jsuereth),<br/>[Alexander Wert](https://github.com/AlexanderWert) | [Alolita Sharma](https://github.com/alolita) |
140140
| Semantic Conventions and Instrumentation: GenAI&nbsp;<a id="sig-genai-instrumentation" href="#sig-genai-instrumentation"><sup>🔗</sup></a> | Every Tuesday 9:00 PT and every other Tuesday 10:00 UTC+8 | [Google Doc](https://docs.google.com/document/d/1EKIeDgBGXQPGehUigIRLwAUpRGa7-1kXB736EaYuJ2M) | [#otel-genai-instrumentation](https://cloud-native.slack.com/archives/C06KR7ARS3X) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Ted Young](https://github.com/tedsuo),<br/>[Liudmila Molkova](https://github.com/lmolkova) | [Ted Young](https://github.com/tedsuo) |
141-
| Semantic Conventions: CI/CD&nbsp;<a id="sig-cicd" href="#sig-cicd"><sup>🔗</sup></a> | Every Thursday at 06:00 PT | [Google Doc](https://docs.google.com/document/d/1CdzXD16QpayEpPxae_3u-7BLyzv0GgzZrKvV7tTFDr0) | [#otel-cicd](https://cloud-native.slack.com/archives/C0598R66XAP) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Josh Suereth](https://github.com/jsuereth),<br/>[Carlos Alberto](https://github.com/carlosalberto) | [Daniel Gomez Blanco](https://github.com/danielgblanco) |
141+
| Semantic Conventions: CI/CD&nbsp;<a id="sig-cicd" href="#sig-cicd"><sup>🔗</sup></a> | Every Tuesday at 07:00 PT | [Google Doc](https://docs.google.com/document/d/1CdzXD16QpayEpPxae_3u-7BLyzv0GgzZrKvV7tTFDr0) | [#otel-cicd](https://cloud-native.slack.com/archives/C0598R66XAP) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Carlos Alberto](https://github.com/carlosalberto) | [Daniel Gomez Blanco](https://github.com/danielgblanco) |
142142
| Semantic Conventions: RPC&nbsp;<a id="sig-semconv-rpc-stability" href="#sig-semconv-rpc-stability"><sup>🔗</sup></a> | Every Wednesday at 17:00 PT | [Google Doc](https://docs.google.com/document/d/11AtPWuaNGl2MfhRwgWqNbnjAPtK06jMKWh5-_YbWuHE) | [#otel-semconv-rpc-stability](https://cloud-native.slack.com/archives/C09D3TRKMED) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Liudmila Molkova](https://github.com/lmolkova) | [Trask Stalnaker](https://github.com/trask) |
143143
| Semantic Conventions: Security&nbsp;<a id="sig-semconv-security" href="#sig-semconv-security"><sup>🔗</sup></a> | Meets during Semantic Conventions: General | [Google Doc](https://docs.google.com/document/d/10xG7DNKWRhxNmFGt3yYd3980a9uwS8lMl2LvQL3VNK8) | [#otel-semconv-security](https://cloud-native.slack.com/archives/C0715DWUW7L) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Josh Suereth](https://github.com/jsuereth) | [Trask Stalnaker](https://github.com/trask) |
144144
| Semantic Conventions: Service and Deployment&nbsp;<a id="sig-service-and-deployment-semconv-sig" href="#sig-service-and-deployment-semconv-sig"><sup>🔗</sup></a> | Alternating between Thursday at 08:00 PT and Thursday at 12:00 UTC | [Google Doc](https://docs.google.com/document/d/1Fy6yXfZqrwN_oHw95Bdfg_0hzUgzlk3VO5wA1invgkI) | [#otel-service-and-deployment-semconv-sig](https://cloud-native.slack.com/archives/C09HLNSSJSE) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Josh Suereth](https://github.com/jsuereth) | [Trask Stalnaker](https://github.com/trask) |
File renamed without changes.

scripts/update-sig-tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python3
2-
import pip
2+
import subprocess
33
import sys
44

55
# in the Makefile we use a unmodified python container to run this script, so we need to install pyyaml if it's not already installed
66
if (len(sys.argv) > 1) and (sys.argv[1] == "--install"):
7-
pip.main(['install', 'pyyaml'])
7+
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'pyyaml'])
88
sys.argv = sys.argv[1:]
99

1010
import yaml

scripts/validate-sigs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env python3
2+
import subprocess
23
import sys
34
import re
4-
import pip
55

66
# in the Makefile we use a unmodified python container to run this script, so we need to install pyyaml if it's not already installed
77
if (len(sys.argv) > 1) and (sys.argv[1] == "--install"):
8-
pip.main(['install', 'pyyaml'])
8+
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'pyyaml'])
99

1010
import yaml
1111

sigs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
roadmapProjectIDs:
156156
- 82
157157
- name: 'Semantic Conventions: CI/CD'
158-
meeting: Every Thursday at 06:00 PT
158+
meeting: Every Tuesday at 07:00 PT
159159
notes:
160160
type: gDoc
161161
value: 1CdzXD16QpayEpPxae_3u-7BLyzv0GgzZrKvV7tTFDr0
@@ -165,15 +165,13 @@
165165
id: C0598R66XAP
166166
invites: calendar-semconv
167167
sponsors:
168-
- name: Josh Suereth
169-
github: jsuereth
170168
- name: Carlos Alberto
171169
github: carlosalberto
172170
gcLiaison:
173171
- name: Daniel Gomez Blanco
174172
github: danielgblanco
175173
roadmapProjectIDs:
176-
- 79
174+
- 171
177175
- name: 'Semantic Conventions: RPC'
178176
meeting: Every Wednesday at 17:00 PT
179177
notes:

0 commit comments

Comments
 (0)