Skip to content

Commit

Permalink
Merge pull request #42 from Kuadrant/latest-refs-on-main
Browse files Browse the repository at this point in the history
Latest refs on main
  • Loading branch information
eguzki authored Jan 30, 2023
2 parents 3a4d580 + 98cc7ad commit 7ad9d23
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 1,022 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Testing

on: pull_request
on:
push:
branches: [ 'main' ]

pull_request:
branches: [ 'main' ]

schedule:
- cron: "15 1 * * *"

jobs:
build:
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ istio-manifest-update-test: generate-istio-manifests
[ -z "$$(git ls-files --other --exclude-standard --directory --no-empty-directory ./istiomanifests/autogenerated)" ]

# Generates kuadrant manifests.
KUADRANTVERSION=v0.2.1
KUADRANT_CONTROLLER_IMAGE=quay.io/3scale/kuadrant-controller:$(KUADRANTVERSION)
KUADRANTVERSION=main
KUADRANT_CONTROLLER_IMAGE=quay.io/kuadrant/kuadrant-controller:$(KUADRANTVERSION)
.PHONY: generate-kuadrant-manifests
generate-kuadrant-manifests:
$(eval TMP := $(shell mktemp -d))
Expand All @@ -89,8 +89,8 @@ kuadrant-manifest-update-test: generate-kuadrant-manifests
[ -z "$$(git ls-files --other --exclude-standard --directory --no-empty-directory ./kuadrantmanifests/autogenerated)" ]

# Generates limitador manifests.
LIMITADOR_OPERATOR_VERSION=v0.2.0
LIMITADOR_OPERATOR_IMAGE=quay.io/3scale/limitador-operator:$(LIMITADOR_OPERATOR_VERSION)
LIMITADOR_OPERATOR_VERSION=main
LIMITADOR_OPERATOR_IMAGE=quay.io/kuadrant/limitador-operator:$(LIMITADOR_OPERATOR_VERSION)
.PHONY: generate-limitador-operator-manifests
generate-limitador-operator-manifests:
$(eval TMP := $(shell mktemp -d))
Expand All @@ -107,7 +107,7 @@ limitador-operator-manifest-update-test: generate-limitador-operator-manifests
[ -z "$$(git ls-files --other --exclude-standard --directory --no-empty-directory ./limitadormanifests/autogenerated)" ]

# Generates authorino operator manifests.
AUTHORINO_OPERATOR_VERSION=v0.1.0
AUTHORINO_OPERATOR_VERSION=main
.PHONY: generate-authorino-operator-manifests
generate-authorino-operator-manifests:
curl -sSf https://raw.githubusercontent.com/Kuadrant/authorino-operator/$(AUTHORINO_OPERATOR_VERSION)/config/deploy/manifests.yaml > $(PROJECT_PATH)/authorinomanifests/autogenerated/authorino-operator.yaml
Expand Down
Loading

0 comments on commit 7ad9d23

Please sign in to comment.