• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • continuous integration

continuous integration · Изменения

История страницы
Created continuous integration (markdown) создал Июн 08, 2021 по автору Dealga McArdle's avatar Dealga McArdle
Скрыть пробелы
Построчно Рядом
continuous-integration.md 0 → 100644
Просмотреть страницу @21a80363
We use Github actions to trigger a set of tests of the sverchok code base after a commit to the any Sverchok branch.
The actions are described in https://github.com/nortikin/sverchok/blob/vstable10/.github/workflows/test-sverchok.yml and involve
1. getting a harddrive in the cloud
2. (re)storing an image of a drive that has
- Blender
- Sverchok `any branch`
- Python and libraries
3. running tests found in `./run_tests.sh` in the Sverchok main directory.
4. two things can happen:
- ✔️if these tests run smoothly the test suite has been able to cover all parts of sverchok where we have tests
- ❌if the tests fail, one ore more tests didn't complete as expected and we'll look into it.
5. if this was the first run, the image of the drive is stored (cached, section '2') and can be reused after the next commit to Master.
\ No newline at end of file
Клонировать репозиторий
  • For Users:

    • Installation
    • Interface overview
    • Web resources about Sverchok
    • FAQ
  • Customisation:

    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Sverchok Extensions
    • Dependencies and their installation
      • Simple dependencies
      • PIP
        • Side modules
      • SciPy
      • SciKit image
      • Circlify
      • PyMcubes
      • GeomDL
      • FreeCAD
      • Open3D
  • Examples:

    • Profile Node Examples
    • Script Node Examples
  • Versions:

    • Sverchok for Blender 2.8x Release Notes
    • Sverchok for Blender 2.79 Installation
  • For Developers:

    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details
    • test sverchok.yml CI
    • ShaderLib2D