Commit Graph

52 Commits

Author SHA1 Message Date
sudlud
dbee971ab9 fix(CI): adjust concurrency to cancel pending CIs on merge (#24258) 2026-01-06 17:31:58 +01:00
Francesco Borzì
3bbcc15233 fix(CI): improve caching (#23387) 2025-10-26 13:43:22 +01:00
Francesco Borzì
ce840795c5 fix(CI): eluna->ale mod rename (#23382) 2025-10-24 09:50:23 -03:00
Kitzunu
3dff276136 chore(CI): Update CI run types (#21015) 2024-12-23 10:23:55 +01:00
Mike Delago
7ec2585cc8 fix(CI): revert if in job conditionals on docker build (#18147)
Don't use env in step.if
2024-01-10 13:53:45 +01:00
Mike Delago
8b2f411d19 refactor(CI): Squash docker ci into one workflow (#17880)
* refactor(CI): Squash docker ci into one workflow

* fiddle with variable

* use proper dockerfile target
2024-01-08 19:37:05 +01:00
Mike Delago
3537f08525 fix(ci): docker build double quotes typo (#17541) 2023-10-19 15:35:56 -04:00
Mike Delago
ed9f359328 fix(CI): Ensure eluna is installed for acore-docker (#17530) 2023-10-18 16:04:42 +02:00
Mike Delago
574a877821 fix(CI): check ref name instead of non-existent step (#17529) 2023-10-18 16:04:34 +02:00
Mike Delago
c4dc20a814 refactor(Docker): remove prod container distinction (#17419)
* refactor(Docker): remove prod containers

* workflows: use buildx

* properly set tags

* comment in Dockerfile

* set docker build context

* minor CI changes

* CI: docker build args shouldnt have quotes

* CI: using matrix and caching is too much work

* CI: I hate yaml

* CI: It was a typo

* CI: extra build removed

* CI: appease the linter

* fixup! CI: appease the linter

* fixup! CI: appease the linter

* apps: docker: remove extraneous files
2023-10-15 17:47:09 +02:00
Kitzunu
63b10f34a6 chore(CI): Hello Github Bot and Update actions version (#17285) 2023-09-17 17:14:04 -03:00
Kitzunu
0ebb1969cb chore(CI): Update checkout and cache to v3 (#16847) 2023-07-29 16:31:07 +02:00
Yehonal
f383c9b334 chore(CI): restore old configuration 2022-11-08 00:39:47 +01:00
Yehonal
df4c4b1476 fix(CI/docker): increase build space 2022-11-08 00:02:30 +01:00
Yehonal
8533b54997 fix(CI/docker): checkout the entire history
Restored old cache_from
2022-11-07 23:55:15 +01:00
Yehonal
0764d0d6b8 fix(CI/docker): removed buildx and speedup checkout 2022-11-07 23:48:24 +01:00
Yehonal
2e6dcae940 fix(CI/docker): try to fix the missing space issue 2022-11-07 23:38:59 +01:00
Yehonal
d182aac35a fix(CI): clean before checkout 2022-11-07 23:28:06 +01:00
Yehonal
cff814d235 fix(CI/docker): optimize runtime space 2022-11-07 22:27:23 +01:00
Yehonal
c2d23b3578 feat(CORE/docker): try to leverage inline cache 2022-11-07 21:08:49 +01:00
Yehonal
b6b2573272 fix(CI): missing --profile dev 2022-11-07 20:38:59 +01:00
Yehonal
839731d5d5 fix(CORE/docker): client data image deployment 2022-11-07 17:44:47 +01:00
Yehonal
e0313219e3 feat(CORE/docker): cachebust for the client data 2022-11-07 17:30:00 +01:00
Yehonal
9dbadbd6d9 fix(CI/docker_build): missing step 2022-11-07 16:36:12 +01:00
Yehonal
4e7c57f7e6 fix(CORE/docker): image tag creation 2022-11-07 14:48:22 +01:00
Yehonal
e4016823d7 feat(CORE): docker permissions and rework (#13454)
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31)
- fix ac-tools image
- cleanup unused env
- add  `cap_add: SYS_NICE` to allow setting process high priority
- fix ccache in docker
- allow to switch between root user (default) to acore user in any container
- fix cache of the downloaded client data
- split docker github actions in 2 parts
- versioning mysql images
- performance improvements
2022-11-07 13:20:48 +01:00
Yehonal
a82cf659a3 feat(CORE/docker): switch to docker compose and check the version (#13444)
* feat(docker): switch to `docker compose` and check the version

* chore: removed all docker-compose commands in CI
2022-10-17 22:50:31 +02:00
Yehonal
e189caeb76 feat(docker): implemented dbimport (#13308)
## Changes Proposed:

- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
2022-10-05 13:15:42 +02:00
Patrick Lewis
6ad764c520 chore(CI): remove ubuntu-18.04 (#12650)
* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04

* update ubuntu.sh

* update

* update

* openssl workaround

* update

* update

* update
2022-08-07 01:05:05 -07:00
Patrick Lewis
e1f176f51b fix(CI/Docker): free up additional space (#9754) 2021-12-18 14:20:16 +01:00
Francesco Borzì
d31d8279ca fix(CI): do not always run mac/windows/docker for C++ changes (#9126) 2021-11-10 21:39:27 +01:00
Francesco Borzì
c519dc5738 fix(CI): re-run builds if label is present (#9114) 2021-11-10 16:31:42 +01:00
Francesco Borzì
f7c9b7de14 fix(CI): do not skip windows/mac/docker on master branch (#8968) 2021-11-05 09:05:37 +01:00
Patrick Lewis
d8ad098372 fix(CI): run-build label (#8966) 2021-11-05 08:59:29 +01:00
Kitzunu
5fafa92594 fix(CI/Docker): Run build on label (#8487)
* fix(Core/Player): Prevent exploit to loot items that are already looted

* 586c00fe2e

Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>

* Revert "fix(Core/Player): Prevent exploit to loot items that are already looted"

This reverts commit 8376bba57925eda08e72d72e04fe6ce39fa354e2.

* refactor(Core/Misc): Update attributes to blizzlike

* Revert "refactor(Core/Misc): Update attributes to blizzlike"

This reverts commit ffc5dfc19e740b4a8396972a24ebfd1d8fc4bbc0.

* fix(Core/Spell): Remove ErrorCube visual

* cherry-pick https://github.com/trinitycore/trinitycore/commit/3b5014fdae

* cherry-pick small part of f4f7e6324d

Co-Authored-By: Shauren <shauren.trinity@gmail.com>
Co-Authored-By: Treeston <14020072+treeston@users.noreply.github.com>

* Revert "fix(Core/Spell): Remove ErrorCube visual"

This reverts commit 52ff8915dfda9c905a4094e8974b73bbc21e8eab.

* chore(ci): Upgrade MySQL ver on Windows build

* Revert "chore(ci): Upgrade MySQL ver on Windows build"

This reverts commit 3b111997308671ffa090671c0bc8aadbf3ecd05e.

* fix(DB/Auth): Possible collation error

* Update docker_build.yml

Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
2021-10-13 20:00:41 -07:00
Patrick Lewis
32e7bd3d52 fix(CI/Docker): don't build images in forks (#8225) 2021-10-07 13:07:53 +02:00
Skjalf
f66d0ce345 fix(CI): Don't run builds when PRs are labeled (#8290) 2021-10-05 21:13:14 -03:00
Patrick Lewis
ac3631902b fix(CI): docker workflow update (#7262) 2021-08-09 17:56:19 -07:00
Patrick Lewis
96ab0d4427 fix(CI): docker workflow update (#6860) 2021-07-10 10:23:41 +02:00
Patrick Lewis
3e4cfd7fc0 fix(CI): docker workflow update (#6851) 2021-07-10 02:00:40 +02:00
Patrick Lewis
390d9c8659 fix(CI): docker workflow update step if (#6716) 2021-07-07 14:08:30 +02:00
Patrick Lewis
6be8fa2c73 fix(CI): workflow updates (#6439) 2021-06-20 13:09:42 +02:00
Patrick Lewis
fc10f1a72d fix(CI): limit concurrency group to PR's (#6419) 2021-06-19 14:10:43 +02:00
Patrick Lewis
5a564ea498 fix(CI): typo in docker_build (#6364) 2021-06-18 17:08:02 +02:00
Patrick Lewis
ec2d155094 feat(CI): limit workflow concurrency (#6332) 2021-06-14 11:05:48 +02:00
Patrick Lewis
28664a2f9b feat(CI): run pr builds on label (#6241) 2021-06-08 22:07:34 -07:00
Patrick Lewis
bc380aaa2b fix(CI/Docker): free up additional space (#5993) 2021-05-29 11:30:36 +02:00
Patrick Lewis
a32275224d feat(CI): trigger build on pr review (#5645) 2021-05-09 15:21:14 -06:00
Yehonal
7910918d2f hotfix(docker): login before push 2021-05-04 12:27:46 +02:00
Yehonal
f6c6123d85 feat(docker): production images, integrated ccache and many other improvements (#5551) 2021-05-04 11:35:24 +02:00