Skip to content
Snippets Groups Projects
Commit 632caf93 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Use jsexec for these JS tests instad of jsdoor, jsdoor doesn't have a User class"

This reverts commit 5c6a22ed.

This doesn't work cause:

Unable to create pipeline
openbsd-amd64 js-testsuite job: undefined need: openbsd-amd64 [jsexec]

and I'm not about to copy/paste those 50 lines to create the needed jsexec artifact. <sigh>
parent 5c6a22ed
No related branches found
No related tags found
No related merge requests found
......@@ -690,10 +690,10 @@ spec:
extends:
- .$[[ inputs.os ]]-test
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsexec.tgz"
- "src/sbbs3/*.exe.release/jsexec exec/tests/test.js"
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsdoor.tgz"
- "src/sbbs3/*.exe.release/jsdoor exec/tests/test.js"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsexec]"
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]"
artifacts: false
rules:
- if: '"$[[ inputs.cross_platform ]]" == "yes"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment