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

Add init for ImageRunner mode #737

Merged
merged 5 commits into from
Apr 7, 2023
Merged

Add init for ImageRunner mode #737

merged 5 commits into from
Apr 7, 2023

Conversation

FriggaHel
Copy link
Contributor

@FriggaHel FriggaHel commented Apr 6, 2023

Proposed changes

Add init for ImageRunner.
Only support:

  • Name
  • Artifact downloads

Ouput:

➭ saucectl init
11:45:51 INF Start Init Command
? Select region: us-west-1
? Select framework: imagerunner
? Docker Image to use: ubuntu:latest
? Download artifacts: always

The following files have been created:
  .sauce/config.yml


Before running your tests, you need to set the following environment variables:
  - DOCKER_USERNAME
  - DOCKER_PASSWORD

➭

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • I have updated the json schema (if appropriate)

Further comments

@FriggaHel FriggaHel requested a review from a team as a code owner April 6, 2023 08:55
@FriggaHel FriggaHel merged commit b80f4bf into main Apr 7, 2023
@FriggaHel FriggaHel deleted the DEVX-2236-HTO-init-support branch April 7, 2023 17:23
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