Giter Site home page Giter Site logo

Comments (1)

bmistry12 avatar bmistry12 commented on July 19, 2024

Please ensure that this proposed feature set is not too tailored towards Smarkets requirements and does consider the open-source community. A few initial thoughts come to mind:

  1. Enabling gitOps and audit reporting should be flags, as not everyone may want to use this functionality.
  2. It seems you are proposing these CI pipelines for adding versioning tags, what is the thought process for adding this requirement?
    • While tagging is useful for releasing and tracking versions of release changes, there may be certain parts of a codebase / particular repo's that you do not want to enable this feature for - e.g. if I am not building or pushing artefacts in the change.
    • Surely it makes more sense to tag when releases are made/cut rather than on every commit?
  3. Marge should have the possibility to be compatible with a variety of CD tools and not just be restricted to ArgoCD.
  4. CD is a difficult challenge and everyone implements this process differently - when do we autodeploy vs click-on-demand deploy etc. This probably is something that should be decoupled from Marge. Her primary focus surrounds CI, and unless there are plans to cater for all the different forms of CD / CD tools, adding this will muddy the water.
  5. Component asset registrar or a centralised ops portal with notifications.

    • Adding git commits / details to the git log is a more flexible solution in that there is no dependency on external tools.
    • Like with CD if a choice is made to use an asset register, this should have the extensibility to support any other asset registries the community would like to use.
    • Notifications seem more like a CD requirement? What would be the requirement for centralised notifications for merged changes?
  6. How are features 1/2/3 useful to me if I am not dealing with containerisation?
  7. How does this workflow affect the run time of Marge? We still need to make sure changes can be merged at a reasonable rate, especially if urgent changes are being made.
    • A drastic breakdown to put my concern across, but: as you increase the Marge feature set, you're also increasing the final CI runtime, and the backlog of changes to be merged, and increasing the chances of batching (if enabled), this increases the chance of infinite batching, increasing the possibility of Marge being stuck in a sad loop of not merging anything 😁
  8. A valid point is raised in the PR linked to the linked ticket - jenkins retry should be removed in favour of calling merge_request_pipeline_trigger.

from marge-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.