-
Couldn't load subscription status.
- Fork 164
e2e upgrade #2938
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
base: main
Are you sure you want to change the base?
e2e upgrade #2938
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
94c8089 to
7512faf
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2938 +/- ##
==========================================
- Coverage 59.37% 54.75% -4.63%
==========================================
Files 134 134
Lines 13500 13494 -6
==========================================
- Hits 8016 7389 -627
- Misses 4540 5198 +658
+ Partials 944 907 -37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b68e41f to
e398349
Compare
5600e62 to
e2184c3
Compare
4ac8eab to
c6b2ede
Compare
c6b2ede to
e70bea5
Compare
9ac60f0 to
b48eef4
Compare
|
It ain't perfect, but I would prefer we merge this sooner rather than later as folks need this, and we can open new PRs for any niggling issues. |
|
|
||
| func (i info) XML(w io.Writer) error { | ||
| return xml.NewEncoder(w).Encode(i) | ||
| return errors.New("XML export not currently supported") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML breakes trying to export anonymous structs. And XML is evil.
| * `FUNC_REPO_REF` affects which github repo will be used to fetch tekton tasks for on cluster build. Default: `knative/func`. | ||
| * `FUNC_REPO_BRANCH_REF` affects which github branch will be used to fetch tekton tasks for on cluster build. Default: `main`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently these are completely unused.
|
|
||
| .PHONY: update-runtime-python | ||
| update-runtime-python: | ||
| # Nothing to update for Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explicitly stating why it's not here.
|
|
||
| .PHONY: check | ||
| check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint) | ||
| check: check-lint check-goimports check-misspell check-whitespace check-eof ## Check code quality (comprehensive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds checkers to be as close to those from knative automations such that running make check locally is a reasonable approximation.
| STERN=$(find_executable "stern") | ||
| KN=$(find_executable "kn") | ||
| JQ=$(find_executable "jq") | ||
| KUBECTL=$(find_executable "kubectl" || true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not all scripts require all binaries, so this is opportunistic; allowing failure to happen at time of use if not found.
05ad84d to
4cc4d72
Compare
4052fcd to
79ef180
Compare
install git server in workflow disable dapr service-to-service test only run private repo test on Linux test full script etc test failure fixes remote s2i builder test full stuffs python functions fixes update func-python e2e wait by duration wait options with extended timeouts for java runtimes import common in git-server.sh disable make buffering import common to dump-logs.sh update dump-logs.sh to handle missing binaries update common.sh to be resilient to missing binaries fix: gitlab tests (retries and skip in CI) full test target - script reenable http default matrix template support user vs system config in registry setup script e2e_test.go increase default timeout full test target add CleanFS option unified github workflow renamed env var standardized envs for int tests dedicated Podman scripts integration test name prefix registry.sh skip docker restart add missing io import to gitlab_int_test.go improve prechecks
79ef180 to
c069c6f
Compare
Unifies E2E tests and workflows
/kind cleanup
Primary Changes:
make test-fulltarget runs all tests (unit, integration, E2E).Notable Name Changes: the scripts in ./hack were renamed to be simple nouns:
hack/cluster.sh
hack/binaries.sh
hack/images.sh
hack/gitlab.sh