From 3e07177acae0d1acde6147e3c71ad695eef0602b Mon Sep 17 00:00:00 2001 From: "Samuel E. Browne" Date: Wed, 18 Dec 2024 13:09:22 -0700 Subject: [PATCH] Rename AT2 builds to indicate production-readiness Change main workflow name from AT2-EXPERIMENTAL back to AT2. Mark those individual runs that are anticipated to be transitioned to required as no longer EXPERIMENTAL. Signed-off-by: Samuel E. Browne --- .github/workflows/AT2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/AT2.yml b/.github/workflows/AT2.yml index d4575ba6457d..3c1d753bd0b4 100644 --- a/.github/workflows/AT2.yml +++ b/.github/workflows/AT2.yml @@ -1,4 +1,4 @@ -name: AT2-EXPERIMENTAL +name: AT2 on: pull_request: @@ -128,7 +128,7 @@ jobs: echo "https://github.com/trilinos/Trilinos/wiki/Containers" >> $GITHUB_STEP_SUMMARY echo "https://gitlab-ex.sandia.gov/trilinos-project/trilinos-containers/-/wikis/Containers-at-Sandia" >> $GITHUB_STEP_SUMMARY - gcc830-serial-EXPERIMENTAL: + gcc830: needs: pre-checks runs-on: [self-hosted, gcc-8.3.0_serial] if: ${{ needs.pre-checks.outputs.should_skip != 'true' && (github.event.action == 'synchronize' || github.event.action == 'opened' || github.event.review.state == 'APPROVED') }} @@ -314,7 +314,7 @@ jobs: echo "https://github.com/trilinos/Trilinos/wiki/Containers" >> $GITHUB_STEP_SUMMARY echo "https://gitlab-ex.sandia.gov/trilinos-project/trilinos-containers/-/wikis/Containers-at-Sandia" >> $GITHUB_STEP_SUMMARY - framework-tests-EXPERIMENTAL: + framework-tests: needs: pre-checks runs-on: [self-hosted, python-3.9] if: ${{ needs.pre-checks.outputs.should_skip != 'true' && (github.event.action == 'synchronize' || github.event.action == 'opened' || github.event.review.state == 'APPROVED') }}