Skip to content

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.

2 participants