add run & test steps to Caddy 2.7, Caddy 2.10, Httpbingo and HAProxy#277
Open
Miruna-Oncioiu wants to merge 5 commits into
Open
add run & test steps to Caddy 2.7, Caddy 2.10, Httpbingo and HAProxy#277Miruna-Oncioiu wants to merge 5 commits into
Miruna-Oncioiu wants to merge 5 commits into
Conversation
razvand
requested changes
May 9, 2026
razvand
left a comment
Contributor
There was a problem hiding this comment.
Create a commit for each application you modify. You will have 7 commits in total.
Why do you have a kernel and a kernel.dbg file?
Word your commits properly. Make sure you sign-off your commits. See instructions here. Read them many many times, be sure you observe all of them.
4114a7d to
26cb27f
Compare
fb016cf to
e575180
Compare
razvand
requested changes
May 15, 2026
razvand
left a comment
Contributor
There was a problem hiding this comment.
Looks really good. See some minor comments.
| with: | ||
| name: index.unikraft.io/unikraft.org/caddy:2.7 | ||
| push: true | ||
| push: true No newline at end of file |
Signed-off-by: Miruna Oncioiu <oncioiumirunaelena2004@gmail.com>
Signed-off-by: Miruna Oncioiu <oncioiumirunaelena2004@gmail.com>
Signed-off-by: Miruna Oncioiu <oncioiumirunaelena2004@gmail.com>
Signed-off-by: Miruna Oncioiu <oncioiumirunaelena2004@gmail.com>
c65013b to
511b646
Compare
razvand
requested changes
May 16, 2026
razvand
left a comment
Contributor
There was a problem hiding this comment.
The CI workflow commit is not signed. Also use Force instead of force.
| with: | ||
| name: index.unikraft.io/unikraft.org/caddy:2.7 | ||
| push: true | ||
|
No newline at end of file |
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
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.
Caddy 2.7 Am adăugat un pas de testare care pornește unikernel-ul în background și validează cu curl pe portul 2015 că serverul web se inițializează și răspunde corect.
Caddy 2.10 Am implementat aceeași validare automată cu curl pe portul 2015 și 512MB RAM, pentru a garanta că și această versiune rulează fără probleme.
Httpbingo 2.13.4: Am inclus un pas de validare pe portul 8080, verificând endpoint-ul /status/418 pentru a confirma că aplicația Go pornește corect și răspunde la cereri în mediul Unikraft.
HAProxy 2.8: Am adăugat testarea automată pentru pagina de statistici pe portul 8404, asigurând funcționarea corectă a serviciului cu o alocare de 256MB RAM.