Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-14232

Make many-collection test use private mongo repo

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines

      Currently our evergreen yaml file uses the public mongo repo. The private MongoDB repo lives under the 10gen/ and is periodically synced to the public mongo repo using capybara. It is recommended that we use the private mongo repo as changes can get out of sync between the two repos.

      Work to do
      To pull the private repository we need to generate the private github token such that we have permission access. To do this, we will need to open an IT ticket to request private repository access for our Github app and then call github.generate_token e.g.

        "generate github token": &gen_github_token
          command: github.generate_token
          params:
            owner: wiredtiger
            repo: automation-scripts
            expansion_name: generated_token
            permissions:
                metadata: read
                contents: read
      

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            jie.chen@mongodb.com Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: