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

Split build workflow for multiple plateforms #2005

Closed
wants to merge 1 commit into from
Closed

Conversation

fxmarty
Copy link
Contributor

@fxmarty fxmarty commented Jun 4, 2024

As per title.

We may need other EC2 runners, or stop using them altogether, as it may be meaningless to launch multiple times the same AMI?

@Narsil
Copy link
Collaborator

Narsil commented Jun 4, 2024

Can't we keep a single file and making it parallel using strategy: matrix instead ?

@fxmarty
Copy link
Contributor Author

fxmarty commented Jun 5, 2024

We could indeed keep a single file and just remove the

    needs:
      - start-runner
      - build-and-push-image # Wait for the main docker image to be built
      - integration-tests # Wait for the main integration-tests

and use e.g.

runs-on: [self-hosted, tgi-builder] instead of AWS.

@fxmarty fxmarty closed this Jun 17, 2024
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