Skip to content

Commit

Permalink
testgrid: bump presubmit image
Browse files Browse the repository at this point in the history
Bump image used for Typescript tests.
Failures are seen in
kubernetes-sigs/testgrid#29.
  • Loading branch information
ameukam committed Jan 18, 2025
1 parent d012243 commit c11f2da
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions config/jobs/kubernetes-sigs/testgrid/testgrid-presubmits.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
presubmits:
kubernetes-sigs/testgrid:
- name: test-testgrid-npm
cluster: eks-prow-build-cluster
decorate: true
always_run: true
spec:
containers:
# See https://playwright.dev/docs/ci
- image: mcr.microsoft.com/playwright:v1.46.0-noble
command:
- bash
args:
- -c
- |
cd web
npm install -g pnpm
pnpm install
pnpm build
pnpm test
resources:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 2Gi
annotations:
description: Unit tests for the new TestGrid UI.
testgrid-dashboards: sig-testing-testgrid
- name: test-testgrid-npm
cluster: eks-prow-build-cluster
decorate: true
always_run: true
spec:
containers:
# See https://playwright.dev/docs/ci
- image: mcr.microsoft.com/playwright:v1.49.1-noble
command:
- bash
args:
- -c
- |
cd web
npm install -g pnpm
pnpm install
pnpm build
pnpm test
resources:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 2Gi
annotations:
description: Unit tests for the new TestGrid UI.
testgrid-dashboards: sig-testing-testgrid

0 comments on commit c11f2da

Please sign in to comment.