Skip to content

Commit 01e4c8a

Browse files
wip
1 parent b600b1f commit 01e4c8a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/end2end.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,13 @@ jobs:
512512
OIDC_USERNAME: 'zenko-end2end-pra'
513513
OIDC_EMAIL: '[email protected]'
514514
working-directory: ./.github/scripts/end2end
515+
- name: Setup PRA test environment
516+
env:
517+
ZENKO_NAME: "${{ env.ZENKO_NAME }}-pra"
518+
SETUP_IMAGE: ${{ needs.build-setup-image.outputs.image }}
519+
GIT_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
520+
run: ./setup-tests.sh --kubeconfig ~/.kube/config -- all --no-kafka-topics --no-rbac --no-dns --no-mocks --no-metadata
521+
working-directory: ./tests/@setup
515522
- name: Configure hosts file
516523
run: bash configure-hosts.sh
517524
working-directory: ./.github/scripts/end2end

tests/@setup/configs/kafka-topics.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,21 @@
113113
"suffix": "cold-dead-letter-e2e-azure-archive",
114114
"partitions": 10,
115115
"description": "Azure archive cold dead letter topic"
116+
},
117+
{
118+
"suffix": "cold-status-e2e-azure-archive-2-non-versioned",
119+
"partitions": 10,
120+
"description": "Azure archive 2 cold status topic for non-versioned buckets"
121+
},
122+
{
123+
"suffix": "cold-status-e2e-azure-archive-2-suspended",
124+
"partitions": 10,
125+
"description": "Azure archive 2 cold status topic for suspended buckets"
126+
},
127+
{
128+
"suffix": "cold-status-e2e-azure-archive-2-versioned",
129+
"partitions": 10,
130+
"description": "Azure archive 2 cold status topic for versioned buckets"
116131
}
117132
]
118133
}

0 commit comments

Comments
 (0)