forked from sustainable-computing-io/kepler-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vibhu Prashar <[email protected]>
- Loading branch information
1 parent
2cd68dc
commit 4fc023b
Showing
5 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
name: pr-checks | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: [test-ci] | ||
|
||
jobs: | ||
docs: | ||
|
@@ -132,7 +133,7 @@ jobs: | |
GO111MODULE: "on" | ||
OPERATOR_IMAGE: "quay.io/sustainable_computing_io/kepler-operator" | ||
KUBECONFIG: /tmp/.kube/config | ||
KIND_WORKER_NODES: 2 | ||
KIND_WORKER_NODES: 1 | ||
name: e2e | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -148,12 +149,14 @@ jobs: | |
uses: ./.github/tools-cache | ||
|
||
- name: use kepler action for kind cluster build | ||
uses: sustainable-computing-io/[email protected].2 | ||
uses: sustainable-computing-io/[email protected].6 | ||
with: | ||
ebpfprovider: bcc | ||
cluster_provider: kind | ||
env: | ||
PROMETHEUS_ENABLE: "true" | ||
- name: Setup tmate session | ||
if: ${{ failure() }} | ||
uses: mxschmitt/action-tmate@v3 | ||
|
||
- name: Ensure cluster is able to run OLM bundles | ||
run: make cluster-prereqs | ||
|
@@ -166,6 +169,9 @@ jobs: | |
./tests/run-e2e.sh --ci | ||
env: | ||
VERSION: ${{ steps.version.outputs.version }} | ||
- name: Setup tmate session | ||
if: ${{ failure() }} | ||
uses: mxschmitt/action-tmate@v3 | ||
|
||
- name: Capture cluster state | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters