Giter Club home page Giter Club logo

Comments (4)

lsf37 avatar lsf37 commented on July 1, 2024

The main current use is as a selector in the hardware build matrix so that we can have multiple jobs for e.g. Arm (armv7a, armv8a, previously also armv6). They're not the same as Arm 32 bit and Arm 64 bit, although that could be another set of dimensions to use for slicing the build matrix.

E.g. we could drop march and split by (arch, mode, compiler). This would leave arm, 32, x as the two largest jobs, probably longer than the current armv8a jobs. So maybe one more dimension that would cut arm, 32, x roughly in half.

from ci-actions.

lsf37 avatar lsf37 commented on July 1, 2024

Maybe MCS, i.e. (arch, MCS on/off, mode, compiler). That should be roughly half the run time of the previous jobs.

from ci-actions.

axel-h avatar axel-h commented on July 1, 2024

If the worry is the time, we could also group per platform. I tried this by having the python script generate the matrix from platforms.yml for builds also.
Showing the results more nicely seems a separate thing anyway, see #130

from ci-actions.

lsf37 avatar lsf37 commented on July 1, 2024

You're right, we should probably at least try that.

from ci-actions.

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.