Summary
Jobs
E2E Tests
build_matrix
build
test (eksctl, x86, AmazonLinux2, 1.28.13)
test (eksctl, x86, AmazonLinux2, 1.29.8)
test (eksctl, x86, AmazonLinux2, 1.30.4)
test (eksctl, x86, AmazonLinux2, 1.31.0)
test (eksctl, x86, AmazonLinux2, 1.32.1)
test (eksctl, x86, Bottlerocket, 1.28.13)
test (eksctl, x86, Bottlerocket, 1.29.8)
test (eksctl, x86, Bottlerocket, 1.30.4)
test (eksctl, x86, Bottlerocket, 1.31.0)
test (eksctl, x86, Bottlerocket, 1.32.1)
test (eksctl, arm, AmazonLinux2, 1.28.13)
test (eksctl, arm, AmazonLinux2, 1.29.8)
test (eksctl, arm, AmazonLinux2, 1.30.4)
test (eksctl, arm, AmazonLinux2, 1.31.0)
test (eksctl, arm, AmazonLinux2, 1.32.1)
test (kops, x86, AmazonLinux2, 1.28.13)
test (kops, arm, AmazonLinux2, 1.28.13)
test (eksctl, x86, Ubuntu2004, 1.28.13)
test (eksctl, arm, Ubuntu2004, 1.29.8)
test (eksctl, x86, Ubuntu2204, 1.30.4)
test (eksctl, arm, Ubuntu2204, 1.31.0)
test (eksctl, arm, Ubuntu2204, 1.32.1)
test (kops, arm, AmazonLinux2023, 1.28.13, enforcing)
test (eksctl, x86, AmazonLinux2023, 1.32.1, enforcing)
post_test
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "E2E Tests (Trusted)"
on:
push:
branches: [ "main", "release-**", "workflow/**" ]
merge_group:
types: [ "checks_requested" ]
pull_request:
permissions:
id-token: write
contents: read
jobs:
e2e:
name: E2E Tests
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id }}
uses: ./.github/workflows/e2e-tests.yaml
with:
environment: "trusted"
ref: ${{ (github.event_name == 'push' && github.sha) || (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.event.merge_group.head_sha }}
secrets: inherit
You can’t perform that action at this time.