Commit Graph

27 Commits

Author SHA1 Message Date
dependabot[bot]
299f21dfc6 chore(deps): bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](67df31e08a...dcd5fd746d)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 10:52:12 +01:00
Arthur Meyre
9ec3a0d4de chore: do not fail if there are no assets in a compiler release
closes #1145
2021-12-10 13:47:50 +01:00
Arthur Meyre
82798fb683 chore: remove merge-method on action which does not need it 2021-11-23 12:25:53 +01:00
Arthur Meyre
a85e4e591a chore: auto-delete branch when package watcher PR is closed 2021-11-22 17:41:46 +01:00
Arthur Meyre
73a83c4dc9 chore: change conditions for approving and enabling automerge pkg watcher 2021-11-22 17:23:25 +01:00
Arthur Meyre
1d3cfb62b8 chore: use rebase method for auto PR 2021-11-22 16:43:55 +01:00
Arthur Meyre
cb367436b9 chore: use rebase method for auto PR 2021-11-22 16:41:05 +01:00
Arthur Meyre
d83146c191 chore: fix package watcher approve PR with repo token 2021-11-22 16:37:36 +01:00
Arthur Meyre
09eb6eae10 chore: choose the master version of the auto approve action
- only the master supports approving a PR by PR number
2021-11-22 16:16:10 +01:00
Arthur Meyre
5fed2ad5e1 chore: restore package watcher
- auto review PR to merge if the build goes well
2021-11-22 14:57:40 +01:00
Arthur Meyre
baa8a97e98 chore: remove package watcher workflow for now
- causes some errors in github actions
2021-11-16 12:31:21 +01:00
Arthur Meyre
1b3f9aa048 chore: use pip package for docker
- comment out package-watcher as it's not compatible with the new docker
waiting on the compiler proper release workflow to update this
- update setup_env target to be docker and bare env friendly (workaround)
- update torch_requirements.txt

refs #809
2021-11-16 10:41:53 +01:00
Arthur Meyre
e20ad467e3 chore: allow to manually run the package watcher to update the env docker 2021-11-09 18:03:18 +01:00
Arthur Meyre
77a379060a chore: update package watcher to open PR instead of triggering rebuild
closes #784
2021-11-09 15:38:57 +01:00
dependabot[bot]
6ea46d2cbe chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1e204e9a92...ec3a7ce113)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 09:56:22 +01:00
Arthur Meyre
9dedf1abc6 chore: allow to stop package watcher with repo secret 2021-11-02 09:26:22 +01:00
dependabot[bot]
42d4a1b873 chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](5a4ac9002d...1e204e9a92)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 10:29:12 +02:00
Arthur Meyre
90fa06f80a chore: less notifications
- restructure the way we generate notifications
2021-09-21 16:34:09 +02:00
Arthur Meyre
1666dfc3f1 chore: pin github actions to sha1
- will set-up dependabot to regularly update these
2021-09-14 18:16:54 +02:00
Arthur Meyre
5041e42978 build: test env docker image before pushing as latest
- also push with an epoch tag
2021-09-09 09:25:52 +02:00
Arthur Meyre
98c25c5d8b chore: rename packages for concretefhe 2021-09-07 10:05:28 +02:00
Arthur Meyre
959328e0f5 chore: rename hdk to concrete first pass 2021-09-06 18:43:49 +02:00
Arthur Meyre
914fb19ebb tools: adapt UTC timezone for package watcher to match Paris Time 2021-09-01 10:38:50 +02:00
Arthur Meyre
3c6969f7f4 tools: updated package watcher with helper script 2021-08-31 16:15:03 +02:00
Arthur Meyre
758a5727dc fix: disable the package watcher for now
- I used the wrong date value, will update in a further PR
2021-08-31 11:43:32 +02:00
Arthur Meyre
b9fd9b7b9b fix: bad workflow format 2021-08-31 10:36:42 +02:00
Arthur Meyre
0f2b7f7d2a build: allow docker base image build triggered by API call
- add a polling script to check packages versions regularly and rebuild if
the compiler image is more recent
2021-08-31 10:14:55 +02:00