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

Testing workflows #10157

Merged
merged 7 commits into from
Apr 17, 2024
Merged

Testing workflows #10157

merged 7 commits into from
Apr 17, 2024

Conversation

Electroid
Copy link
Contributor

What does this PR do?

Do not merge. Work in progress.

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

@Electroid Electroid marked this pull request as ready for review April 10, 2024 23:41
@Electroid Electroid force-pushed the fast-ci branch 3 times, most recently from 4bcda1f to a4b9b50 Compare April 15, 2024 16:48
Copy link
Member

@paperdave paperdave left a comment

Choose a reason for hiding this comment

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

i really love how this is coming together.

@@ -409,6 +409,7 @@ for (const path of allTests) {
process.exit(1);
}),
);
break; // HACK
Copy link
Member

Choose a reason for hiding this comment

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

this isnt intentional for final i assume

type: boolean
default: false
deoptimize:
type: boolean
Copy link
Member

Choose a reason for hiding this comment

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

is there a reason this cannot be named optimize and be a string? with the default being ReleaseFast?

env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
Copy link
Collaborator

Choose a reason for hiding this comment

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

we should add that 4th arg

generate_release_notes: false
files: bun/*
- name: Upload to S3 (using SHA)
uses: shallwefootball/s3-upload-action@4350529f410221787ccf424e50133cbc1b52704e
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't love relying on this random github action that hasn't been updated in a year https://github.com/shallwefootball/upload-s3-action

@Jarred-Sumner Jarred-Sumner merged commit c18c25f into main Apr 17, 2024
20 of 22 checks passed
@Jarred-Sumner Jarred-Sumner deleted the fast-ci branch April 17, 2024 02:39
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.

3 participants