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 4:13 AM

Bobby Bruce has uploaded this change for review. (
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

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

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: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: stable
Gerrit-Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c
Gerrit-Change-Number: 71503
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu

Bobby Bruce has uploaded this change for review. ( 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 --- M .github/workflows/ci-tests.yaml 1 file changed, 2 insertions(+), 1 deletion(-) 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: newchange Gerrit-Project: public/gem5 Gerrit-Branch: stable Gerrit-Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c Gerrit-Change-Number: 71503 Gerrit-PatchSet: 1 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu>