gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[stable]: misc: Add 'synchronize' as CI Test action. Remove 'reopen'

BB
Bobby Bruce (Gerrit)
Tue, Jun 13, 2023 5:49 PM

Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email )

Change subject: misc: Add 'synchronize' as CI Test action. Remove 'reopen'
......................................................................

misc: Add 'synchronize' as CI Test action. Remove 'reopen'

'synchronize' will re-run the tests everytime the pull-request is
updated, inclusive of rebasing. 'reopen' seems pointless as reopening
does not change the pull-request functionality.

Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71503
Maintainer: Bobby Bruce bbruce@ucdavis.edu
Reviewed-by: Jason Lowe-Power power.jg@gmail.com
Tested-by: kokoro noreply+kokoro@google.com

M .github/workflows/ci-tests.yaml
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
Jason Lowe-Power: Looks good to me, approved
kokoro: Regressions pass
Bobby Bruce: Looks good to me, approved

diff --git a/.github/workflows/ci-tests.yaml
b/.github/workflows/ci-tests.yaml
index 16c096d..4c35c1a 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -5,7 +5,8 @@

on:
pull_request:

  • types: [opened, reopened, edited]
  • types: [opened, edited, synchronize]

jobs:
pre-commit:

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: stable
Gerrit-Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c
Gerrit-Change-Number: 71503
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: Melissa Jost mkjost@ucdavis.edu
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-CC: kokoro noreply+kokoro@google.com

Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email ) Change subject: misc: Add 'synchronize' as CI Test action. Remove 'reopen' ...................................................................... misc: Add 'synchronize' as CI Test action. Remove 'reopen' 'synchronize' will re-run the tests everytime the pull-request is updated, inclusive of rebasing. 'reopen' seems pointless as reopening does not change the pull-request functionality. Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71503 Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> --- M .github/workflows/ci-tests.yaml 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Jason Lowe-Power: Looks good to me, approved kokoro: Regressions pass Bobby Bruce: Looks good to me, approved diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 16c096d..4c35c1a 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -5,7 +5,8 @@ on: pull_request: - types: [opened, reopened, edited] + types: [opened, edited, synchronize] + jobs: pre-commit: -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: public/gem5 Gerrit-Branch: stable Gerrit-Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c Gerrit-Change-Number: 71503 Gerrit-PatchSet: 2 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: Melissa Jost <mkjost@ucdavis.edu> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-CC: kokoro <noreply+kokoro@google.com>