gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[develop]: misc: Add runs-on line to CI tests

MJ
Melissa Jost (Gerrit)
Mon, Jul 10, 2023 7:41 PM

Melissa Jost has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/72220?usp=email )

Change subject: misc: Add runs-on line to CI tests
......................................................................

misc: Add runs-on line to CI tests

Adds missing line to CI tests

Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7

M .github/workflows/ci-tests.yaml
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci-tests.yaml
b/.github/workflows/ci-tests.yaml
index 83a1b87..85836a2 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -19,6 +19,7 @@
# ensures we have a change-id in every commit, needed for gerrit
check-for-change-id:
# runs on github hosted runner

  • runs-on: ubuntu-22.04
    steps:
    • uses: actions/checkout@v3
      with:

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/72220?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: develop
Gerrit-Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7
Gerrit-Change-Number: 72220
Gerrit-PatchSet: 1
Gerrit-Owner: Melissa Jost melissakjost@gmail.com

Melissa Jost has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72220?usp=email ) Change subject: misc: Add runs-on line to CI tests ...................................................................... misc: Add runs-on line to CI tests Adds missing line to CI tests Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7 --- M .github/workflows/ci-tests.yaml 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 83a1b87..85836a2 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -19,6 +19,7 @@ # ensures we have a change-id in every commit, needed for gerrit check-for-change-id: # runs on github hosted runner + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/72220?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: develop Gerrit-Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7 Gerrit-Change-Number: 72220 Gerrit-PatchSet: 1 Gerrit-Owner: Melissa Jost <melissakjost@gmail.com>