Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add_reason_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [closed]
jobs:
check-resolution-label:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if:
${{ contains(github.event.issue.labels.*.name, 'Type/Bug') && !(contains(github.event.issue.labels.*.name, 'Reason/EngineeringMistake') ||
contains(github.event.issue.labels.*.name, 'Reason/Complex') ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apply-library-repo-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
apply_templates:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Print Inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
ubuntu-build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.head_ref }}-ubuntu-build
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamp-master-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'Skip GraalVM Check')

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
ubuntu-build-with-bal-test-graalvm:
name: Build with bal test graalvm on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'Skip GraalVM Check')

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_stdlib_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish-stdlib-modules:
name: Publish Ballerina Library Modules
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
publish-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
ubuntu-build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.head_ref }}-ubuntu-build
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
publish-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
ubuntu-build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.head_ref }}-ubuntu-build
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/process-load-test-results-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
process-results:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 80
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.head_ref }}-ubuntu-build
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
jobs:
build:
name: Regenerate openapi-connector
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
jobs:
build:
name: Regenerate OpenAPI Connectors
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-package-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
publish-release:
name: Release Package
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-package-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
publish-release:
name: Release Package
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout Repository
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
jobs:
build:
name: Release Ballerina Stdlibs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- uses: actions/checkout@v2
Expand All @@ -56,4 +56,3 @@ jobs:
RELEASE_HANDWRITTEN_CONNECTORS: ${{ github.event.inputs.release_handwritten_connectors }}
RELEASE_GENERATED_CONNECTORS: ${{ github.event.inputs.release_generated_connectors }}
BAL_CONFIG_VAR_WORKFLOW: "publish-release.yml"

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
directories: ${{ steps.set-matrix.outputs.directories }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
echo "directories=$(jq -nc --args '$ARGS.positional' ${folders[@]})" >> $GITHUB_OUTPUT

publish-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: generate-matrix
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
publish-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/s4hana-pr-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
generate-matrix:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
directories: ${{ steps.set-matrix.outputs.directories }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:

build-connectors:
name: Build Connectors
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: generate-matrix
strategy:
matrix:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

upload-codcov:
name: Upload Codecov
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build-connectors
steps:
- name: Download coverage reports
Expand All @@ -76,7 +76,7 @@ jobs:

build-examples:
name: Build Examples
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build-connectors
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s4hana-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
call_workflow:
name: Release Package
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s4hana-trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_stdlib_releases_with_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-patch-versions:
name: Test Ballerina Library Package Patch Releases
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

test-minor-versions:
name: Test Minor Ballerina Library Package Releases
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
trigger-graalvm-checks:
name: Run workflows
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Module Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-load-tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
invoke-load-tests:
name: Trigger load tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'ballerina-platform'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
dependency_graph:
name: Update the Ballerina Library Dependency Graph
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Checkout Repo
Expand Down