David Murphy
39cebf6f1d
Update for reviewer comments, and add artifacts to git ignore
2025-02-10 15:26:36 -07:00
David Murphy
a7f38d9473
Correct dictionary format returned in test
2025-02-10 15:26:36 -07:00
David Murphy
06d813285d
Add test support for slash embedded in git branch name when using pillar
2025-02-10 15:26:36 -07:00
David Murphy
ccdc5bb138
Removed debugging statements
2025-02-10 15:26:36 -07:00
David Murphy
092ce44978
More debugging
2025-02-10 15:26:36 -07:00
David Murphy
368ee2ac38
More debugging on pygit2
2025-02-10 15:26:36 -07:00
David Murphy
5779722440
Fixed debugging test
2025-02-10 15:26:36 -07:00
David Murphy
c346ebaad4
Fix modified debug test
2025-02-10 15:26:36 -07:00
David Murphy
d0231f33ee
Added debugging outputs
2025-02-10 15:26:36 -07:00
David Murphy
b0029609ab
WIP - Generate a rebuild to test gitfs pillar
2025-02-10 15:26:36 -07:00
Daniel A. Wozniak
971458eb6d
Add more workflows to restart
2025-02-09 16:55:23 -07:00
Daniel A. Wozniak
be25fb8f7e
Branch build fix
2025-02-06 15:06:58 -07:00
Daniel A. Wozniak
2b44a6ce9a
Add requested slugs
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
be450ab3f1
Skip jobs when they are not needed
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
d9167652e5
Clean up if syntax
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
7ca0312ae2
Allow configuration of which slugs to run
2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
ee49042a0f
show testrun for debug
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
9198bac5e9
syntax fix
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
21df2a121d
Remove deleted job from needs
2025-02-04 15:36:43 -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
54b277a971
Add environment for gh cli
2025-02-04 15:36:43 -07:00
Daniel A. Wozniak
15cd75bdef
Add shell to step
2025-02-04 15:36:43 -07:00
Daniel A. Wozniak
df5997c400
Fix shellcheck
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
fcb47925e8
ssh debug only runs on workflow dispatch
2025-02-03 16:10:19 -07:00
Daniel A. Wozniak
90fdf4ed28
Fix debug option
2025-02-01 03:05:47 -07:00
Daniel A. Wozniak
63f8d5792f
Add debug option to ssh-debug workflow
2025-02-01 02:52:05 -07:00
Daniel A. Wozniak
3597c8d5df
Add debug to ssh tunnel workflow
2025-02-01 02:52:05 -07:00
Daniel A. Wozniak
e39d84ac38
Fix pre-commit
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
800f33362d
add readme
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
e67e43ebe2
Print output when message received
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
1202852c4b
Fix ssh load and unload on macos
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
08844f7388
separate mac command
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
2ebf81af42
macOS fixes
2025-02-01 02:24:08 -07:00
Daniel A. Wozniak
d6d9484a0c
Fix paths to scripts
2025-02-01 01:05:09 -07:00
Daniel A. Wozniak
3add99aa12
use push instead of pull_request
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
bdcac9e38b
Fix pull event name
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
4466cd0035
Add pull until merged foward
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
f3cd64cd1e
Fix runner
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
d658154449
Add run name
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
7afd7649f5
Fix workflow
2025-01-31 15:38:05 -07:00
Daniel A. Wozniak
34b583d1e6
Initial commit of ssh debug workflow
2025-01-31 15:38:05 -07:00
Tom Doherty
5a097a50be
Recognise newer AMD GPU devices
2025-01-31 11:30:24 -07:00
David Murphy
3f0dd6b54f
Updated to current bootstrap-salt.sh version 2024-12-12, and removed shell scripts for RHEL5 & 6, long EOL
2025-01-31 11:29:38 -07:00
David Murphy
2db89637db
Addedd changelog
2025-01-31 11:29:38 -07:00
David Murphy
d63a5ea374
Update locations for bootstrap scripts, to new infrastructure layout
2025-01-31 11:29:38 -07:00
Erik Johnson
29d83c1c24
Improve docs on regex filters
...
When capture groups are not used, the filter will always return
something that will always evaluate as boolean False (because lack of
capture groups means an empty tuple is returned for regex matches). This
commit improves the docs, clarifying this and recommending how to use
this filter to correctly identify if the pattern matched.
2025-01-30 16:49:23 -07:00