Skip to content

Commit

Permalink
bump timestamp window up to 21 days to test dedup_key
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Mar 19, 2024
1 parent c08da7a commit e172f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-prober.yml
Expand Up @@ -156,8 +156,8 @@ jobs:
fi
export PD_DEDUP_KEY_FILE=$(mktemp)
echo "::group::tuf-repo-cdn 2 day check"
export EXPIRY=$(date -d '+2 days' '+%s')
echo "::group::tuf-repo-cdn 21 day check"
export EXPIRY=$(date -d '+21 days' '+%s')
verify repository --repository ${{ inputs.tuf_repo }} --root ${ROOT_PATH} --valid-until ${EXPIRY} --dedup-key-file ${PD_DEDUP_KEY_FILE} || echo "dedup_key=$(cat ${PD_DEDUP_KEY_FILE})" >> $GITHUB_OUTPUT
echo "::endgroup::"
Expand Down

0 comments on commit e172f16

Please sign in to comment.