| Age | Commit message (Collapse) | Author |
|
|
|
* Add media request to pull_request_template.md
A picture can be worth a thousand words. Prompt users to provide media when creating a PRs.
* Update pull_request_template.md
|
|
To simplify merging into mesh import branch
This reverts commit b0c951ffe348f478f27a85720cc7aeffea32fe73.
|
|
Moving previous viewer to trash instead of "removing" it.
|
|
More permission issues encountered if a job is repeated. That is, when attempting to replace an existing installed viewer.
|
|
|
|
|
|
An attempt to resolve another permission issue
|
|
|
|
Permission issues yet again. Adjusting this back
|
|
|
|
Currently hitting another permission error while attempting to mount dmg in tmp
|
|
|
|
It was previously looking for a Mac-installer artifact instead of macOS-installer
|
|
Uncommenting mac runner lines to enable newly set up self-hosted runner with the workflow.
|
|
Fix the link to CONTRIBUTING.md in the pull request template and simplify some of the checklist item language.
|
|
Provide a PR template to expedite both internal and external contributions.
|
|
|
|
|
|
|
|
|
|
Previous edit to allow runners to work independently caused the following error:
The workflow is not valid. .github/workflows/qatest.yaml (Line: 19, Col: 10): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.runner
|
|
* Require PR descriptions
Add a simple workflow check to ensure PRs have a description.
* Potential fix for code scanning alert no. 32: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
|
Allow self-hosted runners to operate independently
|
|
|
|
|
|
Currently if there are multiple workflow runs queued and a runner is offline, the online runner will wait for the offline runner to either timeout or complete the job before moving to the next job.
This adjustment should allow the online runner/s to move onto new workflow runs regardless of what other runners are up to.
|
|
|
|
Local changes are stashed temporarily upon repo update and an attempt to restore them is made afterwards. If a merge conflict is hit then a new local branch is created.
|
|
A step is created for both Win and Mac
|
|
|
|
|
|
|
|
Error: "The workflow is not valid. .github/workflows/qatest.yaml (Line: 23, Col: 10): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.runner"
|
|
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
|
A workflow dispatch has been added in an attempt to not only manually trigger this workflow but to also test this from a different branch without having to first merge to develop.
Also steps have been added to allow this workflow to run on mac runners when added. Mac runner info currently commented out.
|
|
|
|
|
|
Merge 2025.03 release into develop.
|
|
Using the echos from the last run, it appears that the tagged builds have Workflow Head Branch = Second_Life_X.
Edit made so the file looks for this rather than what was there previously.
|
|
GHA does not like comments inside an if statement. These have been removed.
|
|
Previously in the develop archive.
Recent change is to only run the workflow for tagged builds. The code to running other builds has been commented out.
|
|
* Switch to smaller runners
* Make the runner conditional based upon a specific tag.
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|