mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
tests
This commit is contained in:
parent
e710d72b1e
commit
0541b88267
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -73,9 +73,14 @@ status: {}
|
|||||||
spec: {
|
spec: {
|
||||||
containers: [
|
containers: [
|
||||||
{
|
{
|
||||||
image: 'pgaertig/nginx-big-upload:latest',
|
image: 'node:18',
|
||||||
imagePullPolicy: 'Always',
|
imagePullPolicy: 'Always',
|
||||||
name: 'http-fileserver',
|
name: 'http-fileserver',
|
||||||
|
command: [
|
||||||
|
'bash',
|
||||||
|
'-c',
|
||||||
|
'while true; do sleep 30; npm i files-upload-server -g; files-upload-server "downloads"; done;',
|
||||||
|
],
|
||||||
resources: {},
|
resources: {},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -27,7 +27,6 @@ describe('Cloud Runner Kubernetes', () => {
|
|||||||
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
|
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
|
||||||
targetPlatform: 'StandaloneLinux64',
|
targetPlatform: 'StandaloneLinux64',
|
||||||
cacheKey: `test-case-${uuidv4()}`,
|
cacheKey: `test-case-${uuidv4()}`,
|
||||||
containerHookFiles: `debug-cache`,
|
|
||||||
customJob: `
|
customJob: `
|
||||||
- name: 'step 1'
|
- name: 'step 1'
|
||||||
image: 'ubuntu'
|
image: 'ubuntu'
|
||||||
|
Loading…
Reference in New Issue
Block a user