-
Notifications
You must be signed in to change notification settings - Fork 580
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
Update e2e scipts according to new structure #421
Conversation
b3bb1ae
to
3bffa60
Compare
281639a
to
7a064a7
Compare
This will update the e2e scripts to run tests according to new catalog structure after reorg Fix tektoncd#420
7a064a7
to
ee1fe52
Compare
This will fix skopeo tasks to have param for tls-verify flag and update tests accordingly
ee1fe52
to
a4a0621
Compare
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.
For future reviewers, the deletion of some tests are because those task are splitted, and thus the tests that were grouped together are now splitted (but they were all still in each files).
/lgtm
@@ -46,12 +46,12 @@ TEST_YAML_IGNORES=${TEST_YAML_IGNORES:-""} | |||
|
|||
# Allow ignoring some yaml tests, space separated, should be the basename of the | |||
# test for example "s2i" | |||
TEST_TASKRUN_IGNORES=${TEST_TASKRUN_IGNORES:-""} | |||
TEST_TASKRUN_IGNORES=${TEST_TASKRUN_IGNORES:-"cloudevent"} |
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.
Should we had a comment about this one ? (aka depend on ko
, should use a released image in there — we should also create an issue about it)
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.
I am creating an issue for this and also let @iancoffey know :D
I think he is already working, I see a PR #396
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.
Created issue #422
/retest |
Remove the test as the python pypi upload test is not working on the CI
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.
/lgtm
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.
/meow
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester, vinamra28 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 |
This will update the e2e scripts to run tests according to
new catalog structure after reorg
Fix git batch merge tests
Fix git clone tests
Fix git cli tests
Remove git-rebase tests as they are not of rebase
Fix golnag build tests
Fix golang-test tests
Fix golangci-lint tests
Fix helm-upgrade-from-repo tests
Fix helm-upgrade-from-source tests
Update skopeo task for tls-verify flag param
This will fix skopeo tasks to have param for tls-verify flag
and update tests accordingly
Skip cloudevent task as it is failing
Fix warning for yaml.Load function
Fix upload-pypi pre-apply-task script
Remove python pypi upload test
Fix #420
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
File path follows
<kind>/<name>/<version>/name.yaml
Has
README.md
at<kind>/<name>/<version>/README.md
Has mandatory
metadata.labels
-app.kubernetes.io/version
the same as the<version>
of the resourceHas mandatory
metadata.annotations
tekton.dev/pipelines.minVersion
mandatory
spec.description
follows the conventionSee the contribution guide
for more details.