Skip to content
Snippets Groups Projects
  1. Dec 12, 2024
  2. Dec 03, 2024
  3. Nov 22, 2024
  4. Nov 15, 2024
  5. Nov 14, 2024
  6. Nov 07, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
    • Jaswant Panchumarti (Kitware)'s avatar
      ci: remove wasm tests in linux · 46bd1c90
      Jaswant Panchumarti (Kitware) authored
      - Since the standard linux tester tags do not
        inject GPU into the docker container, the browser tended
        to use the mesa driver and chrome fell back to an unstable
        software implementation of webgpu/webgl2 which lead to a
        very high rate of failures.
      - This commit entirely removes wasm testing in linux because
        there is no real requirement to run the wasm tests in linux
        browsers right now. On top of that, there don't seem to be
        that many linux runners which inject the GPU into a container using
        nvidia-container-toolkit. Theoretically, linux_cuda_tester_tags could work,
        but there's not a sufficient number of runners with that tag.
      46bd1c90
  7. Oct 29, 2024
  8. Oct 21, 2024
  9. Oct 09, 2024
  10. Sep 27, 2024
  11. Sep 18, 2024
  12. Sep 10, 2024
  13. Aug 30, 2024
  14. Aug 16, 2024
  15. Aug 08, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Fix wasm upload jobs · cbabf2f4
      Jaswant Panchumarti (Kitware) authored
      - Use cmake script to download node, the shell script was removed.
      - Merge the wasm upload job and use `WASM_WORDSIZE` env var to distinguish between 32/64 bit
      cbabf2f4
  16. Jul 30, 2024
  17. Jul 19, 2024
  18. Jul 15, 2024
  19. Jul 08, 2024
  20. Jul 02, 2024
  21. Jun 20, 2024
  22. Jun 14, 2024
  23. Jun 11, 2024
  24. Jun 07, 2024
  25. Jun 06, 2024
  26. May 30, 2024
  27. May 23, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      ci: upgrade wasm jobs to run tests in chrome binaries on windows and linux · 88b437d7
      Jaswant Panchumarti (Kitware) authored
      - refactored the previous webassembly job into dedicated architecture and platform relevant jobs
      - add wasm{32,64}_emscripten_{linux,windows}_chrome build and test jobs
      - right now, rendering tests which require OpenGL are disabled on linux.
      - updates node to 22.0.0 in order to use wasm64 experimental feature
      - adds new scripts to download chrome-for-testing binaries.
      - adds new scripts to download emsdk tarballs.
      - move wasm32-emscripten-windows-chrome into quick stage
      88b437d7
Loading