K8s log and stringify error for k8s cleanup
parent
f68dc13959
commit
a0eda4ad1d
|
|
@ -18,7 +18,7 @@ async function CreateParameters(overrides) {
|
||||||
describe('Cloud Runner Caching', () => {
|
describe('Cloud Runner Caching', () => {
|
||||||
it('Responds', () => {});
|
it('Responds', () => {});
|
||||||
setups();
|
setups();
|
||||||
if (CloudRunnerOptions.cloudRunnerTests) {
|
if (CloudRunnerOptions.cloudRunnerTests && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) {
|
||||||
it('Run one build it should not use cache, run subsequent build which should use cache', async () => {
|
it('Run one build it should not use cache, run subsequent build which should use cache', async () => {
|
||||||
const overrides = {
|
const overrides = {
|
||||||
versioning: 'None',
|
versioning: 'None',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue