Hey! I am building a brand new CI based on top of forgejo/gitea - the thing is to use general purpose programming languages instead of YAML for pipelines. So I have launched a forgejo instance with DSCI runner integrated, where you can find some example pipelines for demo projects - http://forgejo.sparrowhub.io/root

So I am looking for beta testers, anyone who wants to try out the dsci - please let me know - so I will create an account for you ( you may find the link to the discord channel at the web site ) and you will start to create and run pipelines for projects you like

  • verstra
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    This is dead simple, but it still feels like magic.

    What is this python function run_task? Where is it imported from? In what environment is the CI executed? How do I install my build-time dependencies?

    • melezhikOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      In what environment is the CI

      By default this is alline:latest docker container , however one can use custom docker images ( to be documented, but let me know if you are interested ), on the demo server , Ubuntu image is used

    • melezhikOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      run_task comes as a part of dsci SDK for Python . What do you mean by build time dependencies? You are free put anything into Python / Bash tasks that are called by run_task function in job file … if you point your repo on demo server I can help you with that …