summaryrefslogtreecommitdiff
path: root/.github/workflows/qatest.yaml
AgeCommit message (Collapse)Author
2025-08-26Update qatest.yamlDan Linden
corrected kurt's machine name to qa-windows-kurt
2025-08-26Update qatest.yamlDan Linden
Removed dan's z600 windows machine from the matrix. Added dan's mac, caleb's mac and kurt's windows machines.
2025-07-30Add new runners to QA workflowAtlasLinden
2025-07-10New method to handle removing previous viewerAtlasLinden
Moving previous viewer to trash instead of "removing" it.
2025-07-10Remove previously installed viewerAtlasLinden
More permission issues encountered if a job is repeated. That is, when attempting to replace an existing installed viewer.
2025-07-10Redirecting viewer installation to Application directoryAtlasLinden
2025-07-10Remove --no-xattrs optionAtlasLinden
2025-07-10New copy app commandAtlasLinden
An attempt to resolve another permission issue
2025-07-10Removing previous permission "fix"AtlasLinden
2025-07-09Adjusting dmg mount pointAtlasLinden
Permission issues yet again. Adjusting this back
2025-07-09Remove whitespaceAtlasLinden
2025-07-09Mount dmg to new /VolumesAtlasLinden
Currently hitting another permission error while attempting to mount dmg in tmp
2025-07-09Adjust permission before copying appAtlasLinden
2025-07-09Adjust mac artifact nameAtlasLinden
It was previously looking for a Mac-installer artifact instead of macOS-installer
2025-07-09Add mac runnerAtlasLinden
Uncommenting mac runner lines to enable newly set up self-hosted runner with the workflow.
2025-06-10Resolve qatest.yaml invalid workflow errorAtlasLinden
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
2025-06-05Merge pull request #4140 from secondlife/atlas-qaworkflowAtlasLinden
Allow self-hosted runners to operate independently
2025-05-28Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-developJonathan "Geenz" Goodman
2025-05-22Allow runners to operate independentlyAtlasLinden
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.
2025-05-14Account for further Playwright dependencies in .venvAtlasLinden
2025-05-14Added "verify repo is up-to-date" stepAtlasLinden
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.
2025-05-14Add virtual env setup step to qatest.yamlAtlasLinden
A step is created for both Win and Mac
2025-05-08Adjust install path for new repo nameAtlasLinden
2025-05-06Update Windows Build ID step to use pwsh syntaxAtlasLinden
2025-05-06Separate Build ID step for each OSAtlasLinden
2025-05-06Resolve qatest.yaml concurrency group errorAtlasLinden
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"
2025-05-06Add permissions to QA WorkflowAtlasLinden
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-05Introduce workflow dispatch and mac functionality to qatest.yamlAtlasLinden
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.
2025-04-28Attempt to fix qatest.yaml CodeQL issues (#3987)Brad Linden
2025-04-18Fix line endings of qatest.yamlAnsariel
2025-03-27Allow QA workflow to run on Second_Life_X branchesAtlasLinden
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.
2025-03-27Removed unnecessary comments in QA workflow fileAtlasLinden
GHA does not like comments inside an if statement. These have been removed.
2025-03-26Added QA workflow fileAtlasLinden
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.