Skip to content

Conversation

@Avinash-Raj
Copy link
Contributor

No description provided.

Copy link
Contributor

@simoneves simoneves left a comment

Choose a reason for hiding this comment

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

LGTM but need ARM version and also verify creds to write to bucket.

We might also consider a versioning system, or at least a history system, whereby we rename the existing file as old/filename_DATE before pushing the new one.


jobs:
build-and-upload-deps:
runs-on: linux-amd64-cpu4
Copy link
Contributor

Choose a reason for hiding this comment

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

Presumably we need an ARM version of this too? Are there any cheap CPU-only ARM GHA runners?

AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_BUCKET_NAME: ${{ vars.S3_BUCKET_NAME }}
S3_BUCKET_REGION: ${{ vars.S3_BUCKET_REGION }}
Copy link
Contributor

Choose a reason for hiding this comment

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

IIUC, these creds are read-only? Do we need a different set of creds for this process?

# and uploads it to s3://rapidsai-velox-testing/<subdir>/<filename>
#

validate_docker_image() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Much of this file seems common with the fetch version. Can we factor out the common parts?

Copy link
Contributor

@mattgara mattgara left a comment

Choose a reason for hiding this comment

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

Could you please elaborate on how we choose which version of the deps images to build?

That to me seems like a critical point, I don't think we want to be building every single commit (since many of them will have no deps updates.)

@simoneves
Copy link
Contributor

Could you please elaborate on how we choose which version of the deps images to build?

This will (presumably?) be a manually-triggered job, just for convenience so that one of us doesn't have to do it manually.

I guess we'll do it whenever the build fails due to a deps mismatch? There's no other clear indicator that I can think of.

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.

4 participants