https://github.com/educationaltestingservice/rsmtool-conda-tester
Automatically test RSMTool conda packages on Linux and Windows.
https://github.com/educationaltestingservice/rsmtool-conda-tester
Last synced: about 15 hours ago
JSON representation
Automatically test RSMTool conda packages on Linux and Windows.
- Host: GitHub
- URL: https://github.com/educationaltestingservice/rsmtool-conda-tester
- Owner: EducationalTestingService
- License: apache-2.0
- Created: 2018-01-10T19:52:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T21:26:08.000Z (over 2 years ago)
- Last Synced: 2025-10-28T16:37:18.555Z (8 months ago)
- Language: PowerShell
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This project is to test the Linux and Windows conda packages for [RSMTool](https://github.com/EducationalTestingService/rsmtool). We do not test macOS packages; we assume that if Linux packages work, so will the macOS packages.
To test a new package version that has been already built and uploaded to the official RSMTool conda [channel](http://anaconda.org/desilinguist), create a new branch, change the `RSMVERSION` values in both `.gitlab-ci.yml` and `azure-pipelines.yml` to the version you want to test, and submit a pull request for the branch. If both builds pass, merge the PR.
The packages are tested by creating a new conda environment with the specified RSMTool version installed. The code for RSMTool is also checked out in a separate directory and then the tests are run with the installed rsmtool package in the environment.
These builds should only be run right before doing an RSMTool release.