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

Optimize test wf #112

Merged
merged 34 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
fb97e23
adapt test workflow to use docker image
naik-aakash Sep 23, 2024
9cb9534
Merge branch 'JaGeo:main' into optimize_test_wf
naik-aakash Sep 23, 2024
d41c085
add a comment
naik-aakash Sep 23, 2024
9e766d4
check docker command exits
naik-aakash Sep 23, 2024
ef6673d
try logging in ghcr
naik-aakash Sep 23, 2024
7092a6f
enable image build on forks
naik-aakash Sep 23, 2024
db8b779
try using from own fork
naik-aakash Sep 23, 2024
41dc38e
try using public image
naik-aakash Sep 23, 2024
44a8dcd
increase splits, add manual trigger option
naik-aakash Sep 23, 2024
15d4c6e
add missing bash shell command
naik-aakash Sep 23, 2024
a0d1876
fix coverage uploads and docs build
naik-aakash Sep 23, 2024
89a0678
change image path to main repo
naik-aakash Sep 23, 2024
42a5260
limit back to run on main repo
naik-aakash Sep 23, 2024
b5e749b
test dockerfile with explicit path to download airss
naik-aakash Sep 23, 2024
d1be342
fix error
naik-aakash Sep 23, 2024
66f12dc
fix error
naik-aakash Sep 23, 2024
2e72af1
temp disable julia packages
naik-aakash Sep 23, 2024
35ec9e6
reset workdir
naik-aakash Sep 23, 2024
b0987d9
reset workdir
naik-aakash Sep 23, 2024
3b120f7
reset workdir
naik-aakash Sep 23, 2024
3128bc0
reset workdir
naik-aakash Sep 23, 2024
160a239
add explicit path to download
naik-aakash Sep 23, 2024
dcb59fa
Update Dockerfile
naik-aakash Sep 23, 2024
54ba238
Update Dockerfile
naik-aakash Sep 23, 2024
adf875b
Avoid cd
naik-aakash Sep 23, 2024
40582a7
try installing airss at end
naik-aakash Sep 23, 2024
00b8964
check if buildcell exists
naik-aakash Sep 23, 2024
72991dc
check if container works without airss
naik-aakash Sep 23, 2024
f3314a1
again attempt to install buildcell
naik-aakash Sep 23, 2024
e773df8
debug working dir
naik-aakash Sep 23, 2024
1183920
final test
naik-aakash Sep 23, 2024
716bae4
final fix
naik-aakash Sep 23, 2024
695d7d7
check if tests run
naik-aakash Sep 23, 2024
be025c6
last changes to point to main repo images
naik-aakash Sep 23, 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
enable image build on forks
  • Loading branch information
naik-aakash committed Sep 23, 2024
commit 7092a6f9697b3d82f77b155001b3a4eae883041d
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'JaGeo' && github.ref == 'refs/heads/main'
#if: github.repository_owner == 'JaGeo' && github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down