Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: buildless ecosystem ci #18525

Merged
merged 60 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b3cdb39
init
Aslemammad Oct 30, 2024
f6a0bc7
debug
Aslemammad Oct 30, 2024
8098da8
debug
Aslemammad Oct 30, 2024
88bc6ec
debug
Aslemammad Oct 30, 2024
a5055fe
debug
Aslemammad Oct 30, 2024
5b26c08
debug
Aslemammad Oct 30, 2024
86b1e80
debug
Aslemammad Oct 30, 2024
998fccc
debug
Aslemammad Oct 31, 2024
3620493
trigger ci
sapphi-red Oct 31, 2024
1422117
debug
Aslemammad Oct 31, 2024
c10930c
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Oct 31, 2024
c205752
debug
Aslemammad Oct 31, 2024
4e1fa89
debug
Aslemammad Oct 31, 2024
3d97e6d
debug
Aslemammad Oct 31, 2024
c23bbc2
debug
Aslemammad Oct 31, 2024
ab8ecf2
debug
Aslemammad Oct 31, 2024
4ca10a1
trigger ci
sapphi-red Nov 1, 2024
a2b8e63
debug
Aslemammad Nov 1, 2024
1158de7
debug
Aslemammad Nov 1, 2024
fe0ad4c
debug
Aslemammad Nov 1, 2024
8a973f9
debug
Aslemammad Nov 1, 2024
004c437
debug
Aslemammad Nov 1, 2024
5bb1a1c
debug
Aslemammad Nov 1, 2024
ba7f2ca
debug
Aslemammad Nov 1, 2024
2a85013
debug
Aslemammad Nov 1, 2024
304e1dd
debug
Aslemammad Nov 1, 2024
32c9aac
debug
Aslemammad Nov 1, 2024
b29e52d
debug
Aslemammad Nov 1, 2024
18508c7
debug
Aslemammad Nov 5, 2024
011a808
debug
Aslemammad Nov 5, 2024
39e2fc8
separation
Aslemammad Nov 5, 2024
19d79df
separation
Aslemammad Nov 5, 2024
1bee76b
separation
Aslemammad Nov 5, 2024
5c70ae1
back to basics
Aslemammad Nov 5, 2024
0e156d6
finalize
Aslemammad Nov 5, 2024
c0093cd
better way to remove reactions
Aslemammad Nov 5, 2024
4de80ca
revert preview-release.yml
Aslemammad Nov 5, 2024
e03be0e
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
c76264c
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
67878e0
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
0eba61a
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
7e13fa0
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
43a1668
Update .github/workflows/ecosystem-ci-trigger.yml
Aslemammad Nov 6, 2024
2dabbab
move permissions check to the top
Aslemammad Nov 6, 2024
9841567
debug git show
Aslemammad Nov 9, 2024
03108e3
debug git show
Aslemammad Nov 9, 2024
9f8ed06
debug git show
Aslemammad Nov 9, 2024
67cb48e
debug git show
Aslemammad Nov 9, 2024
d76f695
debug git show
Aslemammad Nov 9, 2024
9a08d4a
debug git show
Aslemammad Nov 9, 2024
926392e
debug git show
Aslemammad Nov 9, 2024
0206c65
debug git show
Aslemammad Nov 9, 2024
f547431
debug git show
Aslemammad Nov 9, 2024
75afd3b
debug git show
Aslemammad Nov 9, 2024
5cb7224
debug git show
Aslemammad Nov 9, 2024
53fe902
debug git show
Aslemammad Nov 9, 2024
a1dbe40
find collisions properly
Aslemammad Nov 9, 2024
ad35943
remove triage diff
Aslemammad Nov 26, 2024
724fc9e
a comment to note removing the hash ambiguity check
Aslemammad Nov 26, 2024
d6961c2
format
Aslemammad Nov 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
Aslemammad committed Nov 26, 2024
commit ab8ecf2d1d08ae7de9f13d2138c67b5f054c2330
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
@@ -20,10 +20,10 @@ jobs:
const { data: pr } = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: 1
pull_number: 18525
})
return {
num: 1,
num: 18525,
branchName: pr.head.ref,
commit: pr.head.sha,
repo: pr.head.repo.full_name