Daniel A. Wozniak
c695e0bcff
Merge branch '3006.x' into merge/3007.x/3006.x
2025-03-07 15:05:05 -07:00
Daniel A. Wozniak
643c26f351
Allow workflows to be more easily (and quickly) cancelled
2025-02-19 16:10:17 -07:00
Daniel A. Wozniak
d625eaeea8
Merge branch '3006.x' into merge/3007.x/3006.x-last-merge
2025-02-14 01:23:02 -07:00
Daniel A. Wozniak
7ca0312ae2
Allow configuration of which slugs to run
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
3d240a12d7
fix output step name
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
2043789125
Wean off define testrun
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
edfb640fe3
Fix syntax
2025-02-04 15:36:43 -07:00
Daniel A. Wozniak
31fe2b2222
Fix exit status
2025-02-04 15:36:43 -07:00
Daniel A. Wozniak
461e41fc11
Pull in new retry logic from master
2025-02-04 15:36:43 -07:00
Daniel A. Wozniak
9f1647d0f6
Merge branch '3006.x' into merge/3007.x/3006.x
2025-01-29 15:22:23 -07:00
Daniel A. Wozniak
08853b63a3
Fix exit status reqs for release
2025-01-16 23:48:08 -07:00
Daniel A. Wozniak
1a09279741
Fix exit status test requirements
2025-01-16 23:48:08 -07:00
Daniel A. Wozniak
2ec732abfa
Use vars context to export variable
2024-12-18 14:15:28 -07:00
Daniel A. Wozniak
35d1ec361f
Add ci environment to prepare workflow
...
We need an environment to pick up the linux arm runner config.
2024-12-17 17:58:07 -07:00
Daniel A. Wozniak
1c81d2166e
Use ubuntu-22.04 in place of ubuntu-latest
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
1b9754b6d0
Add arguments needed for pkg matrix on workflow config
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
6e8ce16b24
Drop os-labels and pull-labels
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
7daf5c5177
Add config step to prepare workflow
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
7f280c3515
Add build-matrix
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
2aa71e2ce3
bump cache seed
2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
6b3418fe0b
Merge remote-tracking branch 'saltstack/3006.x' into merge/3007.x/3006.x
2024-09-20 14:20:13 -07:00
twangboy
fb2297e11c
Update workflows
2024-09-11 13:46:13 -07:00
Daniel A. Wozniak
137a6b7119
Revert windows installer check change
2024-07-22 17:57:22 -07:00
Shane Lee
853f1441ad
Tie windows installer action into ci.yml
2024-07-17 14:27:33 -07:00
Pedro Algarvio
2041d468d8
Merge 3006.x into 3007.x
2024-05-09 16:43:51 +01:00
Pedro Algarvio
486f740a33
Switch from `technote-space/workflow-conclusion-action
to
im-open/workflow-conclusion
`
...
The ``technote-space/workflow-conclusion-action`` action is now
deprecated and archived.
2024-05-09 16:39:56 +01:00
Pedro Algarvio
90cfdc1143
Merge 3006.x into 3007.x
2024-04-24 12:19:15 +01:00
Daniel A. Wozniak
8a98919ab5
Bump cache seed
2024-04-24 12:17:41 +01:00
Pedro Algarvio
7f98810ea6
Merge 3006.x into 3007.x
2024-03-28 13:50:44 +00:00
Pedro Algarvio
895b761592
Always print the collected runners
2024-03-28 13:41:54 +00:00
Pedro Algarvio
fd82bcab9c
Always print out the defined testrun
2024-03-28 13:41:54 +00:00
Pedro Algarvio
b62203973c
Always print out the list of jobs to run
2024-03-28 13:41:54 +00:00
Pedro Algarvio
fb58df01f4
Allow choosing which OS to run tests against using labels
2024-03-28 13:41:54 +00:00
Pedro Algarvio
b556845850
Bump to `dorny/paths-filter@v3
`
2024-03-28 13:41:54 +00:00
Pedro Algarvio
7b277420ce
Merge 3006.x into 3007.x
2024-03-20 07:32:06 +00:00
Pedro Algarvio
f0284f75e0
Force cache invalidation by setting cache seed to 1
2024-03-19 19:09:56 +00:00
Pedro Algarvio
67be59ed16
Merge 3006.x into 3007.x
2024-01-31 16:13:22 +00:00
Pedro Algarvio
2e5c42174a
A change in .github/workflows/build-deps-ci-action.yml
invalidates cache
2024-01-31 16:12:23 +00:00
Pedro Algarvio
ed2548d52a
Merge 3006.x into 3007.x
2024-01-31 13:28:25 +00:00
Pedro Algarvio
09fb884286
Build documentation when .github/workflows/build-docs.yml
changes
2024-01-31 13:23:13 +00:00
Pedro Algarvio
3448e40847
Merge 3006.x into 3007.x
2024-01-24 15:02:25 +00:00
Pedro Algarvio
487a1ad3d0
Be sure to raise the RuntimeError
's in the CI context
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-24 14:43:15 +00:00
Pedro Algarvio
6694a7a273
Merge 3006.x into 3007.x
2024-01-19 07:40:21 +00:00
Pedro Algarvio
3d6b9523f7
Switch to actions/upload-artifact@v4
and actions/download-artifact@v4
...
There are breaking changes with this new version.
See https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-19 07:01:13 +00:00
Pedro Algarvio
7ed9b35cc1
Set PIP_DISABLE_PIP_VERSION_CHECK=1
on CI workflows
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-17 11:12:55 +00:00
Pedro Algarvio
3fb1279f32
Allow excluding paths when cleaning up archives
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-17 11:12:55 +00:00
Pedro Algarvio
91718dd8c9
Set PIP_DISABLE_PIP_VERSION_CHECK=1
on CI workflows
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-17 07:00:52 +00:00
Pedro Algarvio
50bcb9ebbc
Allow excluding paths when cleaning up archives
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-16 09:23:16 +00:00
Pedro Algarvio
5b46b0ba5e
Merge 3006.x into 3007.x
2024-01-11 08:57:37 +00:00
Pedro Algarvio
3a913d3eaf
Reduce the amount of annotations on workflows. Suggested by GitHub.
...
Since our bigger builds always throw 500's by GitHub. We have to refresh
a few times before being able to see the workflow.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-10 05:08:42 +00:00