Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-23.1: roachtest: codify longer ttl external storage buckets #111086

Merged

Commits on Sep 22, 2023

  1. release-23.1: roachtest: codify longer ttl external storage buckets

    Previously, the only codified external buckets for roachtests to back up to was
    the `cockroachdb-backup-testing` buckets in s3 and gcs which each had a ttl of
    1 day. This low ttl is not suitable for roachtests that produce backups that
    the test failure investigator may want to inspect. This patch codifies the new
    `cockroachdb-backup-testing-long-ttl` buckets in s3 and gcs, which currently
    have a ttl of 20 days, the same ttl that team city artifacts have.
    
    This patch also points the c2c, backup-restore/mixed-version, and
    disagg-rebalance roachtests to use these new buckets.
    
    Note this PR only points roachtests that run in public TC environments to the
    new buckets. A future PR will set the BACKUP_TESTING_BUCKET_LONG_TTL env var
    for private roacttests to a new bucket with a longer ttl.
    
    Epic: none
    
    Release note: none
    msbutler committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1537d25 View commit details
    Browse the repository at this point in the history