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

Patch for CI #2996

Closed
wants to merge 58 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
7f38b32
Change Added
Sharpz7 Sep 25, 2023
96519db
Virtual CI check addition
Sharpz7 Sep 26, 2023
ecef7cf
Adding debug
Sharpz7 Oct 13, 2023
bf65641
More debugging
Sharpz7 Oct 13, 2023
341dc13
More testing
Sharpz7 Oct 13, 2023
83800b9
Added Docker Compose Logs
Sharpz7 Oct 13, 2023
a819fb2
Fix
Sharpz7 Oct 13, 2023
52bd0db
More changes
Sharpz7 Oct 13, 2023
1001c7b
Extending Pulsar wait time
Sharpz7 Oct 13, 2023
4cfbd65
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 13, 2023
17846b2
Try this.
Sharpz7 Oct 14, 2023
2917ece
Update test.yml
Sharpz7 Oct 16, 2023
508da8e
Update test.yml
Sharpz7 Oct 16, 2023
b3afffd
Update test.yml
Sharpz7 Oct 16, 2023
a897304
Debug checks
Sharpz7 Oct 16, 2023
ce91066
More debugging
Sharpz7 Oct 16, 2023
32562cd
Added debugg
Sharpz7 Oct 16, 2023
8a7268c
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 16, 2023
7e1be9d
Trying fixes
Sharpz7 Oct 16, 2023
cc1f033
Removed url
Sharpz7 Oct 16, 2023
9069c43
Update ci.go
Sharpz7 Oct 16, 2023
01644af
Removed frequency in location it is not needed
Sharpz7 Oct 17, 2023
7f598bb
Merged jgiannuzzi/disk-space
Sharpz7 Oct 17, 2023
456d782
Trying new cache technique
Sharpz7 Oct 17, 2023
5082276
Bugfix
Sharpz7 Oct 17, 2023
1e6c131
Bugfix
Sharpz7 Oct 17, 2023
497f3d5
More bugfixes
Sharpz7 Oct 17, 2023
2fd8791
Another fix
Sharpz7 Oct 17, 2023
75a9454
Adding other cache changes
Sharpz7 Oct 17, 2023
349118c
Trying new cache
Sharpz7 Oct 17, 2023
414356e
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 17, 2023
68d8992
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 17, 2023
ed27e23
Some cache fixes
Sharpz7 Oct 17, 2023
4a4d536
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 17, 2023
97cf30e
Bugfix
Sharpz7 Oct 17, 2023
512d323
New cache time
Sharpz7 Oct 17, 2023
81d1f4d
Merge https://github.com/armadaproject/armada into patch-required-checks
Sharpz7 Oct 17, 2023
8951815
Changed times
Sharpz7 Oct 17, 2023
6c4dd1e
Pre-Final Commit
Sharpz7 Oct 17, 2023
9db4190
Need to create cache
Sharpz7 Oct 17, 2023
b31cb2e
Commenting Out Cache
Sharpz7 Oct 17, 2023
a37a930
Should let me test
Sharpz7 Oct 18, 2023
ef0230f
Added design doc
Sharpz7 Oct 18, 2023
22bcd9d
A few more changes
Sharpz7 Oct 18, 2023
20d4261
Added a few more changes
Sharpz7 Oct 18, 2023
ad47bf5
Reverted fork only changes
Sharpz7 Oct 18, 2023
ea7c31b
Added CI Doc
Sharpz7 Oct 18, 2023
72a846a
Update build.yml
Sharpz7 Oct 18, 2023
85d3be1
Trying new change
Sharpz7 Oct 20, 2023
9f62931
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 20, 2023
d393304
Added more changes
Sharpz7 Oct 20, 2023
22a9c7d
Merge branch 'patch-required-checks' of https://github.com/Sharpz7/ar…
Sharpz7 Oct 20, 2023
ab7ff8d
Our changes
Sharpz7 Oct 20, 2023
40a7618
Added some docs changes and a change to python
Sharpz7 Oct 20, 2023
d68fc9f
Added airflow fix
Sharpz7 Oct 20, 2023
fd689eb
Added doc change
Sharpz7 Oct 26, 2023
1123a43
Merge branch 'master' into patch-required-checks
Sharpz7 Oct 26, 2023
8a20780
Added debug step
Sharpz7 Oct 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
Sharpz7 marked this conversation as resolved.
Show resolved Hide resolved
if: github.repository_owner == 'armadaproject'
steps:
- uses: actions/checkout@v3
Expand Down