Skip to content
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

feat(24.04): add erlang slices #384

Merged
merged 6 commits into from
Nov 21, 2024

Conversation

linostar
Copy link

@linostar linostar commented Nov 8, 2024

Proposed changes

Add erlang-* slices to 24.04

Note that erlang packages are not available for i386 arch.

I tried to add tests for all erlang binaries , but some of them needs the erl server to be running in the background, and attempting to run it with & or with nohup has failed in the spread container (although it works locally).

Related issues/PRs

PR #258

Forward porting

N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes (see how)
  • I have already submitted the CLA form

Additional Context

N/A

Copy link

github-actions bot commented Nov 8, 2024

Diff of dependencies:

slices/erlang-base.yaml
@@ -1,8 +1,9 @@
-adduser
+bash
+coreutils
 libc6
 libgcc-s1
+libreadline8t64
 libstdc++6
 libsystemd0
 libtinfo6
-procps
 zlib1g

@linostar linostar requested review from ROCKsBot and a team and removed request for ROCKsBot November 8, 2024 10:30
@linostar linostar marked this pull request as ready for review November 8, 2024 10:35
@linostar linostar added the Priority Look at me first label Nov 8, 2024
@linostar linostar changed the title feat(24.04) add erlang slices feat(24.04): add erlang slices Nov 8, 2024
slices/erlang-asn1.yaml Outdated Show resolved Hide resolved
slices/erlang-base.yaml Show resolved Hide resolved
slices/erlang-crypto.yaml Show resolved Hide resolved
slices/erlang-eldap.yaml Show resolved Hide resolved
slices/erlang-base.yaml Show resolved Hide resolved
slices/erlang-mnesia.yaml Show resolved Hide resolved
slices/erlang-runtime-tools.yaml Outdated Show resolved Hide resolved
slices/erlang-tools.yaml Outdated Show resolved Hide resolved
tests/spread/integration/erlang/task.yaml Outdated Show resolved Hide resolved
tests/spread/integration/erlang/task.yaml Outdated Show resolved Hide resolved
@linostar linostar requested review from rebornplusplus and a team November 13, 2024 17:07
Copy link
Collaborator

@zhijie-yang zhijie-yang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks to me overall good, except that we are having issues testing the snmpc. We need to either work it out, or provide with necessary justifications why we are not testing it with the spread tests. Wdyt, @cjdcordeiro ?

@cjdcordeiro
Copy link
Collaborator

@zhijie-yang what's the issue? I can't find it from the previous comments. Is it what's described in the PR description?

Copy link
Collaborator

@cjdcordeiro cjdcordeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline and the testing issues still needs to be addressed

@linostar
Copy link
Author

The missing test for snmpc was added.

Copy link
Collaborator

@zhijie-yang zhijie-yang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Collaborator

@cjdcordeiro cjdcordeiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@cjdcordeiro cjdcordeiro merged commit 6ba20f9 into canonical:ubuntu-24.04 Nov 21, 2024
14 checks passed
cjdcordeiro added a commit that referenced this pull request Nov 21, 2024
cjdcordeiro added a commit that referenced this pull request Nov 21, 2024
@cjdcordeiro cjdcordeiro mentioned this pull request Nov 21, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority Look at me first
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants