Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework: Add GitHub Actions script to close stale issues and PR's #8383

Merged
merged 2 commits into from
Nov 24, 2020
Merged

Framework: Add GitHub Actions script to close stale issues and PR's #8383

merged 2 commits into from
Nov 24, 2020

Conversation

william76
Copy link
Contributor

@trilinos/framework

Motivation

See #8306 for more information about this work.

This PR pulls in the initial github runner script that will mark issues and PR's as stale after 365 days of inactivity and then close them after another 30 days from being marked for closure.

Testing

I've been testing this out in a test repository at https://github.com/william76/workflowTest/

Additional Information

This is in debug mode (debug-only: true) currently so it should not actually affect any issues or PR's. We should get this in place so we can watch what it does in our repository before we enable it.

William McLendon added 2 commits November 23, 2020 12:22
Adding initial github runner script which will mark issues and PR's
as stale after 365 days of inactivity and then close them after
another 30 days from being marked for closure.

This is in debug mode currently so it should not actually
affect any issues or PR's.
@william76 william76 added AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed PA: Framework Issues that fall under the Trilinos Framework Product Area labels Nov 23, 2020
@william76 william76 self-assigned this Nov 23, 2020
@william76
Copy link
Contributor Author

FYI @jwillenbring @prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 2861
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 496
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 992
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8357
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6092
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1227
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4000
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Using Repos:

Repo: TRILINOS (william76/Trilinos)
  • Branch: fmwk-action-autocloser
  • SHA: 8623b4d
  • Mode: TEST_REPO

Pull Request Author: william76

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 2861
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 496
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 992
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 8357
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 6092
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1227
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4000
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS AT: AUTOMERGE;PA: Framework
PULLREQUESTNUM 8383
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH fmwk-action-autocloser
TRILINOS_SOURCE_REPO https://github.com/william76/Trilinos
TRILINOS_SOURCE_SHA 8623b4d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA f7bbcfb


CDash Test Results for PR# 8383.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Member

@jwillenbring jwillenbring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ jwillenbring ]!

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged

@trilinos-autotester trilinos-autotester merged commit 77d7e98 into trilinos:develop Nov 24, 2020
@trilinos-autotester
Copy link
Contributor

Merge on Pull Request# 8383: IS A SUCCESS - Pull Request successfully merged

@trilinos-autotester trilinos-autotester removed the AT: AUTOMERGE Causes the PR autotester to automatically merge the PR branch once approvals are completed label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PA: Framework Issues that fall under the Trilinos Framework Product Area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants