11 Commits

Author SHA1 Message Date
Bobby R. Bruce
e9da8d67bd misc: Merge develop .github dir to stable (#495) 2023-10-20 11:43:29 -07:00
Bobby R. Bruce
1bb9bb3308 misc: Copy .github directory from develop to stable (#485) 2023-10-18 22:19:24 -07:00
Bobby R. Bruce
3157cde324 misc: Copy .github directory from develop to stable (#458)
This is done periodically as the Github Action's infrastructure reads
files from the repos main branch (`stable`) where as changes are made to
`develop`'s ".github" which should be made live ASAP.

This does not affect the gem5 build or any configuration scripts, only
how testing is performed via GitHub and other info used by Github (e.g.,
".github/ISSUE_TEMPLATE" which outlines the templates for creating
issues via our GitHub issues page.
2023-10-14 17:16:09 -07:00
Bobby R. Bruce
6966518dcc misc: Copy .github directory from develop to stable
Change-Id: I7755f90c1b5d81ff1cf66920f229be921d47e844
2023-08-30 17:16:12 -07:00
Bobby R. Bruce
90459612f5 misc: Sync GitHub Workflow files from develop to stable
Change-Id: Ibbe8db6191cd248a5ec04c18ed72e04dbf8d791c
2023-08-11 16:19:21 -07:00
Bobby R. Bruce
df60826fa3 misc: Merge develop .github into stable
Change-Id: I07e5e5f3bc95b78459b77c0f1170923f6c9daf18
2023-08-08 13:01:30 -07:00
Bobby R. Bruce
0f358732cb misc: Add ".github" changes to minor release
This is a simple copy of the current state of the .github on the develop
branch, as of 2023-07-27. The stable branch .github dir should never be
ahead of that on develop. Therefore this should be safe to do.

Change-Id: I1e39de2d1f923d1834d0a77f79a1ff3220964bba
2023-07-27 09:46:28 -07:00
Bobby R. Bruce
55cecfc3e8 misc: Remove 'run-name' from workflow yaml files
This field is not necessary and was not a helpful description of the
run.

Change-Id: I078481920833fb36099e6c30295c0b60ac0ee3a0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71505
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
2023-06-13 17:49:30 +00:00
Bobby R. Bruce
2024546951 misc: Update GitHub Actions Workflow names
Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71504
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
2023-06-13 17:49:30 +00:00
Melissa Jost
9c1603119c misc: Increase timeout for GitHub Actions
This increases the timeout for our compiler tests, and for
the very-long runs in our weekly tests.

Change-Id: I027d2e98ce5596430ffcb20ef484e1cd7d4f644b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71501
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
2023-06-13 02:18:13 +00:00
Melissa Jost
cc564c8931 misc: Add weekly tests to Github workflows
This introduces the very-long tests from our weekly tests to be
able to run within GitHub.

Change-Id: I5f5b4c521b47272cb27640c572a869c26c04b95a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71401
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
2023-06-09 02:18:48 +00:00