Coder Social home page Coder Social logo

gitlab-ci's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gitlab-ci's Issues

Offer a .julia:1 target

Similar to Travis's julia: 1, it would be nice to set and forget, while still always getting the latest stable Julia. It would be simple enough to hardcode the most recent release in this repo and update it every few months rather than hunting down all the repos still using .julia:1.4 6 months from now.

Cache all of .julia?

We now cache very selectively, but I wonder if it wouldn't be better to cache all of .julia, speeding up registry check-out and package installation. Or would that hurt reproducibility?

Problem with OpenCL

First of all, thank you very much for your effort to set up testing via gitlab!

I would like to add Gitlab CI to CLBlast.jl, see https://github.com/JuliaGPU/CLBlast.jl/blob/gitlab/.gitlab-ci.yml. However, my attempts fail since OpenCL.jl is unable to create_some_context():

ERROR: LoadError: CLError(code=-1001, CL_PLATFORM_NOT_FOUND_KHR)
Stacktrace:
 [1] macro expansion at /builds/JuliaGPU/CLBlast.jl/.julia/packages/OpenCL/aAtsW/src/macros.jl:6 [inlined]
 [2] platforms() at /builds/JuliaGPU/CLBlast.jl/.julia/packages/OpenCL/aAtsW/src/platform.jl:21
 [3] create_some_context() at /builds/JuliaGPU/CLBlast.jl/.julia/packages/OpenCL/aAtsW/src/context.jl:287
 [4] create_compute_context() at /builds/JuliaGPU/CLBlast.jl/.julia/packages/OpenCL/aAtsW/src/util.jl:2
 [5] top-level scope at none:0
 [6] include at ./boot.jl:317 [inlined]
 [7] include_relative(::Module, ::String) at ./loading.jl:1038
 [8] include(::Module, ::String) at ./sysimg.jl:29
 [9] include(::String) at ./client.jl:398
 [10] top-level scope at none:0
in expression starting at /builds/JuliaGPU/CLBlast.jl/test/runtests.jl:19

The pipeline can be found here: https://gitlab.com/JuliaGPU/CLBlast.jl/pipelines/28956178. I have used the templates from this repository and https://github.com/JuliaGPU/CLArrays.jl/blob/master/.gitlab-ci.yml for tests using Julia v0.6.

Could you please help me with setting up gitlab correctly?

Explore a custom executor

We could use the podman one, which is supposed to be a drop-in replacement for Docker: https://github.com/jonasbb/podman-gitlab-runner

Using custom executors can have quite some advantages:

  • select a suitable GPU (with --gpus instead of the runtime hack) based on tags (multigpu, big-gpu, recent-gpu), memory usage, or other policies (entire gpu for a job, for example)
  • cache artifacts without zipping (currently accounting for significant run time)
  • set JULIA_NUM_THREADS per-runner
  • etc

Julia 1.3

Is it time to move to the official v1.3?

curl -s -L https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.0-rc3-linux-x86_64.tar.gz | tar -C /opt/julia/usr -x -z --strip-components=1 -f -

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.