-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into e2e-test-2
- Loading branch information
Showing
66 changed files
with
915 additions
and
3,563 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 |
---|---|---|
|
@@ -18,14 +18,12 @@ on: | |
paths-ignore: | ||
- "docs/**" | ||
- "release/**" | ||
- "deployments/**" | ||
- ".prow.yaml" | ||
- "OWNERS" | ||
pull_request: | ||
paths-ignore: | ||
- "docs/**" | ||
- "release/**" | ||
- "deployments/**" | ||
- ".prow.yaml" | ||
- "OWNERS" | ||
jobs: | ||
|
@@ -48,12 +46,14 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: kptdev/kpt | ||
tag: v1.0.0-beta.49 | ||
tag: v1.0.0-beta.54 | ||
chmod: 0755 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
cluster_name: kind | ||
version: v0.23.0 | ||
kubectl_version: v1.30.0 | ||
- name: Build Images and Deploy porch kpt pkg | ||
run: IMAGE_REPO=porch-kind IMAGE_TAG=${GITHUB_SHA:0:8} KIND_CONTEXT_NAME=kind make run-in-kind | ||
- name: Sleep for 30 seconds | ||
|
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 |
---|---|---|
|
@@ -18,14 +18,12 @@ on: | |
paths-ignore: | ||
- "docs/**" | ||
- "release/**" | ||
- "deployments/**" | ||
- ".prow.yaml" | ||
- "OWNERS" | ||
pull_request: | ||
paths-ignore: | ||
- "docs/**" | ||
- "release/**" | ||
- "deployments/**" | ||
- ".prow.yaml" | ||
- "OWNERS" | ||
jobs: | ||
|
@@ -46,14 +44,18 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: kptdev/kpt | ||
tag: v1.0.0-beta.49 | ||
tag: v1.0.0-beta.54 | ||
chmod: 0755 | ||
- name: Build and install porchctl | ||
run: make porchctl | ||
run: | | ||
make porchctl | ||
.build/porchctl version | ||
- name: Create k8s Kind Cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
cluster_name: kind | ||
version: v0.23.0 | ||
kubectl_version: v1.30.0 | ||
- name: Build Images and Deploy porch kpt pkg | ||
run: IMAGE_REPO=porch-kind IMAGE_TAG=${GITHUB_SHA:0:8} KIND_CONTEXT_NAME=kind make run-in-kind | ||
- name: porchctl e2e test | ||
|
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
Oops, something went wrong.