Skip to content

Commit 8c94338

Browse files
committed
Test component k8s_canaries
1 parent 9a332cc commit 8c94338

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/tester.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Nightly release
2+
3+
# Pushes `nightly` image tag as scheduled.
4+
5+
on:
6+
push:
7+
8+
jobs:
9+
k8s_canaries:
10+
uses: ./.github/workflows/component_k8s_canaries.yml
11+
needs: [ build-image ]
12+
with:
13+
image-tag: nightly
14+
cluster_name: Agent_Control_Canaries_Staging-Cluster
15+
secrets:
16+
AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
17+
AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}

0 commit comments

Comments
 (0)