ci: fix missing environment variables #3430
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
What type of this PR
Examples of user facing changes:
Which issue(s) this PR fixes
Fixes #(issue-number)
WHAT
🤖[deprecated] Generated by Copilot at df9cfa5
Add environment variables to GitHub workflow jobs for end-to-end testing. This improves the accuracy and coverage of the tests for different branches, architectures, and IP families.
🤖[deprecated] Generated by Copilot at df9cfa5
HOW
🤖[deprecated] Generated by Copilot at df9cfa5
E2E_BRANCH
andE2E_IP_FAMILY
environment variables toRun E2E
step ofBuild and Push x86 Image
job to run end-to-end tests for corresponding branch and IP family (link)E2E_BRANCH
environment variable toRun E2E
step ofBuild and Push arm64 Image
,Build and Push ppc64le Image
,Build and Push s390x Image
,Build and Push multi-arch Image
, andBuild and Push multi-arch Image with OVN 20.12.0
jobs to run end-to-end tests for corresponding branch (link, link, link, link, link)E2E_BRANCH
environment variable toRun Vip E2E
andRun Ovn VPC NAT GW E2E
steps ofBuild and Push multi-arch Image with OVN 20.12.0
job to run end-to-end tests for corresponding branch and features (link)