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: Publish charms and snaps to branch on pull request #36

Merged

Conversation

markbeierl
Copy link

@markbeierl markbeierl commented Mar 20, 2024

This change will push to a branch under edge with the same name as the branch on which the job runs.

For example, a PR using a branch called TELCO-1082-Publish-charms-and-snaps-to-branch-on-pull-request would look like the following after a successful run:

charmcraft status sdcore-upf-k8s
Track    Base                  Channel                                                             Version    Revision    Resources                                  Expires at                                                      
latest   ubuntu 22.04 (amd64)  stable                                                              -          -           -                                                                                                          
                               candidate                                                           -          -           -                                                                                                          
                               beta                                                                13         13          bessd-image (r5), pfcp-agent-image (r5)                                                                    
                               edge                                                                21         21          bessd-image (r8), pfcp-agent-image (r7)                                                                    
1.3      ubuntu 22.04 (amd64)  stable                                                              -          -           -                                                                                                          
                               candidate                                                           -          -           -                                                                                                          
                               beta                                                                13         13          bessd-image (r5), pfcp-agent-image (r5)                                                                    
                               edge                                                                70         70          bessd-image (r16), pfcp-agent-image (r14)                                                                  
                               edge/TELCO-1082-Publish-charms-and-snaps-to-branch-on-pull-request  72         72          bessd-image (r16), pfcp-agent-image (r14)  2024-04-19T00:00:00Z                                            

Note that the developer must either log into the store or know the name of the branch explicitly in order to use it.

@markbeierl markbeierl requested a review from a team as a code owner March 20, 2024 19:47
@markbeierl markbeierl merged commit 8f46075 into main Mar 21, 2024
@markbeierl markbeierl deleted the TELCO-1082-Publish-charms-and-snaps-to-branch-on-pull-request branch March 21, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants