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

aws test #605

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

aws test #605

wants to merge 2 commits into from

Conversation

billytrend-cohere
Copy link
Collaborator

@billytrend-cohere billytrend-cohere commented Nov 22, 2024

This pull request introduces a new workflow named "e2e sagemaker health check" to the GitHub Actions workflow file. The workflow is triggered by pull requests, workflow dispatch, and a scheduled cron job running at 6 AM EST. It sets up the Python version to 3.11.10 and defines a job named "run-e2e-test" with specific permissions.

The job runs on Ubuntu 24.04 and consists of the following steps:

  • Checks out the repository using the specified action.
  • Configures AWS credentials by assuming a specific role, specifying the AWS region, and setting a role session name. The output credentials are set to true.

Changes:

  • New workflow: "e2e sagemaker health check"
  • Trigger events: pull requests, workflow dispatch, and scheduled cron job.
  • Python version: 3.11.10
  • Job: "run-e2e-test" with permissions to read contents and write ID tokens.
  • Job steps: checkout repository and configure AWS credentials.

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.

1 participant