Skip to content

Commit

Permalink
WIP: add more notes
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc committed Aug 9, 2023
1 parent 22fc92b commit 6fd3783
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
name: Build images
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

# TODO add all-green job
# TODO add dependabot for this ci file
# TODO can we fallback to no-fakemachine if running in a fork _OR_ at least add a scheduling timeout ?
#jobs:
# build:
# runs-on: ubuntu-latest
# if: github.event_name != "pull_request" || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
# TODO make this a strategy: matrix to build all images in parallel
# TODO build ospacks first

env:
TMP: '/scratch'

jobs:
# TODO make this a matrix to build all images
build_images:
name: Build images
runs-on: [self-hosted, Linux, X64, kvm]
Expand Down

0 comments on commit 6fd3783

Please sign in to comment.