|
1 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. |
2 | 2 | # |
3 | | -# Generated on 2025-02-18T13:59:57Z by kres 8a48729. |
| 3 | +# Generated on 2025-05-22T17:54:46Z by kres 9f64b0d. |
4 | 4 |
|
5 | 5 | name: default |
6 | 6 | concurrency: |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | INTEGRATION_RUN_E2E_TEST: "true" |
175 | 175 | INTEGRATION_TEST_ARGS: --test.run CleanState/|Auth/|DefaultCluster/|CLICommands/ |
176 | 176 | RUN_TALEMU_TESTS: "true" |
177 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 177 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
178 | 178 | WITH_DEBUG: "true" |
179 | 179 | run: | |
180 | 180 | sudo -E make run-integration-test |
@@ -205,15 +205,15 @@ jobs: |
205 | 205 | !_out/etcd |
206 | 206 | !_out/secondary-storage/** |
207 | 207 | retention-days: "5" |
208 | | - - name: save-talos-logs-artifacts |
| 208 | + - name: save-integration-test-artifacts |
209 | 209 | if: always() |
210 | 210 | uses: actions/upload-artifact@v4 |
211 | 211 | with: |
212 | | - name: talos-logs |
| 212 | + name: integration-test |
213 | 213 | path: |- |
214 | 214 | ~/.talos/clusters/**/*.log |
215 | 215 | !~/.talos/clusters/**/swtpm.log |
216 | | - /tmp/test-logs |
| 216 | + /tmp/integration-test |
217 | 217 | retention-days: "5" |
218 | 218 | - name: Generate Checksums |
219 | 219 | if: startsWith(github.ref, 'refs/tags/') |
@@ -299,19 +299,19 @@ jobs: |
299 | 299 | INTEGRATION_RUN_E2E_TEST: "false" |
300 | 300 | INTEGRATION_TEST_ARGS: --test.run CleanState/|EtcdBackupAndRestore |
301 | 301 | RUN_TALEMU_TESTS: "false" |
302 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 302 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
303 | 303 | WITH_DEBUG: "true" |
304 | 304 | run: | |
305 | 305 | sudo -E make run-integration-test |
306 | | - - name: save-talos-logs-artifacts |
| 306 | + - name: save-integration-test-artifacts |
307 | 307 | if: always() |
308 | 308 | uses: actions/upload-artifact@v4 |
309 | 309 | with: |
310 | | - name: talos-logs-e2e-backups |
| 310 | + name: integration-test-e2e-backups |
311 | 311 | path: |- |
312 | 312 | ~/.talos/clusters/**/*.log |
313 | 313 | !~/.talos/clusters/**/swtpm.log |
314 | | - /tmp/test-logs |
| 314 | + /tmp/integration-test |
315 | 315 | retention-days: "5" |
316 | 316 | continue-on-error: true |
317 | 317 | e2e-forced-removal: |
@@ -378,19 +378,19 @@ jobs: |
378 | 378 | INTEGRATION_RUN_E2E_TEST: "false" |
379 | 379 | INTEGRATION_TEST_ARGS: --test.run CleanState/|ForcedMachineRemoval/|ReplaceControlPlanes/|ConfigPatching/|KubernetesNodeAudit/ |
380 | 380 | RUN_TALEMU_TESTS: "false" |
381 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 381 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
382 | 382 | WITH_DEBUG: "true" |
383 | 383 | run: | |
384 | 384 | sudo -E make run-integration-test |
385 | | - - name: save-talos-logs-artifacts |
| 385 | + - name: save-integration-test-artifacts |
386 | 386 | if: always() |
387 | 387 | uses: actions/upload-artifact@v4 |
388 | 388 | with: |
389 | | - name: talos-logs-e2e-forced-removal |
| 389 | + name: integration-test-e2e-forced-removal |
390 | 390 | path: |- |
391 | 391 | ~/.talos/clusters/**/*.log |
392 | 392 | !~/.talos/clusters/**/swtpm.log |
393 | | - /tmp/test-logs |
| 393 | + /tmp/integration-test |
394 | 394 | retention-days: "5" |
395 | 395 | continue-on-error: true |
396 | 396 | e2e-scaling: |
@@ -457,19 +457,19 @@ jobs: |
457 | 457 | INTEGRATION_RUN_E2E_TEST: "false" |
458 | 458 | INTEGRATION_TEST_ARGS: --test.run CleanState/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|RollingUpdateParallelism |
459 | 459 | RUN_TALEMU_TESTS: "false" |
460 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 460 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
461 | 461 | WITH_DEBUG: "true" |
462 | 462 | run: | |
463 | 463 | sudo -E make run-integration-test |
464 | | - - name: save-talos-logs-artifacts |
| 464 | + - name: save-integration-test-artifacts |
465 | 465 | if: always() |
466 | 466 | uses: actions/upload-artifact@v4 |
467 | 467 | with: |
468 | | - name: talos-logs-e2e-scaling |
| 468 | + name: integration-test-e2e-scaling |
469 | 469 | path: |- |
470 | 470 | ~/.talos/clusters/**/*.log |
471 | 471 | !~/.talos/clusters/**/swtpm.log |
472 | | - /tmp/test-logs |
| 472 | + /tmp/integration-test |
473 | 473 | retention-days: "5" |
474 | 474 | continue-on-error: true |
475 | 475 | e2e-short: |
@@ -536,19 +536,19 @@ jobs: |
536 | 536 | INTEGRATION_RUN_E2E_TEST: "false" |
537 | 537 | INTEGRATION_TEST_ARGS: --test.run CleanState/|TalosImageGeneration/|ImmediateClusterDestruction/|DefaultCluster/|EncryptedCluster/|SinglenodeCluster/|Auth/ |
538 | 538 | RUN_TALEMU_TESTS: "false" |
539 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 539 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
540 | 540 | WITH_DEBUG: "true" |
541 | 541 | run: | |
542 | 542 | sudo -E make run-integration-test |
543 | | - - name: save-talos-logs-artifacts |
| 543 | + - name: save-integration-test-artifacts |
544 | 544 | if: always() |
545 | 545 | uses: actions/upload-artifact@v4 |
546 | 546 | with: |
547 | | - name: talos-logs-e2e-short |
| 547 | + name: integration-test-e2e-short |
548 | 548 | path: |- |
549 | 549 | ~/.talos/clusters/**/*.log |
550 | 550 | !~/.talos/clusters/**/swtpm.log |
551 | | - /tmp/test-logs |
| 551 | + /tmp/integration-test |
552 | 552 | retention-days: "5" |
553 | 553 | continue-on-error: true |
554 | 554 | e2e-short-secureboot: |
@@ -616,19 +616,19 @@ jobs: |
616 | 616 | INTEGRATION_RUN_E2E_TEST: "false" |
617 | 617 | INTEGRATION_TEST_ARGS: --test.run CleanState/|TalosImageGeneration/|ImmediateClusterDestruction/|DefaultCluster/|EncryptedCluster/|SinglenodeCluster/|Auth/ |
618 | 618 | RUN_TALEMU_TESTS: "false" |
619 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 619 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
620 | 620 | WITH_DEBUG: "true" |
621 | 621 | run: | |
622 | 622 | sudo -E make run-integration-test |
623 | | - - name: save-talos-logs-artifacts |
| 623 | + - name: save-integration-test-artifacts |
624 | 624 | if: always() |
625 | 625 | uses: actions/upload-artifact@v4 |
626 | 626 | with: |
627 | | - name: talos-logs-e2e-short-secureboot |
| 627 | + name: integration-test-e2e-short-secureboot |
628 | 628 | path: |- |
629 | 629 | ~/.talos/clusters/**/*.log |
630 | 630 | !~/.talos/clusters/**/swtpm.log |
631 | | - /tmp/test-logs |
| 631 | + /tmp/integration-test |
632 | 632 | retention-days: "5" |
633 | 633 | continue-on-error: true |
634 | 634 | e2e-templates: |
@@ -695,19 +695,19 @@ jobs: |
695 | 695 | INTEGRATION_RUN_E2E_TEST: "false" |
696 | 696 | INTEGRATION_TEST_ARGS: --test.run CleanState/|ClusterTemplate/ |
697 | 697 | RUN_TALEMU_TESTS: "false" |
698 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 698 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
699 | 699 | WITH_DEBUG: "true" |
700 | 700 | run: | |
701 | 701 | sudo -E make run-integration-test |
702 | | - - name: save-talos-logs-artifacts |
| 702 | + - name: save-integration-test-artifacts |
703 | 703 | if: always() |
704 | 704 | uses: actions/upload-artifact@v4 |
705 | 705 | with: |
706 | | - name: talos-logs-e2e-templates |
| 706 | + name: integration-test-e2e-templates |
707 | 707 | path: |- |
708 | 708 | ~/.talos/clusters/**/*.log |
709 | 709 | !~/.talos/clusters/**/swtpm.log |
710 | | - /tmp/test-logs |
| 710 | + /tmp/integration-test |
711 | 711 | retention-days: "5" |
712 | 712 | continue-on-error: true |
713 | 713 | e2e-upgrades: |
@@ -772,21 +772,21 @@ jobs: |
772 | 772 | - name: run-integration-test |
773 | 773 | env: |
774 | 774 | INTEGRATION_RUN_E2E_TEST: "false" |
775 | | - INTEGRATION_TEST_ARGS: --test.run CleanState/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/ |
| 775 | + INTEGRATION_TEST_ARGS: --test.run CleanState/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/ |
776 | 776 | RUN_TALEMU_TESTS: "false" |
777 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 777 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
778 | 778 | WITH_DEBUG: "true" |
779 | 779 | run: | |
780 | 780 | sudo -E make run-integration-test |
781 | | - - name: save-talos-logs-artifacts |
| 781 | + - name: save-integration-test-artifacts |
782 | 782 | if: always() |
783 | 783 | uses: actions/upload-artifact@v4 |
784 | 784 | with: |
785 | | - name: talos-logs-e2e-upgrades |
| 785 | + name: integration-test-e2e-upgrades |
786 | 786 | path: |- |
787 | 787 | ~/.talos/clusters/**/*.log |
788 | 788 | !~/.talos/clusters/**/swtpm.log |
789 | | - /tmp/test-logs |
| 789 | + /tmp/integration-test |
790 | 790 | retention-days: "5" |
791 | 791 | continue-on-error: true |
792 | 792 | e2e-workload-proxy: |
@@ -853,18 +853,18 @@ jobs: |
853 | 853 | INTEGRATION_RUN_E2E_TEST: "false" |
854 | 854 | INTEGRATION_TEST_ARGS: --test.run CleanState/|WorkloadProxy |
855 | 855 | RUN_TALEMU_TESTS: "false" |
856 | | - TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceDowngrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
| 856 | + TALEMU_TEST_ARGS: --test.run ImmediateClusterDestruction/|EncryptedCluster/|SinglenodeCluster/|ScaleUpAndDown/|ScaleUpAndDownMachineClassBasedMachineSets/|TalosUpgrades/|KubernetesUpgrades/|MaintenanceUpgrade/|ClusterTemplate/|ScaleUpAndDownAutoProvisionMachineSets/ |
857 | 857 | WITH_DEBUG: "true" |
858 | 858 | run: | |
859 | 859 | sudo -E make run-integration-test |
860 | | - - name: save-talos-logs-artifacts |
| 860 | + - name: save-integration-test-artifacts |
861 | 861 | if: always() |
862 | 862 | uses: actions/upload-artifact@v4 |
863 | 863 | with: |
864 | | - name: talos-logs-e2e-workload-proxy |
| 864 | + name: integration-test-e2e-workload-proxy |
865 | 865 | path: |- |
866 | 866 | ~/.talos/clusters/**/*.log |
867 | 867 | !~/.talos/clusters/**/swtpm.log |
868 | | - /tmp/test-logs |
| 868 | + /tmp/integration-test |
869 | 869 | retention-days: "5" |
870 | 870 | continue-on-error: true |
0 commit comments