Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Checking out of memory #177

Merged
merged 7 commits into from
Jan 13, 2020
Merged

Checking out of memory #177

merged 7 commits into from
Jan 13, 2020

Conversation

mikhailnikolaev
Copy link
Collaborator

The global runner takes additional parameter that defines maximum RAM size that the runner can consume. If test takes more, then it will be killed. Also, guaranteed out of memory checking is performed the same way as guaranteed timeout checking.

This PR solves the issue #172.

Copy link
Collaborator

@tomjaguarpaw tomjaguarpaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks excellent

ADBench/run-all.ps1 Outdated Show resolved Hide resolved
ADBench/run-all.ps1 Outdated Show resolved Hide resolved
ADBench/run-all.ps1 Show resolved Hide resolved
ADBench/run-all.ps1 Outdated Show resolved Hide resolved
docs/GlobalRunner.md Outdated Show resolved Hide resolved
@awf
Copy link
Contributor

awf commented Dec 26, 2019

/AzurePipelines help

@azure-pipelines
Copy link

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or a specific pipeline for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify a pipeline to run.
    • Example: "run" or "run pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

ADBench/run-all.ps1 Outdated Show resolved Hide resolved
@awf
Copy link
Contributor

awf commented Jan 6, 2020 via email

@msftclas
Copy link

msftclas commented Jan 13, 2020

CLA assistant check
All CLA requirements met.

Copy link
Collaborator

@tomjaguarpaw tomjaguarpaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with this. It seems like squash merge might be most appropriate but I'll leave it up to you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants