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

Test if the meta thing is blocking #501

Closed
wants to merge 29 commits into from
Closed

Test if the meta thing is blocking #501

wants to merge 29 commits into from

Commits on Jul 17, 2023

  1. Upload unit test reports to datadog action (#480)

    Adds an action that runs after the linux pipeline and looks for archived
    unit test reports.
    
    The reports are organized based on platform and shard: android-arm
    ├── 1
    ...
    └── 4
    linux-x64-x11
    ├── 1
    ...
    └── 4
    etc.
    
    b/290997541
    oxve authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6fa729b View commit details
    Browse the repository at this point in the history
  2. Update script action version and code (#482)

    Some api changes and better variable naming.
    
    b/290997541
    oxve authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6d01dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc3a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e179bac View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix array indexing, more logging (#486)

    b/290997541
    oxve authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9e87aaa View commit details
    Browse the repository at this point in the history
  2. Use correct syntax (#487)

    b/290997541
    oxve authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a0c04b7 View commit details
    Browse the repository at this point in the history
  3. Move env, more logging (#488)

    b/290997541
    oxve authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b1dffbe View commit details
    Browse the repository at this point in the history
  4. Fix glob (#489)

    b/290997541
    oxve authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9af3ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Add a bunch of TODOs

    b/290997541
    oxve committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    900d25e View commit details
    Browse the repository at this point in the history
  2. Explain folder structure in comment

    b/290997541
    oxve committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6693f64 View commit details
    Browse the repository at this point in the history
  3. Add clarifying comments

    b/290997541
    oxve committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    758f46c View commit details
    Browse the repository at this point in the history
  4. Populate git metadata

    b/290997541
    oxve committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dfdf1bf View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    928f952 View commit details
    Browse the repository at this point in the history
  2. Check PR for bug number (#492)

    b/283308580
    andrewsavage1 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9d55589 View commit details
    Browse the repository at this point in the history
  3. Test single commit for bug id check (#493)

    b/283308580
    andrewsavage1 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    393121e View commit details
    Browse the repository at this point in the history
  4. Multi series PR test for bug id check (#494)

    b/283308580
    andrewsavage1 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9eb36c7 View commit details
    Browse the repository at this point in the history
  5. Test subtree merge commit (#495)

    Squashed 'third_party/glm_test/' content from commit 3d00cdeb8d3
    
    git-subtree-dir: third_party/glm_test
    git-subtree-split: 3d00cdeb8d380cc5a2d1da95d5d9bdbc6e3c197b
    
    b/283308580
    andrewsavage1 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6fac605 View commit details
    Browse the repository at this point in the history
  6. Clean up datadog upload workflow (#496)

    b/290997541
    oxve authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bcf7bc4 View commit details
    Browse the repository at this point in the history
  7. Add comment on PR step (#497)

    b/290997541
    oxve authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1a12acd View commit details
    Browse the repository at this point in the history
  8. Fix syntax error (#498)

    b/290997541
    oxve authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6223b9a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Fix syntax error again

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ffa9929 View commit details
    Browse the repository at this point in the history
  2. Allow workflow to create comments

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    56631d4 View commit details
    Browse the repository at this point in the history
  3. Use pull-request permission

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3f119eb View commit details
    Browse the repository at this point in the history
  4. Clean up comments and add evergreen

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a06537e View commit details
    Browse the repository at this point in the history
  5. Only try to comment on failure

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c68554a View commit details
    Browse the repository at this point in the history
  6. Multiple tags must be passed via env var

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d6b0760 View commit details
    Browse the repository at this point in the history
  7. Add debug logging

    b/290997541
    oxve committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a9b7e59 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Test if the meta thing is blocking

    There's absolutely no bug id in this commit
    kaidokert committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    bbdcc0f View commit details
    Browse the repository at this point in the history
  2. Less bother pls

    kaidokert committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    92422c5 View commit details
    Browse the repository at this point in the history