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

Change subject: misc: Update GitHub Actions Workflow names
......................................................................

misc: Update GitHub Actions Workflow names

Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71504
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
---
M .github/workflows/compiler-tests.yaml
M .github/workflows/daily-tests.yaml
M .github/workflows/weekly-tests.yaml
3 files changed, 3 insertions(+), 3 deletions(-)

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




diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml
index 8720e6d..013a710 100644
--- a/.github/workflows/compiler-tests.yaml
+++ b/.github/workflows/compiler-tests.yaml
@@ -1,6 +1,6 @@
 # This workflow runs all of the compiler tests

-name: Running main.py
+name: Compiler Tests
 run-name: ${{ github.actor }} is running compiler tests


diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml
index 97b4164..2b8a15f 100644
--- a/.github/workflows/daily-tests.yaml
+++ b/.github/workflows/daily-tests.yaml
@@ -1,6 +1,6 @@
# This workflow runs all of the long tests within main.py, extra tests in nightly.sh, and unittests

-name: Running main.py
+name: Daily Tests
 run-name: ${{ github.actor }} is running the daily tests


diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml
index 64ab442..600449e 100644
--- a/.github/workflows/weekly-tests.yaml
+++ b/.github/workflows/weekly-tests.yaml
@@ -1,6 +1,6 @@
 # This workflow runs all of the very-long tests within main.py

-name: Running weekly main.py
+name: Weekly Tests
 run-name: ${{ github.actor }} is running the weekly tests



--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71504?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: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
Gerrit-Change-Number: 71504
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: Melissa Jost <mkj...@ucdavis.edu>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-CC: kokoro <noreply+kok...@google.com>
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to