You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To properly upgrade Kind version check the releases in github https://github.com/kubernetes-sigs/kind/releases and use proper image based on Kind version
Copy file name to clipboardExpand all lines: .github/docs/README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Build & Test Strimzi in GitHub Actions
2
2
The following lines put together basic information how is Strimzi built and tested via GitHub Actions.
3
-
Currently, our main build system still lives on Azure Pipelines and running builds and tests on GHA is in experimental phase.
4
3
All the steps mentioned bellow re-use scripts from our [azure](../../.azure) directory and thus all the steps are more or less the same on both systems.
5
4
6
5
## Build jar artifacts
@@ -80,15 +79,6 @@ Utils actions:
80
79
- [log-variables](../actions/utils/log-variables)
81
80
- [determine-ref](../actions/utils/determine-ref)
82
81
83
-
To make the build 1:1 to Azure we miss few actions that do the missing steps:
Copy file name to clipboardExpand all lines: development-docs/TESTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@ However, since system tests use the command line `Executor` for some actions, ma
386
386
387
387
## Helper script
388
388
389
-
The `./systemtest/scripts/run_tests.sh` script can be used to run the `systemtests` using the same configuration as used in the Azure build.
389
+
The `./systemtest/scripts/run_tests.sh` script can be used to run the `systemtests` using the very similar configuration as we use in the GitHub Actions.
390
390
You can use this script to run the `systemtests` project efficiently.
391
391
392
392
Pass additional parameters to `mvn` by populating the `EXTRA_ARGS` env var.
0 commit comments