Skip to content

cocov-ci/worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad6eca3 · May 30, 2023

History

48 Commits
Apr 9, 2023
May 11, 2023
May 11, 2023
May 11, 2023
May 30, 2023
Jan 3, 2023
Apr 15, 2023
May 11, 2023
Feb 20, 2023
Apr 15, 2023
Jan 9, 2023
Apr 4, 2023
Feb 20, 2023
Jan 9, 2023
Mar 9, 2023
Jan 9, 2023
Jan 9, 2023
Apr 4, 2023
Jan 3, 2023
Jan 3, 2023
Jan 3, 2023
Feb 14, 2023
Feb 14, 2023

Cocov Worker

Worker contains the implementation of the mechanism responsible for spinning check containers, executing them against a specific repository commit, and pushing information back to the API.

Usage

TBW

Testing

In order to execute the full test suite, a local Redis instance running on port 6379 is required alongside a MinIO instance running on port 9000.

Redis is required to execute tests in the redis package, whilst MinIO is required for S3 tests in the storage package.

After starting MinIO, make sure to execute script/bootstrap-minio in order to initialize a required bucket and its contents with data required by the S3 spec.