Skip to content

Commit 0a53616

Browse files
authored
🌱 fix e2e caph image. (#1561)
1 parent 0b3fea5 commit 0a53616

17 files changed

+171
-46
lines changed

.github/actions/e2e/action.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ inputs:
77
e2e_make_target:
88
description: "e2e_make_target"
99
required: true
10-
e2e_hcloud_token:
11-
description: "e2e_hcloud_token"
12-
required: false
1310
e2e_robot_user:
1411
description: "e2e_robot_user"
1512
required: false
@@ -57,10 +54,8 @@ runs:
5754
env:
5855
TAG: ${{ steps.meta.outputs.version }}
5956

60-
- name: HCLOUD_TOKEN
57+
- name: Get HCLOUD_TOKEN # sets env.HCLOUD_TOKEN
6158
uses: hetznercloud/tps-action@dee5dd2546322c28ed8f74b910189066e8b6f31a # main
62-
with:
63-
token: ${{ inputs.e2e_hcloud_token }}
6459

6560
- name: "e2e-${{ inputs.e2e_name }}"
6661
shell: bash
@@ -69,7 +64,6 @@ runs:
6964
REGISTRY: ${{ env.REGISTRY }}
7065
IMAGE_NAME: ${{ env.IMAGE_NAME }}
7166
TAG: ${{ steps.meta.outputs.version }}
72-
MANIFEST_PATH: "../../../out"
7367
HCLOUD_TOKEN: ${{ env.HCLOUD_TOKEN }}
7468
HETZNER_ROBOT_USER: ${{ inputs.e2e_robot_user }}
7569
HETZNER_ROBOT_PASSWORD: ${{ inputs.e2e_robot_password }}

.github/workflows/e2e-basic-baremetal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
e2e_name: hetzner-basic
4949
e2e_make_target: test-e2e-baremetal
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
5150
e2e_robot_user: ${{ secrets.HETZNER_ROBOT_USER }}
5251
e2e_robot_password: ${{ secrets.HETZNER_ROBOT_PASSWORD }}
5352
e2e_ssh_pub: ${{ secrets.HETZNER_SSH_PUB }}

.github/workflows/e2e-basic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
with:
4848
e2e_name: hcloud-basic
4949
e2e_make_target: test-e2e-hcloud
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}

.github/workflows/e2e-feature-baremetal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
e2e_name: hetzner-baremetal-feature
4949
e2e_make_target: test-e2e-baremetal-feature
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
5150
e2e_robot_user: ${{ secrets.HETZNER_ROBOT_USER }}
5251
e2e_robot_password: ${{ secrets.HETZNER_ROBOT_PASSWORD }}
5352
e2e_ssh_pub: ${{ secrets.HETZNER_SSH_PUB }}

.github/workflows/e2e-feature.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
with:
4848
e2e_name: hcloud-feature
4949
e2e_make_target: test-e2e-feature
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}

.github/workflows/e2e-periodic.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
e2e_name: hcloud-basic
4949
e2e_make_target: test-e2e-hcloud
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
5150

5251
e2e-hcloud-feature:
5352
name: Test Hcloud Features
@@ -68,7 +67,7 @@ jobs:
6867
with:
6968
e2e_name: hcloud-feature
7069
e2e_make_target: test-e2e-feature
71-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
70+
7271
e2e-hcloud-lifecycle:
7372
name: Test Hcloud Lifecycle
7473
concurrency: ci-${{ github.ref }}-e2e-lifecycle
@@ -88,7 +87,6 @@ jobs:
8887
with:
8988
e2e_name: hcloud-lifecycle
9089
e2e_make_target: test-e2e-lifecycle
91-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
9290

9391
e2e-hcloud-conformance:
9492
name: Test Hcloud Conformance
@@ -109,4 +107,3 @@ jobs:
109107
with:
110108
e2e_name: hcloud-conformance
111109
e2e_make_target: test-e2e-conformance
112-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}

.github/workflows/e2e-upgrade-caph.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
e2e_name: upgrade-caph
4949
e2e_make_target: test-e2e-upgrade-caph
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
5150
e2e_robot_user: ${{ secrets.HETZNER_ROBOT_USER }}
5251
e2e_robot_password: ${{ secrets.HETZNER_ROBOT_PASSWORD }}
5352
e2e_ssh_pub: ${{ secrets.HETZNER_SSH_PUB }}

.github/workflows/e2e-upgrade-kubernetes.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
with:
4848
e2e_name: upgrade-kubernetes
4949
e2e_make_target: test-e2e-upgrade-kubernetes
50-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}

.github/workflows/pr-e2e.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
e2e_name: hcloud-basic
6161
e2e_make_target: test-e2e-hcloud
62-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
6362

6463
e2e-hetzner-basic:
6564
name: Test Hetzner Baremetal Basic
@@ -81,7 +80,6 @@ jobs:
8180
with:
8281
e2e_name: hetzner-basic
8382
e2e_make_target: test-e2e-baremetal
84-
e2e_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
8583
e2e_robot_user: ${{ secrets.HETZNER_ROBOT_USER }}
8684
e2e_robot_password: ${{ secrets.HETZNER_ROBOT_PASSWORD }}
8785
e2e_ssh_pub: ${{ secrets.HETZNER_SSH_PUB }}

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
with:
6868
paths: ".coverage/junit.xml"
6969

70+
- name: Check Release Manifests
71+
shell: bash
72+
run: |
73+
make release-manifests
74+
./hack/check-release-manifests.sh
75+
7076
- name: Upload Report
7177
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7278
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)