aws/k8s smoke test
parent
0e4b687e1d
commit
dbef099073
|
@ -8,10 +8,11 @@ import { CloudRunnerSystem } from '../services/cloud-runner-system';
|
||||||
import { Caching } from '../remote-client/caching';
|
import { Caching } from '../remote-client/caching';
|
||||||
import { v4 as uuidv4 } from 'uuid';
|
import { v4 as uuidv4 } from 'uuid';
|
||||||
import GitHub from '../../github';
|
import GitHub from '../../github';
|
||||||
|
import CloudRunnerOptions from '../cloud-runner-options';
|
||||||
describe('Cloud Runner (Remote Client) Caching', () => {
|
describe('Cloud Runner (Remote Client) Caching', () => {
|
||||||
it('responds', () => {});
|
it('responds', () => {});
|
||||||
if (process.platform === 'linux') {
|
if (CloudRunnerOptions.cloudRunnerCluster === `local-docker`) {
|
||||||
it.skip('Simple caching works', async () => {
|
it('Simple caching works', async () => {
|
||||||
Cli.options = {
|
Cli.options = {
|
||||||
versioning: 'None',
|
versioning: 'None',
|
||||||
projectPath: 'test-project',
|
projectPath: 'test-project',
|
||||||
|
|
Loading…
Reference in New Issue