Skip to content

Commit

Permalink
tests: update document-interfaces-url exclusion dates (canonical#14777)
Browse files Browse the repository at this point in the history
* tests: update document-interfaces-url exclusion dates

Updates exclusion dates for URLs that we can't fix at the moment and
removes some which are no longer necessary.

Signed-off-by: Miguel Pires <miguel.pires@canonical.com>

* tests: s/confdb/registry

Signed-off-by: Miguel Pires <miguel.pires@canonical.com>

---------

Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
  • Loading branch information
miguelpires authored and ernestl committed Dec 3, 2024
1 parent e64a7a8 commit e7a25c9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions tests/main/document-interfaces-url/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ execute: |
# The expiry date is <expiration year>/<expiration month>
declare -A exclusion_map
exclusion_map["intel-qat"]="2024/10"
exclusion_map["microceph"]="2024/10"
exclusion_map["microceph-support"]="2024/10"
exclusion_map["pkcs11"]="2024/10"
exclusion_map["registry"]="2024/11"
exclusion_map["snap-interfaces-requests-control"]="2024/11"
exclusion_map["system-packages-doc"]="2024/10"
exclusion_map["xilinx-dma"]="2024/10"
exclusion_map["nomad-support"]="2024/10"
# registries are still in the experimental phase so its page is not exposed yet
exclusion_map["registry"]="2025/03"
# we have documentation pages for these interfaces but they have underscores
# in the URL instead of dashes. Due to issues w/ Discourse we can't fix it
# at the moment, so we need to skip these checks for a bit
exclusion_map["intel-qat"]="2025/01"
exclusion_map["microceph-support"]="2025/01"
exclusion_map["xilinx-dma"]="2025/01"
exclusion_map["snap-interfaces-requests-control"]="2025/01"
# we're actually missing this page but can't add it yet due to the same Discourse issues
exclusion_map["nomad-support"]="2024/12"
# If the interface is in the exclusion_map and it is currently sooner
# than its specified expiration date, then return true
Expand Down

0 comments on commit e7a25c9

Please sign in to comment.