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

workflow: added Integration Tests #26

Merged
merged 5 commits into from
Jul 10, 2023
Merged

Conversation

giautm
Copy link
Contributor

@giautm giautm commented Jul 6, 2023

No description provided.

@giautm giautm marked this pull request as draft July 6, 2023 16:28
@giautm giautm force-pushed the integration branch 3 times, most recently from 9cebfd0 to 69a0217 Compare July 6, 2023 17:39
chore: fixed collatz with GLIBC_2.32

chore: increment timeout

chore: fixed wait command
@giautm giautm marked this pull request as ready for review July 7, 2023 07:32
@giautm
Copy link
Contributor Author

giautm commented Jul 7, 2023

Please note, the workflow failure due to permission to push docker image. You can check the work version from this PR instead: giautm#3

# Ensure the binary is executable
chmod +x ./collatz
# Build the docker image and push
weaver-kube deploy weaver.toml
Copy link
Member

Choose a reason for hiding this comment

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

You mentioned this step is failing because it is not permitted to upload a container to ghcr.io/ServiceWeaver/weaver-kube/example-collatz. What do we have to do to make that work?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey, It just because I don't have write permission on this repo. So, my PR also don't have permission to create a new package for storing docker image.

Copy link
Member

Choose a reason for hiding this comment

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

Ah gotcha. Thanks for explaining!

.github/workflows/integration.yml Show resolved Hide resolved
@giautm giautm force-pushed the integration branch 2 times, most recently from fd9fbfd to 9892c49 Compare July 8, 2023 05:11
Copy link
Member

@mwhittaker mwhittaker left a comment

Choose a reason for hiding this comment

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

Amazing job! Thanks so much!!

@mwhittaker mwhittaker merged commit 545c8da into ServiceWeaver:main Jul 10, 2023
8 of 9 checks passed
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