Skip to content

Commit

Permalink
Rename AT2 builds to indicate production-readiness
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sebrowne committed Dec 18, 2024
1 parent f5960cc commit 3e07177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AT2-EXPERIMENTAL
name: AT2

on:
pull_request:
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 3e07177

Please sign in to comment.