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

Use reusable GitHub actions in ci build #90

Merged
merged 2 commits into from
May 24, 2024

Conversation

mfitz
Copy link
Contributor

@mfitz mfitz commented May 24, 2024

Replaces the inlined AWS upload with a call to the reusable action.

Verifying

This is the build from the latest commit to this branch:

Screenshot 2024-05-24 at 18 22 03 Screenshot 2024-05-24 at 18 21 00

Verifying the S3 upload

Contents of the target S3 bucket - iQ6uDWU.zip is the upload from the above build

...
2024-05-24 11:49:31     928149 O3xiBdp.zip
2024-05-24 12:05:32     927991 rI1OqCJ.zip
2024-05-24 16:35:43     928250 3cYdd6y.zip
2024-05-24 16:47:43     928316 8GikPTV.zip
2024-05-24 17:40:46     927661 JxMPBZF.zip
2024-05-24 18:21:47     927615 iQ6uDWU.zip

Contents of the uploaded zip file:

Archive:  /tmp/iQ6uDWU.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  05-24-2024 18:20   images/
   303731  05-24-2024 18:20   images/gelato.png
       41  05-24-2024 18:20   release
      493  05-24-2024 18:20   Dockerfile
    41069  05-24-2024 18:20   README.md
       46  05-24-2024 18:20   release_name
     3184  05-24-2024 18:20   CONTRIBUTING.md
     3775  05-24-2024 18:20   CHANGELOG.md
      323  05-24-2024 18:20   .gitignore
     7699  05-24-2024 18:20   dependency-reduced-pom.xml
    10774  05-24-2024 18:20   pom.xml
    35149  05-24-2024 18:20   LICENSE
        0  05-24-2024 18:20   .github/
        0  05-24-2024 18:20   .github/workflows/
     1543  05-24-2024 18:20   .github/workflows/ci.yml
       61  05-24-2024 18:20   image_tags
     3346  05-24-2024 18:20   CODE_OF_CONDUCT.md
        0  05-24-2024 18:20   src/
        0  05-24-2024 18:20   src/test/
        0  05-24-2024 18:20   src/test/java/
        0  05-24-2024 18:20   src/test/java/com/
        0  05-24-2024 18:20   src/test/java/com/arup/
        0  05-24-2024 18:20   src/test/java/com/arup/cml/
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/data/
    12365  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/data/TestLinkLog.java
     4653  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/data/TestMoneyLog.java
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/integration/
     6385  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/integration/MatsimKpiGeneratorIntegrationTest.java
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/matsim/
     1138  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/matsim/TestMatsimUtils.java
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/matsim/handlers/
     2438  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/matsim/handlers/TestMatsimMoneyLogHandler.java
     5067  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/matsim/handlers/TestMatsimLinkLogHandler.java
        0  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/tablesaw/
     2091  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/tablesaw/TestTablesawOccupancyKpiWithLinearNormaliser.java
     8645  05-24-2024 18:20   src/test/java/com/arup/cml/abm/kpi/tablesaw/TestTablesawAffordabilityKpiWithLinearNormaliser.java
...

Content of the image_tags file:

unzip -p /tmp/iQ6uDWU.zip image_tags
gelato-0.0.4-alpha--e6d346240a59623688bce21c8adcec27d324e369

@mfitz mfitz requested a review from KasiaKoz May 24, 2024 17:28
@mfitz mfitz merged commit dc6be28 into main May 24, 2024
3 checks passed
@mfitz mfitz deleted the use_reusable_github_actions_in_ci_build branch May 24, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to using reusable GitHub Actions in the CI build
2 participants