-
Notifications
You must be signed in to change notification settings - Fork 25
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
CI changes for new k8s images #560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I just had minor comments. It's too bad the e2e pipeline is slow today, we could have gotten a few runs in.
I never saw a change for this. If so, it's fine to leave off of this PR. I think we have enough here. |
Yes, I will leave off of this PR |
a991f06
to
b33c370
Compare
The e2e test looks weird. I'm trying to understand why there is a 'no such file or directory' error when trying to open full-vertica-image/full-vertica-image.tar. Do we need to wait for JenKins to trigger GitHub CI? |
- uses: actions/upload-artifact@v3 | ||
if: ${{ github.event_name == 'pull_request' }} | ||
with: | ||
name: full-vertica-image | ||
path: full-vertica-image.tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed so that the full image is available for later stages.
There is a missing
|
Oh, I remember why we don't need the path full-vertica-image.tar—we encountered this problem before. For v2-vertica-image, we won't push the image because the RPM we use is too old. Therefore, there's no need to save it under full-vertica-image/full-vertica-image.tar and load it later. We just need to pull the image. Reference PR: https://github.com/vertica/vertica-kubernetes/pull/440/files After skip loading the images, we passed all e2e vcluster tests, only have problems for AT tests, I see errors in AT tests |
7c02471
to
0e67ac8
Compare
Update: just fix the problem, build-e2e.yml
Just fix the problem: some previous changes in build-image.yml caused an empty Vertica Image. All comments have been addressed with successful e2e tests. After this CI is merged, I will go back to Jenkin to trigger CI. |
There is some image changes for this PR