gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[stable]: misc: Increase timeout for GitHub Actions

MJ
Melissa Jost (Gerrit)
Tue, Jun 13, 2023 2:18 AM

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

Change subject: misc: Increase timeout for GitHub Actions
......................................................................

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

M .github/workflows/compiler-tests.yaml
M .github/workflows/weekly-tests.yaml
2 files changed, 6 insertions(+), 6 deletions(-)

Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass

diff --git a/.github/workflows/compiler-tests.yaml
b/.github/workflows/compiler-tests.yaml
index fe05748..8720e6d 100644
--- a/.github/workflows/compiler-tests.yaml
+++ b/.github/workflows/compiler-tests.yaml
@@ -26,7 +26,7 @@
ref: develop
- name: Compile build/ALL/gem5${{ matrix.opts }} with ${{ matrix.image
}}
run: /usr/bin/env python3 /usr/bin/scons --ignore-style
build/ALL/gem5${{ matrix.opts }}

  •  timeout-minutes: 300 # 6 hours
    
  •  timeout-minutes: 600  # 10 hours
    

    Tests the two latest gcc and clang supported compilers against all

gem5 compilations.
latest-compilers-all-gem5-builds:
@@ -45,4 +45,4 @@
ref: develop
- name: Compile build/${{ matrix.gem5-compilation }}/gem5${{
matrix.opts }} with ${{ matrix.image }}
run: /usr/bin/env python3 /usr/bin/scons --ignore-style build/${{
matrix.gem5-compilation }}/gem5${{ matrix.opts }}

  •  timeout-minutes: 300 # 6 hours
    
  •  timeout-minutes: 600 # 10 hours
    

diff --git a/.github/workflows/weekly-tests.yaml
b/.github/workflows/weekly-tests.yaml
index 48fb79f..64ab442 100644
--- a/.github/workflows/weekly-tests.yaml
+++ b/.github/workflows/weekly-tests.yaml
@@ -40,7 +40,7 @@
runs-on: [self-hosted, linux, x64, run]
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
needs: [build-gem5]

  • timeout-minutes: 1440 # 24 hours
  • timeout-minutes: 4320 # 3 days
    steps:
    • uses: actions/checkout@v3
      with:
      @@ -76,7 +76,7 @@
      runs-on: [self-hosted, linux, x64, run]
      container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
      needs: [build-gem5]
  • timeout-minutes: 1440 # 24 hours
  • timeout-minutes: 4320 # 3 days
    steps:
    • uses: actions/checkout@v3
      with:
      @@ -111,7 +111,7 @@
      runs-on: [self-hosted, linux, x64, run]
      container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
      needs: build-gem5
  • timeout-minutes: 1440 # 24 hours
  • timeout-minutes: 4320 # 3 days
    steps:
    • uses: actions/checkout@v3
      with:
      @@ -146,7 +146,7 @@
      runs-on: [self-hosted, linux, x64, run]
      container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
      needs: build-gem5
  • timeout-minutes: 1440 # 24 hours
  • timeout-minutes: 4320 # 3 days
    steps:
    • uses: actions/checkout@v3
      with:

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71501?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: I027d2e98ce5596430ffcb20ef484e1cd7d4f644b
Gerrit-Change-Number: 71501
Gerrit-PatchSet: 3
Gerrit-Owner: Melissa Jost melissakjost@gmail.com
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Melissa Jost mkjost@ucdavis.edu
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-CC: kokoro noreply+kokoro@google.com

Melissa Jost has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71501?usp=email ) Change subject: misc: Increase timeout for GitHub Actions ...................................................................... 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> --- M .github/workflows/compiler-tests.yaml M .github/workflows/weekly-tests.yaml 2 files changed, 6 insertions(+), 6 deletions(-) Approvals: Bobby Bruce: Looks good to me, approved; Looks good to me, approved kokoro: Regressions pass diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index fe05748..8720e6d 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -26,7 +26,7 @@ ref: develop - name: Compile build/ALL/gem5${{ matrix.opts }} with ${{ matrix.image }} run: /usr/bin/env python3 /usr/bin/scons --ignore-style build/ALL/gem5${{ matrix.opts }} - timeout-minutes: 300 # 6 hours + timeout-minutes: 600 # 10 hours # Tests the two latest gcc and clang supported compilers against all gem5 compilations. latest-compilers-all-gem5-builds: @@ -45,4 +45,4 @@ ref: develop - name: Compile build/${{ matrix.gem5-compilation }}/gem5${{ matrix.opts }} with ${{ matrix.image }} run: /usr/bin/env python3 /usr/bin/scons --ignore-style build/${{ matrix.gem5-compilation }}/gem5${{ matrix.opts }} - timeout-minutes: 300 # 6 hours + timeout-minutes: 600 # 10 hours diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 48fb79f..64ab442 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -40,7 +40,7 @@ runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest needs: [build-gem5] - timeout-minutes: 1440 # 24 hours + timeout-minutes: 4320 # 3 days steps: - uses: actions/checkout@v3 with: @@ -76,7 +76,7 @@ runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest needs: [build-gem5] - timeout-minutes: 1440 # 24 hours + timeout-minutes: 4320 # 3 days steps: - uses: actions/checkout@v3 with: @@ -111,7 +111,7 @@ runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest needs: build-gem5 - timeout-minutes: 1440 # 24 hours + timeout-minutes: 4320 # 3 days steps: - uses: actions/checkout@v3 with: @@ -146,7 +146,7 @@ runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest needs: build-gem5 - timeout-minutes: 1440 # 24 hours + timeout-minutes: 4320 # 3 days steps: - uses: actions/checkout@v3 with: -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71501?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: I027d2e98ce5596430ffcb20ef484e1cd7d4f644b Gerrit-Change-Number: 71501 Gerrit-PatchSet: 3 Gerrit-Owner: Melissa Jost <melissakjost@gmail.com> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: Melissa Jost <mkjost@ucdavis.edu> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-CC: kokoro <noreply+kokoro@google.com>