Skip to content

ci: Refactor packaging and upload artifacts for all platforms (#7858) #3418

ci: Refactor packaging and upload artifacts for all platforms (#7858)

ci: Refactor packaging and upload artifacts for all platforms (#7858) #3418

Workflow file for this run

name: evergreen
permissions: read-all
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- experimental/*
- feature/*
push:
branches:
- main
- experimental/*
- feature/*
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
# evergreen-x64 is Evergreen on linux.
evergreen-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-x64
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}
evergreen-arm-hardfp-raspi:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-hardfp-raspi
nightly: ${{ github.event.inputs.nightly }}
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}
evergreen-arm-hardfp-rdk:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-hardfp-rdk
nightly: ${{ github.event.inputs.nightly }}
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}
evergreen-arm-softfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}