Skip to content

Commit 89d8ffe

Browse files
authored
Ci/environments cleanups, new envs and master to release naming (Stirling-Tools#7511)
# Description of Changes Ci/environments cleanups, new envs and master to release naming --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have run `task check` to verify linters, typechecks, and tests pass - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#7-testing) for more details.
1 parent 526bb85 commit 89d8ffe

23 files changed

Lines changed: 95 additions & 805 deletions

.github/config/.files.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ project: &project
6868
frontend: &frontend
6969
- *ci
7070
- frontend/**
71-
- .github/workflows/testdriver.yml
7271
- testing/**
7372
- docker/**
7473
- scripts/translations/*.py

.github/workflows/PR-Demo-cleanup.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
permissions:
88
contents: read
99

10-
env:
11-
SERVER_IP: ${{ secrets.NEW_VPS_IP }} # Add this to your GitHub secrets
12-
CLEANUP_PERFORMED: "false" # Add flag to track if cleanup occurred
13-
1410
jobs:
1511
cleanup:
1612
environment: pr-preview

.github/workflows/ai_pr_title_review.yml

Lines changed: 0 additions & 221 deletions
This file was deleted.

.github/workflows/backend-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020

2121
jobs:
2222
build:
23+
environment: ci-unsigned
2324
runs-on: ubuntu-latest
2425
strategy:
2526
fail-fast: false

.github/workflows/build-enterprise.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: ./.github/workflows/_runner-pick.yml
3838

3939
playwright-e2e-enterprise:
40+
environment: ci-unsigned
4041
needs: pick
4142
# Skip on fork PRs / untrusted authors: they have no PREMIUM_KEY_ENTERPRISE,
4243
# so the suite can't boot premium and would fail. See the header comment.
@@ -309,6 +310,7 @@ jobs:
309310
# Multi-node regression: builds + seeds the clustered stack (testing/compose/docker-compose-multinode.yml)
310311
# and runs behave features/multinode. Licence-gated, so it runs after the Playwright job (not in parallel).
311312
multinode-e2e:
313+
environment: ci-unsigned
312314
needs: [pick, playwright-e2e-enterprise]
313315
# Nightly cron + manual dispatch only (heavy build), fork-gated for the licence secret.
314316
if: >-

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
filters: .github/config/.files.yaml
6262

6363
gradle-cache-prime:
64+
environment: ci-unsigned
6465
name: Prime shared Gradle cache
6566
needs: [files-changed]
6667
runs-on: ubuntu-latest

.github/workflows/check-licence.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
check-licence:
13+
environment: ci-unsigned
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Harden Runner

.github/workflows/check-openapi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
check-generate-openapi-docs:
14+
environment: ci-unsigned
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Harden Runner

.github/workflows/db-migration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
migration-test:
16+
environment: ci-unsigned
1617
runs-on: ubuntu-latest
1718
timeout-minutes: 30
1819
steps:

0 commit comments

Comments
 (0)