Skip to content

Commit 73ed921

Browse files
Ani1357j-zimnowoda
andauthored
feat: Apl-248 github actions update to support valid dns by default (#1748)
Co-authored-by: jeho <[email protected]>
1 parent 3c393d4 commit 73ed921

9 files changed

+76
-336
lines changed

.github/workflows/integration-on-schedule-dns-no-admin-pass.yml

-18
This file was deleted.

.github/workflows/integration-on-schedule-dns.yml

-18
This file was deleted.

.github/workflows/integration-on-schedule-full.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Scheduled - full with nip.io
1+
name: Scheduled - full
22
concurrency: ${{ github.workflow }}-${{ github.ref }}
33
on:
44
schedule:
@@ -11,4 +11,3 @@ jobs:
1111
secrets: inherit
1212
with:
1313
install_profile: full
14-
generate_password: 'yes'

.github/workflows/integration-on-schedule-minimal-no-admin-pass.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Scheduled - minimal with nip.io, without admin password
1+
name: Scheduled - minimal without admin password
22
concurrency: ${{ github.workflow }}-${{ github.ref }}
33
on:
44
schedule:
5-
- cron: '30 0 * * *'
5+
- cron: '0 2 * * *'
66

77
jobs:
88
start-integration-test-minimal:

.github/workflows/integration-on-schedule-minimal-with-team.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled - minimal with team
22
concurrency: ${{ github.workflow }}-${{ github.ref }}
33
on:
44
schedule:
5-
- cron: '0 1 * * *'
5+
- cron: '15 1 * * *'
66

77
jobs:
88
start-integration-test-minimal:
@@ -11,4 +11,3 @@ jobs:
1111
secrets: inherit
1212
with:
1313
install_profile: minimal-with-team
14-
generate_password: 'yes'
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Scheduled - minimal with nip.io
1+
name: Scheduled - minimal
22
concurrency: ${{ github.workflow }}-${{ github.ref }}
33
on:
44
schedule:
5-
- cron: '0 1 * * *'
5+
- cron: '45 0 * * *'
66

77
jobs:
88
start-integration-test-minimal:
@@ -11,4 +11,3 @@ jobs:
1111
secrets: inherit
1212
with:
1313
install_profile: minimal
14-
generate_password: 'yes'

.github/workflows/integration-on-schedule-upgrade.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled - upgrade
22
concurrency: ${{ github.workflow }}-${{ github.ref }}
33
on:
44
schedule:
5-
- cron: '30 1 * * *'
5+
- cron: '0 0 * * *'
66

77
jobs:
88
start-integration-test-upgrade:
@@ -11,5 +11,3 @@ jobs:
1111
secrets: inherit
1212
with:
1313
install_profile: upgrade
14-
generate_password: 'yes'
15-
kubernetes_versions: "['1.30']"

0 commit comments

Comments
 (0)