This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
CC | Merge from main to CCv0 -- Aug 7th, 2023 #5742
Merged
fidencio
merged 10 commits into
kata-containers:CCv0
from
fidencio:topic/merge-from-main-Aug-7th
Aug 7, 2023
Merged
CC | Merge from main to CCv0 -- Aug 7th, 2023 #5742
fidencio
merged 10 commits into
kata-containers:CCv0
from
fidencio:topic/merge-from-main-Aug-7th
Aug 7, 2023
Conversation
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
Modify the smoke_test container securityContext to work well with OCP 4.14. Fixes: kata-containers#5671 Signed-off-by: Lukáš Doktor <[email protected]>
Newer ocp by default requires running as user with certain capabilities dropped. Fixes: kata-containers#5671 Signed-off-by: Lukáš Doktor <[email protected]>
the GOPATH variable is used by some variables before it gets initialized. Reorder the logic to work properly. Fixes: kata-containers#5713 Signed-off-by: Lukáš Doktor <[email protected]>
ci/openshift-ci: Fix the smoke_test permissions
ci: Initialize GOPATH before it's used
- ci: Initialize GOPATH before it's used - ci/openshift-ci: Fix the smoke_test permissions - vfio-ap: Add e2e test for vfio-ap cold-plugin - vfio: Fix default port assignment - license: avoid checking license for *.dtd file - Dict: add pio into Kata CI spelling check - dict: add more words into kata-spell-check - spell: update spelling dictionary - versions: Update sonobuoy to latest v0.56.16 - k8s-conformance: Add support to run tests in parallel - metrics: Fix non valid results on memory usage inside container - run: Bring back k8s tests for dragonball - gpu: Add VRA related words to dictionary - ci/openshift-ci: Port the job to run on OCP 4.14 - tests: Remove a snap test - ci: Switch to http kubernetes mirror - metrics: Update Tensorflow model name - metrics: Update tensorflow Dockerfile - versions: Update xurls version to 2.5.0 - stability: Update stressng dockerfile d32ca2d ci: Initialize GOPATH before it's used 21f3a89 kata-webhook: Fix the webhook's pods permissions ad8f18e ci/openshift-ci: Fix the smoke_test permissions 6c6397f vfio-ap: Add e2e test for vfio-ap cold-plugin 54b5c03 vfio: Fix default port assignment 1f222bc license: avoid checking license for *.dtd file a4f42ff Dict: add pio into Kata CI spelling check dbdcc1e dict: add more words into kata-spell-check 8013317 spell: update spelling dictionary 244e5a1 versions: Update sonobuoy to latest v0.56.16 14ee963 run: Bring back k8s tests for dragonball 7506805 gpu: Add VRA related words to dictionary 9cefdb3 metrics: Fix non valid results on memory usage inside container 6a127aa ci/openshift-ci: Remove ocp 4.10 support 735c480 ci/openshift-ci: Port the job to run on OCP 4.14 b682f05 tests: Remove a snap test 977eaf7 ci: Switch to http kubernetes mirror 5fad104 metrics: Update Tensorflow model name 98cf5b9 k8s-conformance: Add support to run tests in parallel d7b8c0b versions: Update sonobuoy to latest v0.56.16 a403e6e e2e_conformance: Add support for runtime class cb6f8cd kata-webhook: Cleanup kata-webhook deployment 53b9302 kata-webhook: Skip mutating sonobuoy pods 16f551c kata-webhook-docs: Fix outdated script names 2e4a7eb metrics: Update tensorflow Dockerfile 101ae84 versions: Update xurls version to 2.5.0 cd4cfd8 stability: Update stressng dockerfile Signed-off-by: Fabiano Fidêncio <[email protected]>
…anch-bump # Kata Containers 3.2.0-alpha4
Version bump no changes Signed-off-by: Fabiano Fidêncio <[email protected]>
…h-bump # Kata Containers 3.2.0-rc0
The usual weekly merge. Fixes: kata-containers#5741 Signed-off-by: Fabiano Fidêncio <[email protected]>
/test |
stevenhorsman
approved these changes
Aug 7, 2023
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. Thanks!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Weekly merge.
Fixes: #5741