-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from JohnStrunk/r111
Release 1.1.1
Showing
27 changed files
with
1,411 additions
and
182 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#! /bin/bash | ||
|
||
set -e -o pipefail | ||
|
||
KUBECONFIG="${KUBECONFIG:-${HOME}/.kube/config}" | ||
SCRIPT_DIR="$(dirname "$(realpath "$0")")" | ||
TOP="$(realpath "${SCRIPT_DIR}/../..")" | ||
|
||
# https://github.com/operator-framework/operator-sdk/blob/master/doc/test-framework/writing-e2e-tests.md#running-go-test-directly-not-recommended | ||
# Run the e2e, but not using the operator-sdk binary. This requires ensuring flags are correctly set. | ||
# See https://github.com/operator-framework/operator-sdk/blob/master/pkg/test/framework.go for flags. | ||
# operator-sdk test local --go-test-flags="-v -parallel=100" "./test/e2e" | ||
go test "${TOP}/test/e2e/..." -root="${TOP}" -kubeconfig="${KUBECONFIG}" -globalMan /dev/null -namespacedMan /dev/null -v -parallel=100 |
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
crd-cr-paths: | ||
- deploy/crds | ||
operator-path: deploy/operator.yaml | ||
role-paths: | ||
- deploy/role.yaml |
311 changes: 311 additions & 0 deletions
311
deploy/olm-catalog/snapscheduler/1.1.0/snapscheduler.v1.1.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.