Skip to content

Commit e3d3ef4

Browse files
authored
ci: add IONOSCLOUD_CUBE_TEMPLATE_ID var for e2e tests (#355)
For #351 I need the cube template id added to the e2e tests. For the tests to run I need to merge this to main because I am coming from a fork.
1 parent 925c511 commit e3d3ef4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conformance-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
IONOS_TOKEN: ${{ secrets.IONOS_TOKEN }}
1212
IONOSCLOUD_MACHINE_IMAGE_ID: ${{ vars.IONOSCLOUD_MACHINE_IMAGE_ID }}
1313
CONTROL_PLANE_ENDPOINT_LOCATION: ${{ vars.CONTROL_PLANE_ENDPOINT_LOCATION }}
14+
IONOSCLOUD_CUBE_TEMPLATE_ID: ${{ vars.IONOSCLOUD_CUBE_TEMPLATE_ID }}
1415
steps:
1516
- uses: actions/checkout@v4
1617

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
IONOS_TOKEN: ${{ secrets.IONOS_TOKEN }}
2828
IONOSCLOUD_MACHINE_IMAGE_ID: ${{ vars.IONOSCLOUD_MACHINE_IMAGE_ID }}
2929
CONTROL_PLANE_ENDPOINT_LOCATION: ${{ vars.CONTROL_PLANE_ENDPOINT_LOCATION }}
30+
IONOSCLOUD_CUBE_TEMPLATE_ID: ${{ vars.IONOSCLOUD_CUBE_TEMPLATE_ID }}
3031
steps:
3132
- name: Check out branch ${{ github.ref }}
3233
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)