Skip to content

E2EScaleTrigger

E2EScaleTrigger #210

name: E2EScaleTrigger
on:
schedule:
- cron: '7 18 * * *'
workflow_run:
workflows: [ApprovalComment]
types: [completed]
workflow_dispatch:
jobs:
resolve:
if: (github.repository == 'aws/karpenter' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success')) || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/resolve-args.yaml
with:
allowed_comment: "scale"
scale:

Check failure on line 15 in .github/workflows/e2e-scale-trigger.yaml

View workflow run for this annotation

GitHub Actions / E2EScaleTrigger

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-scale-trigger.yaml (Line: 15, Col: 3): Error calling workflow 'rkirk-r7/karpenter/.github/workflows/e2e.yaml@77add737e8703f773b3082e878a904250083ca1d'. The workflow is requesting 'statuses: write, id-token: write', but is only allowed 'statuses: none, id-token: none'.
needs: [resolve]
if: needs.resolve.outputs.SHOULD_RUN == 'true'
uses: ./.github/workflows/e2e.yaml
with:
suite: Scale
git_ref: ${{ needs.resolve.outputs.GIT_REF }}
region: "us-west-2"
enable_metrics: true
workflow_trigger: "scale"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}