Skip to content

Commit

Permalink
test: check ci
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed Mar 27, 2024
1 parent 2cd68dc commit cdd1e58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-checks.yaml
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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GOARCH := $(shell go env GOARCH)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= $(shell cat VERSION)

KEPLER_VERSION ?=release-0.7.2
KEPLER_VERSION ?=release-0.7.8

# IMG_BASE and KEPLER_IMG_BASE are set to distinguish between Operator-specific images and Kepler-Specific images.
# IMG_BASE is used for building and pushing operator related images.
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.10.0
createdAt: "2024-03-11T09:21:02Z"
createdAt: "2024-03-26T17:40:24Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/internal-objects: |-
Expand Down Expand Up @@ -266,7 +266,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_KEPLER
value: quay.io/sustainable_computing_io/kepler:release-0.7.2
value: quay.io/sustainable_computing_io/kepler:release-0.7.8
image: quay.io/sustainable_computing_io/kepler-operator:0.10.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
relatedImages:
- image: quay.io/sustainable_computing_io/kepler:release-0.7.2
- image: quay.io/sustainable_computing_io/kepler:release-0.7.8
name: kepler
replaces: kepler-operator.v0.9.2
version: 0.10.0
Expand Down

0 comments on commit cdd1e58

Please sign in to comment.