Skip to content

Commit

Permalink
test: verify download center fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kellervater committed Oct 17, 2024
1 parent 5574871 commit 94be422
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ADD_TO_PROJECT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Exec:
name: Add issue to project
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Import Secrets
id: secrets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ASSIGN_MILESTONE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
check-permissions:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Check Repo Permission
outputs:
permission: ${{ steps.checkPermissions.outputs.PERMISSION }}
Expand All @@ -25,7 +25,7 @@ jobs:
echo "PERMISSION=$PERMISSION" >> $GITHUB_OUTPUT
assign-milestone:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Assign Milestone
needs: check-permissions
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_ON_DEMAND.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-2022 ]
os: [ ubuntu-24.04, macos-latest, windows-2022 ]
runs-on: ${{ matrix.os }}
env:
ON_DEMAND: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-2022 ]
os: [ ubuntu-24.04, macos-latest, windows-2022 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
# CodeQL runs on ubuntu-24.04, windows-latest, and macos-latest
runs-on: ubuntu-24.04

permissions:
# required for all workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/COMMENT_DEVELOP_FIX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
pull-requests: write
jobs:
comment-on-fix-to-develop:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check for fix commits
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CREATE_MILESTONE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
create-milestone:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Create new Milestone
if: startsWith(github.event.milestone.title, 'M')
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_MAIN_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Merge_main_to_develop:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NEW_ALPHA_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 8 15 APR,OCT *'
jobs:
createIssue:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- run: gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --label "ready" --repo $GITHUB_REPOSITORY
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NEW_MAJOR_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 8 15 MAR,SEP *'
jobs:
createIssue:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- run: gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --label "ready" --repo $GITHUB_REPOSITORY
env:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: NIGHTLY
on:
schedule:
- cron: '0 18 * * *'
workflow_dispatch:
jobs:
Build_nightly:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-24.04
files:
- 'dist/camunda-modeler-nightly-linux-x64.tar.gz'
- os: macos-latest
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
run: npm run build -- --win

- name: Upload artifact to Camunda Download Center
uses: camunda/infra-global-github-actions/download-center-upload@adc932a586d745b8a147a7f52117e683d5c59b54
uses: camunda/infra-global-github-actions/download-center-upload@gsutil-replacement
with:
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }}
env: 'prod'
Expand All @@ -105,7 +106,7 @@ jobs:
Post-Failure:
needs: Build_nightly
if: failure()
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Post to a Slack channel
uses: slackapi/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- released
jobs:
Publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Retrieve version
Expand All @@ -30,7 +30,7 @@ jobs:
secrets: |
secret/data/common/jenkins/downloads-camunda-cloud_google_sa_key DOWNLOAD_CENTER_GCLOUD_KEY_BYTES | GCP_CREDENTIALS_NAME;
- name: Upload artifacts to Camunda Download Center
uses: camunda/infra-global-github-actions/download-center-upload@adc932a586d745b8a147a7f52117e683d5c59b54
uses: camunda/infra-global-github-actions/download-center-upload@gsutil-replacement
with:
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }}
env: 'prod'
Expand All @@ -40,7 +40,7 @@ jobs:
Post-Failure:
needs: Publish
if: failure()
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Post to a Slack channel
uses: slackapi/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*'
jobs:
Pre_release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
needs: Pre_release
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-2022 ]
os: [ ubuntu-24.04, macos-latest, windows-2022 ]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

Post_release:
needs: Build_release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed, assigned]
jobs:
createReleaseIssue:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Create new Release Issue
if: |
contains(github.event.issue.labels.*.name, 'release') &&
Expand All @@ -22,7 +22,7 @@ jobs:
assignMilestone:
needs: createReleaseIssue
if: github.event.issue.milestone
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Assign Milestone
steps:
- name: Get current Milestone
Expand All @@ -49,7 +49,7 @@ jobs:
-F "milestone=${{steps.getMilestone.outputs.MILESTONE_NUMBER}}"
updateSlackRole:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: |
always() &&
contains(github.event.issue.labels.*.name, 'release')
Expand Down

0 comments on commit 94be422

Please sign in to comment.