From b5e482ad43674ab0a9547bb7a71a30423a3ed5c6 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:28:57 +0100 Subject: [PATCH] ci: adding student back (#3623) * ci: adding student back * chore: adding changelog file 3623.maintenance.md [dependabot-skip] * ci: reducing number of test on minimal --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .ci/build_matrix.sh | 10 +++++----- .github/workflows/ci.yml | 2 +- doc/changelog.d/3623.maintenance.md | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 doc/changelog.d/3623.maintenance.md diff --git a/.ci/build_matrix.sh b/.ci/build_matrix.sh index 8045341a18..cf6b38001a 100755 --- a/.ci/build_matrix.sh +++ b/.ci/build_matrix.sh @@ -95,11 +95,11 @@ for version in "${versions[@]}"; do fi # Skipping student versions on auth_user - if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then - echo "Skipping student versions when user is authenticated" - echo "" - continue - fi + # if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then + # echo "Skipping student versions when user is authenticated" + # echo "" + # continue + # fi # main logic if [[ "$auth_user" == "true" ]]; then diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450a5deb10..633532d0a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -615,7 +615,7 @@ jobs: - id: set-matrix env: ONLY_UBUNTU: true - LIMIT_VERSIONS: 3 + LIMIT_VERSIONS: 2 ON_SCHEDULE: ${{ github.event_name == 'schedule' }} ON_WORKFLOW_DISPATCH: ${{ github.event_name == 'workflow_dispatch' }} RUN_ALL_TEST: ${{ inputs.run_all_tests }} diff --git a/doc/changelog.d/3623.maintenance.md b/doc/changelog.d/3623.maintenance.md new file mode 100644 index 0000000000..f7b1bf3cdf --- /dev/null +++ b/doc/changelog.d/3623.maintenance.md @@ -0,0 +1 @@ +ci: adding student back \ No newline at end of file