Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci-graphite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,4 @@ jobs:

- name: Run e2e tests
working-directory: packages/skia
# On Graphite we run the Paths render test plus the WebGPU specs.
# ArrayBuffer, ComputeShader, ErrorScope, ImageBitmapBounds and
# DawnToggles are pure surface.eval round-trips that assert on returned
# values. The external-texture specs (ExternalTexture,
# ImportExternalTexture, SharedTextureMemory) additionally exercise
# NativeBuffer import and GPU read-back; they self-validate via
# copyTextureToBuffer (not Skia image readPixels) and skip themselves
# where NativeBuffer/createImageBitmap are unavailable.
run: CI=true E2E=true yarn test -i "e2e/(Paths|ArrayBuffer|ComputeShader|ErrorScope|ImageBitmapBounds|DawnToggles|ExternalTexture|ImportExternalTexture|SharedTextureMemory)"
run: CI=true yarn e2e --testPathIgnorePatterns "Paragraph|Atlas"
253 changes: 0 additions & 253 deletions .github/workflows/wcandillon-ci-graphite.yml

This file was deleted.

Loading
Loading