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

[1807] Add task runtime info to results file if TASK_TIMESTAMPS env var is set #1808

Merged
merged 8 commits into from
Aug 2, 2023

Commits on Jul 27, 2023

  1. Update all task result helpers to include start_time

    Signed-off-by: Akash Manohar <[email protected]>
    
    Add start_time arg to upsert_* function calls
    
    Signed-off-by: Akash Manohar <[email protected]>
    
    Fix typo in points.cr
    
    Signed-off-by: Akash Manohar <[email protected]>
    
    Fix typo in cluster_admin test
    
    Signed-off-by: Akash Manohar <[email protected]>
    
    Update reliability, security and state workload tests
    
    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d93bd28 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add task result info as a hash

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b41ed80 View commit details
    Browse the repository at this point in the history
  2. Encode into yaml and parse it again

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    383e8c4 View commit details
    Browse the repository at this point in the history
  3. Use milliseconds instead of seconds

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a4f21a1 View commit details
    Browse the repository at this point in the history
  4. Enable timestamps only if TASK_TIMESTAMPS is set

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c8a0e74 View commit details
    Browse the repository at this point in the history
  5. Resolve type issues for task result hash

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1c2bbe7 View commit details
    Browse the repository at this point in the history
  6. Remove kind --version from actions.yml before kind is installed

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    037aa13 View commit details
    Browse the repository at this point in the history
  7. Only attempt to delete kind if it exists

    Signed-off-by: Akash Manohar <[email protected]>
    HashNuke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    418107f View commit details
    Browse the repository at this point in the history