File tree Expand file tree Collapse file tree 2 files changed +15
-56
lines changed
Expand file tree Collapse file tree 2 files changed +15
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Tilt
2+
13on :
24 pull_request :
35 paths :
911 - ' internal/**'
1012 - ' pkg/**'
1113 - ' Tiltfile'
14+ - ' catalogd/**'
1215 merge_group :
1316
1417jobs :
2225 - uses : actions/checkout@v4
2326 with :
2427 path : operator-controller
25- - name : Get catalogd version
26- id : get-catalogd-version
27- run : |
28- cd operator-controller
29- echo "CATALOGD_VERSION=$(go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)" >> "$GITHUB_OUTPUT"
30- - uses : actions/checkout@v4
31- with :
32- repository : operator-framework/catalogd
33- path : catalogd
34- ref : " ${{ steps.get-catalogd-version.outputs.CATALOGD_VERSION }}"
3528 - name : Install Go
3629 uses : actions/setup-go@v5
3730 with :
@@ -41,11 +34,22 @@ jobs:
4134 TILT_VERSION="0.33.3"
4235 curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
4336 tar -xzv -C /usr/local/bin tilt
37+ - name : Install ctlptl
38+ run : |
39+ CTLPTL_VERSION="0.8.20"
40+ curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
41+ tar -xzv -C /usr/local/bin ctlptl
42+ - name : Set up kind
43+ run : ctlptl create cluster kind --registry=ctlptl-registry
4444 - name : Set up kind
4545 run : |
4646 cd operator-controller
4747 make kind-cluster
48- - name : Test Tilt
48+ - name : Test Tilt for Catalogd
49+ run : |
50+ cd operator-controller/catalogd
51+ tilt ci
52+ - name : Test Tilt for Operator Controller
4953 run : |
5054 cd operator-controller
5155 tilt ci
You can’t perform that action at this time.
0 commit comments