Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
inputs: '{ "app":"datatracker", "appVersion":"${{ env.PKG_VERSION }}", "remoteRef":"${{ github.sha }}", "namespace":"${{ env.DEPLOY_NAMESPACE }}", "disableDailyDbRefresh":${{ inputs.devNoDbRefresh }} }'
wait-for-completion: true
wait-for-completion-timeout: 30m
wait-for-completion-timeout: 60m
wait-for-completion-interval: 30s
display-workflow-run-url: false

Expand All @@ -453,7 +453,7 @@ jobs:
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
inputs: '{ "environment":"${{ secrets.GHA_K8S_CLUSTER }}", "app":"datatracker", "manifest":"postgres", "forceRecreate":true, "restoreToLastFullSnapshot":true, "waitClusterReady":true }'
wait-for-completion: true
wait-for-completion-timeout: 60m
wait-for-completion-timeout: 120m
wait-for-completion-interval: 20s
display-workflow-run-url: false

Expand Down
17 changes: 1 addition & 16 deletions ietf/templates/doc/bofreq/new_bofreq.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{# Copyright The IETF Trust 2021-2026, All Rights Reserved #}
{% load origin django_bootstrap5 static textfilters %}
{% block title %}Start a new BOF Request{% endblock %}
{% block content %}
Expand All @@ -12,21 +12,6 @@ <h1>Start a new BOF Request</h1>
<li>Process: <a href="https://www.rfc-editor.org/rfc/rfc2418.html#section-2.4">RFC 2418 Section 2.4</a></li>
<li>Considerations for having a successful BoF: <a href="https://www.rfc-editor.org/rfc/rfc5434.html">RFC 5434</a></li>
</ul>
{# The following block needs to be commented out after the BoF deadline and re-opened before next BoF request opening #}
<hr>
<p class="lead">
Announcement for IETF 124: The IESG and the IAB have organized <em>Ask Me Anything</em> (AMA) virtual sessions
for the community to help proponents who are interested in putting up BoF proposals for IETF 124
(see also the <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/mtAYV3Mu5RfJPR-przzr-Nzxhwc/">IETF-announce</a> email):
</p>
<ul class="lead">
<li>28th of August 13:00-14:00 UTC
<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>
<li>28th of August 19:00-20:00 UTC
<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>
</ul>
<hr>
{# End of the temporary block #}
<p>
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.
Expand Down