Skip to content

Commit 83168f3

Browse files
authored
ci: merge main to release (#9409)
2 parents 88c144a + 27186cd commit 83168f3

File tree

3 files changed

+34
-10
lines changed

3 files changed

+34
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ jobs:
448448
- name: Refresh Staging DB
449449
uses: the-actions-org/workflow-dispatch@v4
450450
with:
451-
workflow: update-staging-db.yml
451+
workflow: deploy-db.yml
452452
repo: ietf-tools/infra-k8s
453453
ref: main
454454
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
455-
inputs: '{ "sourceDb":"datatracker" }'
455+
inputs: '{ "environment":"${{ secrets.GHA_K8S_CLUSTER }}", "app":"datatracker", "manifest":"postgres", "forceRecreate":true, "waitClusterReady":true }'
456456
wait-for-completion: true
457457
wait-for-completion-timeout: 10m
458458
wait-for-completion-interval: 20s

ietf/templates/doc/bofreq/bofreq_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Name: Exact MPLS Edges (EXAMPLE) (There's an acronym for anything if you really want one ;-)
1+
# Name: EXAct MPLs Edges (EXAMPLE) (There's an acronym for anything if you really want one ;-)
22
## Description
33
Replace this with a few paragraphs describing the BOF request.
44

55
Fill in the details below. Keep items in the order they appear here.
66

77
## Required Details
8-
- Status: (not) WG Forming
9-
- Responsible AD: name
8+
- Status: "not WG Forming" or "WG forming"
9+
- Responsible AD: name (or at least area(s) if you know)
1010
- BOF proponents: name <email>, name <email> (1-3 people - who are requesting and coordinating discussion for proposal)
1111
- Number of people expected to attend: 100
12-
- Length of session (1 or 2 hours): 2 hours
12+
- Length of session (1 or usually 2 hours): 2 hours
1313
- Conflicts (whole Areas and/or WGs)
1414
- Chair Conflicts: TBD
1515
- Technology Overlap: TBD
@@ -27,7 +27,7 @@ To allow evaluation of your proposal, please include the following items:
2727
- Items, Internet-Drafts, speakers, timing
2828
- Or a URL
2929

30-
## Links to the mailing list, draft charter if any, relevant Internet-Drafts, etc.
30+
## Links to the mailing list, draft charter if any (for WG-forming BoF), relevant Internet-Drafts, etc.
3131
- Mailing List: https://www.ietf.org/mailman/listinfo/example
3232
- Draft charter: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.doc.views_doc.document_main' name='charter-ietf-EXAMPLE' %}
3333
- Relevant Internet-Drafts:

ietf/templates/doc/bofreq/new_bofreq.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,39 @@
66
{% origin %}
77
<h1>Start a new BOF Request</h1>
88
<p>
9-
The IAB will also attempt to provide BoF Shepherds as described in their document on the subject only on request from the IESG. If you feel that your BoF would benefit from an IAB BoF Shepherd, please discuss this with your Area Director.
9+
BoF proponents are strongly encouraged to review the following sources before submitting requests:
10+
</p>
11+
<ul>
12+
<li>Process: <a href="https://www.rfc-editor.org/rfc/rfc2418.html#section-2.4">RFC 2418 Section 2.4</a></li>
13+
<li>Considerations for having a successful BoF: <a href="https://www.rfc-editor.org/rfc/rfc5434.html">RFC 5434</a></li>
14+
</ul>
15+
{# The following block needs to be commented out after the BoF deadline and re-opened before next BoF request opening #}
16+
<hr>
17+
<p class="lead">
18+
Announcement for IETF 124: The IESG and the IAB have organized <em>Ask Me Anything</em> (AMA) virtual sessions
19+
for the community to help proponents who are interested in putting up BoF proposals for IETF 124
20+
(see also the <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/mtAYV3Mu5RfJPR-przzr-Nzxhwc/">IETF-announce</a> email):
21+
</p>
22+
<ul class="lead">
23+
<li>28th of August 13:00-14:00 UTC
24+
<a href="https://datatracker.ietf.org/meeting/interim-2025-iesg-22/sessions/iesg.ics" title="iCalendar entry" aria-label="iCalendar entry"><i class="bi bi-calendar"></i></a></li>
25+
<li>28th of August 19:00-20:00 UTC
26+
<a href="https://datatracker.ietf.org/meeting/interim-2025-iesg-23/sessions/iesg.ics" title="iCalendar entry" aria-label="iCalendar entry"><i class="bi bi-calendar"></i></a></li>
27+
</ul>
28+
<hr>
29+
{# End of the temporary block #}
30+
<p>
31+
The IAB will also attempt to provide BoF Shepherds as described in their document on the subject only on request from the IESG.
32+
If you feel that your BoF would benefit from an IAB BoF Shepherd, please discuss this with your Area Director.
1033
</p>
1134
<p>
12-
Choose a short descriptive title for your request. Take time to choose a good initial title - it will be used to make the filename for your request's content. The title can be changed later, but the filename will not change.
35+
Choose a short descriptive title for your request. Take time to choose a good initial title - it will be used to make the filename for your request's content.
36+
The title can be changed later, but the filename will not change.
1337
</p>
1438
<p>
1539
For example, a request with a title of "A new important bit" will be saved as <code>bofreq-{{ user.person.last_name|xslugify|slice:"64" }}-a-new-important-bit-00.md</code>.
1640
</p>
17-
<p>All the items in the template MUST be filed in.</p>
41+
<p>All the items in the template <strong>MUST</strong> be filed in.</p>
1842
<form class="upload-content form-horizontal"
1943
method="post"
2044
enctype="multipart/form-data">

0 commit comments

Comments
 (0)