The SES team already has code to spawn nodes in OVH (OpenStack public cloud) and to register the spawned node as a Jenkins worker. Do something similar for AWS and make it generic so it can be used by others, too.

Looking for hackers with the skills:

ci jenkins

This project is part of:

Hack Week 19

Activity

  • almost 5 years ago: tbechtold added keyword "jenkins" to this project.
  • almost 5 years ago: tbechtold added keyword "ci" to this project.
  • almost 5 years ago: tbechtold originated this project.

  • Comments

    • tbechtold
      almost 5 years ago by tbechtold | Reply

      This is mostly done for AWS/EC2 . See https://github.com/toabctl/jcs

    Similar Projects

    Drag Race - comparative performance testing for pull requests by balanza

    Description

    «Sophia, a backend developer, submitted a pull request with optimizations for a critical database query. Once she pushed her code, an automated load test ran, comparing her query against the main branch. Moments later, she saw a new comment automatically added to her PR: the comparison results showed reduced execution time and improved efficiency. Smiling, Sophia messaged her team, “Performance gains confirmed!”»

    Goals

    • To have a convenient and ergonomic framework to describe test scenarios, including environment and seed;
    • to compare results from different tests
    • to have a GitHub action that executes such tests on a CI environment

    Resources

    The MVP will be built on top of Preevy and K6.