Skip to content

Commit

Permalink
Pipeline debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Aug 20, 2024
1 parent d835184 commit 0cd5f1e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .buildkite/basic/electron-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,32 @@ steps:
#
# Ubuntu tests Node 18
#
- label: "Build Electron {{matrix.electron_version}} docker test image"
key: "electron-image-build-{{matrix.electron_version}}"
timeout_in_minutes: 10
env:
ELECTRON_VERSION: "{{matrix.electron_version}}"
matrix:
setup:
electron_version:
- "^20.0.0"
- "^24.0.0"
- "^26.0.0"
- "^28.0.0"
- "^30.0.0"
plugins:
- docker-compose#v4.12.0:
build:
- electron-test-image
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
# - label: "Build Electron {{matrix.electron_version}} docker test image"
# key: "electron-image-build-{{matrix.electron_version}}"
# timeout_in_minutes: 10
# env:
# ELECTRON_VERSION: "{{matrix.electron_version}}"
# matrix:
# setup:
# electron_version:
# - "^20.0.0"
# - "^24.0.0"
# - "^26.0.0"
# - "^28.0.0"
# - "^30.0.0"
# plugins:
# - docker-compose#v4.12.0:
# build:
# - electron-test-image
# image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
# cache-from:
# - electron-test-image:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-electron-test-${matrix.electron_version}
# - docker-compose#v4.12.0:
# push:
# - electron-ubuntu-test:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-electron-test-${matrix.electron_version}

- label: "Electron {{matrix.electron_version}} linting"
depends_on: "electron-image-build-{{matrix.electron_version}}"
# depends_on: "electron-image-build-{{matrix.electron_version}}"
timeout_in_minutes: 10
env:
ELECTRON_VERSION: "{{matrix.electron_version}}"
Expand All @@ -75,7 +75,7 @@ steps:
- test:lint-native

- label: "Electron {{matrix.electron_version}} unit tests"
depends_on: "electron-image-build-{{matrix.electron_version}}"
# depends_on: "electron-image-build-{{matrix.electron_version}}"
timeout_in_minutes: 10
env:
ELECTRON_VERSION: "{{matrix.electron_version}}"
Expand All @@ -96,7 +96,7 @@ steps:
- test:unit:electron-runner

- label: "Electron {{matrix.electron_version}} integration tests"
depends_on: "electron-image-build-{{matrix.electron_version}}"
# depends_on: "electron-image-build-{{matrix.electron_version}}"
timeout_in_minutes: 10
env:
ELECTRON_VERSION: "{{matrix.electron_version}}"
Expand Down

0 comments on commit 0cd5f1e

Please sign in to comment.