forked from youki-dev/youki
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add test process #539
Closed
Closed
Add test process #539
+326
−152
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
…2924) * Add seccomp feature flag to youki Signed-off-by: Kotaro Inoue <k.musaino@gmail.com> * Add seccomp flag to the features test cases Signed-off-by: Kotaro Inoue <k.musaino@gmail.com> * fixup! Add seccomp flag to the features test cases Signed-off-by: Kotaro Inoue <k.musaino@gmail.com> --------- Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
* Add the affiliations of youki maintainers Signed-off-by: Toru Komatsu <k0ma@utam0k.jp> * Apply suggestions from code review Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com> * Update maintainer.md --------- Signed-off-by: Toru Komatsu <k0ma@utam0k.jp> Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
Bumps the patch group with 3 updates: [nc](https://github.com/xushaohua/nc), [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasi-common](https://github.com/bytecodealliance/wasmtime). Updates `nc` from 0.9.3 to 0.9.4 - [Commits](XuShaohua/nc@v0.9.3...v0.9.4) Updates `wasmtime` from 25.0.1 to 25.0.2 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](bytecodealliance/wasmtime@v25.0.1...v25.0.2) Updates `wasi-common` from 25.0.1 to 25.0.2 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](bytecodealliance/wasmtime@v25.0.1...v25.0.2) --- updated-dependencies: - dependency-name: nc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: wasi-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tch-28bdbbbc9b
Signed-off-by: sat0ken <15720506+sat0ken@users.noreply.github.com>
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…id-1.11.0 Bump uuid from 1.10.0 to 1.11.0
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc) and [serde_json](https://github.com/serde-rs/json). Updates `libc` from 0.2.159 to 0.2.161 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.159...0.2.161) Updates `serde_json` from 1.0.128 to 1.0.129 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.129) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tch-c8f77a56eb
Signed-off-by: sat0ken <15720506+sat0ken@users.noreply.github.com>
すみません、他の方のcommitが混ざってしまったようなのでいったんCloseします... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Integテストのコードをお試して書いたので、CI回るか確認させてください笑 m(- -)m
youki-dev#361