gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[stable]: misc: Adjust timeout for compiler tests

MJ
Melissa Jost (Gerrit)
Sat, Jun 10, 2023 5:57 AM

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

Change subject: misc: Adjust timeout for compiler tests
......................................................................

misc: Adjust timeout for compiler tests

This updates the timeout for the compiler tests to run per step
as opposed to by job, as well as increases this limit from
4 hours to 6 hours.

Change-Id: I6b0fe5561f74e450cd79205a96084dd27ccccead
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71458
Reviewed-by: Jason Lowe-Power power.jg@gmail.com
Maintainer: Jason Lowe-Power power.jg@gmail.com
Tested-by: kokoro noreply+kokoro@google.com

M .github/workflows/compiler-tests.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
Jason Lowe-Power: 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 e7e9cd2..fe05748 100644
--- a/.github/workflows/compiler-tests.yaml
+++ b/.github/workflows/compiler-tests.yaml
@@ -18,7 +18,6 @@
opts: [.opt, .fast]
runs-on: [self-hosted, linux, x64, run]
container: gcr.io/gem5-test/${{ matrix.image }}:latest

  • timeout-minutes: 240 # 4 hours
    steps:
    • uses: actions/checkout@v3
      with:
      @@ -27,6 +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
    

    Tests the two latest gcc and clang supported compilers against all

gem5 compilations.
latest-compilers-all-gem5-builds:
@@ -37,7 +37,6 @@
opts: [.opt, .fast]
runs-on: [self-hosted, linux, x64, run]
container: gcr.io/gem5-test/${{ matrix.image }}:latest

  • timeout-minutes: 240 # 4 hours
    steps:
    • uses: actions/checkout@v3
      with:
      @@ -46,3 +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
    

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71458?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: I6b0fe5561f74e450cd79205a96084dd27ccccead
Gerrit-Change-Number: 71458
Gerrit-PatchSet: 2
Gerrit-Owner: Melissa Jost melissakjost@gmail.com
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.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/+/71458?usp=email ) Change subject: misc: Adjust timeout for compiler tests ...................................................................... misc: Adjust timeout for compiler tests This updates the timeout for the compiler tests to run per step as opposed to by job, as well as increases this limit from 4 hours to 6 hours. Change-Id: I6b0fe5561f74e450cd79205a96084dd27ccccead Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71458 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> --- M .github/workflows/compiler-tests.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jason Lowe-Power: 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 e7e9cd2..fe05748 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -18,7 +18,6 @@ opts: [.opt, .fast] runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/${{ matrix.image }}:latest - timeout-minutes: 240 # 4 hours steps: - uses: actions/checkout@v3 with: @@ -27,6 +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 # Tests the two latest gcc and clang supported compilers against all gem5 compilations. latest-compilers-all-gem5-builds: @@ -37,7 +37,6 @@ opts: [.opt, .fast] runs-on: [self-hosted, linux, x64, run] container: gcr.io/gem5-test/${{ matrix.image }}:latest - timeout-minutes: 240 # 4 hours steps: - uses: actions/checkout@v3 with: @@ -46,3 +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 -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71458?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: I6b0fe5561f74e450cd79205a96084dd27ccccead Gerrit-Change-Number: 71458 Gerrit-PatchSet: 2 Gerrit-Owner: Melissa Jost <melissakjost@gmail.com> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: Melissa Jost <mkjost@ucdavis.edu> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-CC: kokoro <noreply+kokoro@google.com>