gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[stable]: misc: Remove 'run-name' from workflow yaml files

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/+/71505?usp=email )

Change subject: misc: Remove 'run-name' from workflow yaml files
......................................................................

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

M .github/workflows/ci-tests.yaml
M .github/workflows/daily-tests.yaml
M .github/workflows/weekly-tests.yaml
3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci-tests.yaml
b/.github/workflows/ci-tests.yaml
index 4c35c1a..b1c5a1a 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -1,7 +1,6 @@

This workflow runs after a pull-request has been approved by a reviewer.

name: CI Tests
-run-name: ${{ github.actor }} is running the pull-request continuous
integration tests

on:
pull_request:
diff --git a/.github/workflows/daily-tests.yaml
b/.github/workflows/daily-tests.yaml
index 2b8a15f..5fab058 100644
--- a/.github/workflows/daily-tests.yaml
+++ b/.github/workflows/daily-tests.yaml
@@ -1,8 +1,6 @@

This workflow runs all of the long tests within main.py, extra tests in

nightly.sh, and unittests

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

on:
# Runs every day from 7AM UTC
diff --git a/.github/workflows/weekly-tests.yaml
b/.github/workflows/weekly-tests.yaml
index 600449e..4c3f6b5 100644
--- a/.github/workflows/weekly-tests.yaml
+++ b/.github/workflows/weekly-tests.yaml
@@ -1,8 +1,6 @@

This workflow runs all of the very-long tests within main.py

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

on:
# Runs every Sunday from 7AM UTC

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71505?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: I078481920833fb36099e6c30295c0b60ac0ee3a0
Gerrit-Change-Number: 71505
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/+/71505?usp=email ) Change subject: misc: Remove 'run-name' from workflow yaml files ...................................................................... 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 --- M .github/workflows/ci-tests.yaml M .github/workflows/daily-tests.yaml M .github/workflows/weekly-tests.yaml 3 files changed, 0 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 4c35c1a..b1c5a1a 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -1,7 +1,6 @@ # This workflow runs after a pull-request has been approved by a reviewer. name: CI Tests -run-name: ${{ github.actor }} is running the pull-request continuous integration tests on: pull_request: diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 2b8a15f..5fab058 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -1,8 +1,6 @@ # This workflow runs all of the long tests within main.py, extra tests in nightly.sh, and unittests name: Daily Tests -run-name: ${{ github.actor }} is running the daily tests - on: # Runs every day from 7AM UTC diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 600449e..4c3f6b5 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -1,8 +1,6 @@ # This workflow runs all of the very-long tests within main.py name: Weekly Tests -run-name: ${{ github.actor }} is running the weekly tests - on: # Runs every Sunday from 7AM UTC -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71505?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: I078481920833fb36099e6c30295c0b60ac0ee3a0 Gerrit-Change-Number: 71505 Gerrit-PatchSet: 1 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu>