File tree Expand file tree Collapse file tree 3 files changed +879
-310
lines changed
iri/apis/machine/v1alpha1 Expand file tree Collapse file tree 3 files changed +879
-310
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - main
10- - lukasfrank:feat/reservations
1110 tags :
1211 - v*
1312 paths-ignore :
8887 version : latest
8988 endpoint : builders # self-hosted
9089 - name : Login to GHCR
91- # if: github.event_name != 'pull_request'
90+ if : github.event_name != 'pull_request'
9291 uses : docker/login-action@v3
9392 with :
9493 registry : ghcr.io
10099 with :
101100 context : .
102101 platforms : linux/amd64,linux/arm64
103- # push: ${{ github.event_name != 'pull_request' }}
102+ push : ${{ github.event_name != 'pull_request' }}
104103 tags : ${{ steps.meta.outputs.tags }}
105104 labels : ${{ steps.meta.outputs.labels }}
106105 target : ${{ matrix.image.target }}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import (
1313type ReservationSpec struct {
1414 Pools []corev1.LocalObjectReference `json:"pools"`
1515 Resources corev1alpha1.ResourceList `json:"resources,omitempty"`
16+ // TODO we might want to add a weight to indicate preference/priority
1617}
1718
1819// ReservationStatus defines the observed state of Reservation
You can’t perform that action at this time.
0 commit comments