GithubHelp home page GithubHelp logo

Comments (2)

piotr-yuxuan avatar piotr-yuxuan commented on June 21, 2024

Some initial feedback: two approaches were tried, to try and play a bit with the limits of GitHub Actions.

  • One workflow per project contains the matrix job workflow link
  • One general workflow that contains the matrix job and test projects sequentially workflow link

The first instance tries to abuse the limits of free GitHub runners, obviously it gets stuck and that doesn't go well. The second approach with only one workflow seems to be more practicable albeit slow.

TODO:

  • Better name for matrix job instances, raw version numbers aren't much helpful.
  • Gather the exit codes somewhere (in a csv file?)
  • Add guards (if: ${{ … }}) to steps to run only if paths changed.
  • Windows should be given more love, but I know nothing about it. Additional or different setup steps are needed.
  • It's really too slow to be honestly practical. I'm not sure it would actually be useful to run it on each commit. What meaningful trigger shall we use?
  • How to chose the versions to be chosen? Could they be somehow automatically updated?
  • Refactor build.sh so that it scans projects.

from graalvm-clojure.

FieryCod avatar FieryCod commented on June 21, 2024

@piotr-yuxuan The questions you ask are mostly solved with the github configuration for the graal-config project.

See GitHub configuration: https://github.com/clj-easy/graal-config/blob/master/.github/workflows/ci.yml

The L55 of the test suite also checks if there was a change in a project to run only these.
https://github.com/clj-easy/graal-config/blob/master/tests.clj#L55

Maybe it's better to experiment there first? e.g. add support for automatic compatibility matrix generation?

from graalvm-clojure.

Related Issues (15)

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.