Skip to content

Commit

Permalink
Merge Pull Request #13685 from sebrowne/Trilinos/remove-workflow-expe…
Browse files Browse the repository at this point in the history
…rimental-markings

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Framework: Rename AT2 builds to indicate production-readiness'
PR Author: sebrowne
  • Loading branch information
trilinos-autotester authored Dec 19, 2024
2 parents 1a1daa8 + 3e07177 commit af0a0dd
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 af0a0dd

Please sign in to comment.