summaryrefslogtreecommitdiffstats
path: root/.github/workflows/performance.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update list of installed PHP extensions (as some are not default enabled ↵backport/48824/stable29Joas Schilling2024-10-211-1/+1
| | | | | | in new images) Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Update setup-php, setup-node, checkout and paths-filter actionsJoas Schilling2024-07-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(branchoff): Test against stable29 branchesJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(workflows): update profiler actionskjnldsv2024-02-241-2/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1dependabot[bot]2024-02-171-1/+1
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...5d5d22a31266ced268874388b861e4b58bb5c2f3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0dependabot[bot]2024-01-271-1/+1
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/upload-artifact from 4.1.0 to 4.2.0dependabot[bot]2024-01-201-1/+1
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/1eb3cb2b3e0f29609092a73eb033bb759a334595...694cdabd8bdb0f10b2cea11669e1bf5453eed0a6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.1.0dependabot[bot]2024-01-131-1/+1
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...1eb3cb2b3e0f29609092a73eb033bb759a334595) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/github-script from 6 to 7dependabot[bot]2023-11-181-1/+1
| | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: Specify concurrency to help with consecutive pushesJoas Schilling2023-10-301-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]2023-10-211-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-10-101-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Install phpunit via vendor binChristoph Wurst2023-10-021-1/+0
| | | | | | | | This means we can all run the same version. And when switching to stableX it can pull the corresponding version too. Also local dev envs and CI run the same phpunit. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-09-181-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3dependabot[bot]2023-09-091-1/+1
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/github-script from 5 to 6dependabot[bot]2023-08-191-1/+1
| | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #38781 from nextcloud/ci/noid/pin-setup-phpJohn Molakvoæ2023-06-131-1/+1
|\
| * ci: pin setup-php to avoid a regressionArthur Schiwon2023-06-121-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | chore(deps): Bump actions/upload-artifact from 2 to 3dependabot[bot]2023-06-121-1/+1
|/ | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Save some CI timeJoas Schilling2023-03-151-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Specify the profiler app branch to test withJoas Schilling2023-01-201-2/+4
| | | | | | So we can test in stable25 with a matching profiler version instead of master Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix github action "performance-8.0" when PR is from a fork.Peter Serwylo2022-11-161-2/+3
| | | | | | | | | There is an assumption that the PR is from the same remote as the base it is being merged into. This is fixed so that instead of doing a `git fetch origin`, it now fetches from the `clone_url` of the PR head. Signed-off-by: Peter Serwylo <peter@serwylo.com>
* use blueprint from repoRobin Appelman2022-06-301-5/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use profiler actionRobin Appelman2022-06-301-38/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* run performance comparisons in ciRobin Appelman2022-06-301-0/+111
Signed-off-by: Robin Appelman <robin@icewind.nl>