crank icon indicating copy to clipboard operation
crank copied to clipboard

Benchmarking infrastructure for applications

Results 80 crank issues
Sort by recently updated
recently updated
newest added

This PR implements the functionality of copying files to a docker container. Changes required to the current implementation include to create, copy the attached files and then start rather than...

This pull request updates the following dependencies [marker]: (Begin:27755292-8cfd-454b-7730-08d8de578168) ## From https://github.com/dotnet/arcade - **Subscription**: 27755292-8cfd-454b-7730-08d8de578168 - **Build**: 20240425.1 - **Date Produced**: April 25, 2024 5:24:32 PM UTC - **Commit**: 67d23f4ba1813b315e7e33c71d18b63475f5c5f8...

When the Controller is given an "outputFiles" it collects those mentioned, and puts them into a file in /tmp with a gensymed name ending in .zip. This file is then...

buildFiles: - "../../some-path/**;/some-path" version agent (both machines): 0.2.0-alpha.24114.2 version controller 0.2.0-alpha.24114.2 os: linux ubuntu.20.04-x64 Most of the files are not uploaded. Although in the logs they appeared succesfully uploaded, we...

This pull request updates the following dependencies [marker]: (Begin:27755292-8cfd-454b-7730-08d8de578168) ## From https://github.com/dotnet/arcade - **Subscription**: 27755292-8cfd-454b-7730-08d8de578168 - **Build**: - **Date Produced**: March 20, 2024 7:43:32 PM UTC - **Commit**: 8e3e00a76f467cc262dc14f6466ab884b2c4eb96 -...

If `SendTaskCompletedEventAsync` fails the task might go on until the job times out. This should be resilient, or the Task should have a timeout. ``` Crank.AzureDevOpsWorker/DevopsMessage.cs:line 314 at Microsoft.Crank.AzureDevOpsWorker.DevopsMessage.SendTaskCompletedEventAsync(ResultTypes resultType)...

We recently have added some new features to the yaml schema (e.g. `beforeJob`, `sources`) which will change the way that the crank controller loads and reads the crank yaml file....

``` [08:52:59 INF] Processing job 'application' (36) in state Initializing [08:52:59 INF] Creating attachment: clrjit.dll [08:52:59 INF] Uploading archive: oqjfzh21.30x.zip [08:52:59 INF] Received uncompressed file content [08:53:00 INF] Creating attachment:...

The build and output files that are sent to the agent could be cached on the server by sending a custom etag header in the request which would contain the...