Skip to content

Commit

Permalink
gh/workflows: Rename ci-datapath to ci-e2e
Browse files Browse the repository at this point in the history
The GHAs are no longer testing only the datapath features.

The ownership will be addressed by [1].

[1]: cilium/cilium-cli#1549

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and joestringer committed May 1, 2023
1 parent cb8dbfb commit bead3ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cilium Datapath (ci-datapath-1.13)
name: Cilium Conformance E2E (ci-e2e-1.13)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -56,7 +56,7 @@ concurrency:
${{
(github.event_name == 'schedule' && github.sha) ||
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath-1.13' ||
github.event.comment.body == '/ci-e2e-1.13' ||
github.event.comment.body == '/test-backport-1.13'
) && github.event.issue.number) ||
(github.event_name == 'pull_request' && github.event.pull_request.number)
Expand All @@ -73,7 +73,7 @@ jobs:
name: Deduce required tests from code changes
if: |
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath-1.13' ||
github.event.comment.body == '/ci-e2e-1.13' ||
github.event.comment.body == '/test-backport-1.13'
)) ||
github.event_name == 'schedule' ||
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ steps.vars.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests in progress...
description: E2E conformance tests in progress...
state: pending
target_url: ${{ env.check_url }}

Expand All @@ -155,7 +155,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests skipped
description: E2E conformance tests skipped
state: success
target_url: ${{ env.check_url }}

Expand All @@ -165,7 +165,7 @@ jobs:
name: Setup & Test
if: |
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath-1.13' ||
github.event.comment.body == '/ci-e2e-1.13' ||
(github.event.comment.body == '/test-backport-1.13' && needs.check_changes.outputs.tested == 'true')
)) ||
github.event_name == 'schedule' ||
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
- name: Provision LVH VMs
uses: cilium/little-vm-helper@0b7d7157dae56a44dc531c852e7756dc671071af # v0.0.3
with:
test-name: datapath-conformance
test-name: e2e-conformance
image-version: ${{ matrix.kernel }}
host-mount: ./
cpu: 4
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests successful
description: E2E conformance tests successful
state: success
target_url: ${{ env.check_url }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cilium Datapath (ci-datapath)
name: Cilium Conformance E2E (ci-e2e)

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down Expand Up @@ -56,7 +56,7 @@ concurrency:
${{
(github.event_name == 'schedule' && github.sha) ||
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath' ||
github.event.comment.body == '/ci-e2e' ||
github.event.comment.body == '/test'
) && github.event.issue.number) ||
(github.event_name == 'pull_request' && github.event.pull_request.number)
Expand All @@ -73,7 +73,7 @@ jobs:
name: Deduce required tests from code changes
if: |
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath' ||
github.event.comment.body == '/ci-e2e' ||
github.event.comment.body == '/test'
)) ||
github.event_name == 'schedule' ||
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ steps.vars.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests in progress...
description: E2E conformance tests in progress...
state: pending
target_url: ${{ env.check_url }}

Expand All @@ -152,7 +152,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests skipped
description: E2E conformance tests skipped
state: success
target_url: ${{ env.check_url }}

Expand All @@ -162,7 +162,7 @@ jobs:
name: Setup & Test
if: |
(github.event_name == 'issue_comment' && (
github.event.comment.body == '/ci-datapath' ||
github.event.comment.body == '/ci-e2e' ||
(github.event.comment.body == '/test' && needs.check_changes.outputs.tested == 'true')
)) ||
github.event_name == 'schedule' ||
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
- name: Provision LVH VMs
uses: cilium/little-vm-helper@0b7d7157dae56a44dc531c852e7756dc671071af # v0.0.3
with:
test-name: datapath-conformance
test-name: e2e-conformance
image-version: ${{ matrix.kernel }}
host-mount: ./
cpu: 4
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests successful
description: E2E conformance tests successful
state: success
target_url: ${{ env.check_url }}

Expand All @@ -493,7 +493,7 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests failed
description: E2E conformance tests failed
state: failure
target_url: ${{ env.check_url }}

Expand All @@ -508,6 +508,6 @@ jobs:
authToken: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.setup-report.outputs.sha }}
context: ${{ github.workflow }}
description: Datapath tests cancelled
description: E2E conformance tests cancelled
state: error
target_url: ${{ env.check_url }}

0 comments on commit bead3ac

Please sign in to comment.