generated from sigstore/sigstore-project-template
-
Notifications
You must be signed in to change notification settings - Fork 68
Control the policy controller monitoring resources from chart, enhanc… #1687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
senanz
wants to merge
30
commits into
sigstore:main
Choose a base branch
from
senanz:issues_1388
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
44b4cc6
Add check for ACR registry in ACR credential helper (#1658)
codysoyland 7895e28
chore(deps): Bump google-github-actions/auth from 2.1.6 to 2.1.7 (#1683)
dependabot[bot] 513fa0c
Control the policy controller monitoring resources from chart, enhanc…
515484d
Merge branch 'sigstore:main' into issues_1388
senanz 3be400a
Merge branch 'sigstore:main' into issues_1388
senanz 3743c98
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
471eeb4
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
2a8b34c
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
ed8e23c
Merge branch 'sigstore:main' into issues_1388
senanz c11762b
Merge branch 'sigstore:main' into issues_1388
senanz f5173ff
Merge branch 'sigstore:main' into issues_1388
senanz c985ec4
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
dc0d9f6
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
5756c09
Merge branch 'sigstore:main' into issues_1388
senanz 12ea994
Merge branch 'sigstore:main' into issues_1388
senanz 8bf379c
--amend
ee188b3
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
0adb803
Merge branch 'sigstore:main' into issues_1388
senanz d276c31
Merge branch 'sigstore:main' into issues_1388
senanz e9fbf09
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
790238f
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
2663fba
Merge branch 'sigstore:main' into issues_1388
senanz 034ca94
Merge branch 'sigstore:main' into issues_1388
senanz aa63abe
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
2d7d559
Merge branch 'sigstore:main' into issues_1388
senanz 4045d4e
Merge branch 'sigstore:main' into issues_1388
senanz 29ee753
Control the policy controller monitoring resources from chart, enhanc…
e3b82ef
--amend
391f086
Merge branch 'issues_1388' of https://github.com/senanz/policy-contro…
8723902
Fix the formatting of the files and change misleading test name
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ name: Test policy-controller with custom resource | |
|
|
||
| on: | ||
| pull_request: | ||
| branches: [ 'main', 'release-*' ] | ||
| branches: ["main", "release-*"] | ||
|
|
||
| defaults: | ||
| run: | ||
|
|
@@ -96,7 +96,7 @@ jobs: | |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 | ||
| with: | ||
| go-version-file: './go.mod' | ||
| go-version-file: "./go.mod" | ||
| check-latest: true | ||
|
|
||
| # will use the latest release available for ko | ||
|
|
@@ -122,7 +122,7 @@ jobs: | |
| k8s-version: ${{ matrix.k8s-version}} | ||
| version: ${{ env.SCAFFOLDING_RELEASE_VERSION }} | ||
|
|
||
| - name: Install policy-controller-with-only-pod-resource | ||
| - name: Install policy-controller-with-replicasets-daemonsets-resource | ||
| env: | ||
| GIT_HASH: ${{ github.sha }} | ||
| GIT_VERSION: ci | ||
|
|
@@ -141,6 +141,7 @@ jobs: | |
| - name: Run Custom resources Tests | ||
| timeout-minutes: 5 | ||
| run: | | ||
| chmod +x ./test/e2e_test_policy_custom_resource.sh | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI, you should be able to make this change in git so that you don't have to do this here. |
||
| ./test/e2e_test_policy_custom_resource.sh | ||
|
|
||
| - name: Collect diagnostics | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.