Skip to content

Commit d7048fb

Browse files
jmgilmankukkok3
andauthored
chore: updates dev staging data | NPG-000 (#686)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) _if applicable_ ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B **Test Configuration**: _if applicable_ - Firmware version: - Hardware: - Toolchain: - SDK: **List of new dependencies**: _if applicable_ Provide a list of newly added dependencies in this PR, with the description of what are they doing and why do we need them. - Crate A: description - Crate B: description ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --------- Co-authored-by: kukkok3 <[email protected]>
1 parent 2ea8094 commit d7048fb

File tree

4 files changed

+16
-21
lines changed

4 files changed

+16
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ jobs:
1515
aws_ecr_registry: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
1616
aws_role_arn: arn:aws:iam::332405224602:role/ci
1717
aws_region: eu-central-1
18-
deployment_images: |
19-
cat-data-service
20-
fragment-exporter
21-
migrations
22-
voting-node
18+
publish_docs: false
2319
secrets:
24-
deployment_token: ${{ secrets.CI_BOT_TOKEN }}
2520
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
2621
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
2722
earthly_runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: taiki-e/install-action@nextest
227227

228228
- name: Install cargo-make
229-
run: cargo install --force cargo-make
229+
run: cargo install --force cargo-make --locked
230230

231231
- name: Install refinery
232232
run: cargo install refinery_cli --version 0.8.7 --locked

src/event-db/stage_data/dev/00001_fund100_event.sql

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ INSERT INTO event (
2929
100,
3030
'Fund 100',
3131
'Catalyst Testnet - Fund 100',
32-
'2024-01-15 21:45:00', -- Registration Snapshot Time
33-
'2024-01-15 22:15:00', -- Snapshot Start.
32+
'2024-06-15 21:45:00', -- Registration Snapshot Time
33+
'2024-06-15 22:15:00', -- Snapshot Start.
3434
50000000, -- Voting Power Threshold
3535
1, -- Max Voting Power PCT
3636
NULL, -- Review Rewards
37-
'2024-02-28 04:00:00', -- Start Time
38-
'2023-12-30 18:00:00', -- End Time
39-
'2024-02-28 04:00:00', -- Insight Sharing Start
40-
'2024-02-28 04:00:00', -- Proposal Submission Start
41-
'2024-02-28 04:00:00', -- Refine Proposals Start
42-
'2024-02-28 04:00:00', -- Finalize Proposals Start
43-
'2024-02-28 04:00:00', -- Proposal Assessment Start
44-
'2024-02-28 04:00:00', -- Assessment QA Start
45-
'2024-02-28 09:00:00', -- Voting Starts
46-
'2024-03-13 13:00:00', -- Voting Ends
47-
'2024-03-22 02:00:00', -- Tallying Ends
37+
'2024-01-01 00:00:00', -- Start Time
38+
'2024-12-31 00:00:00', -- End Time
39+
'2024-07-28 04:00:00', -- Insight Sharing Start
40+
'2024-07-28 04:00:00', -- Proposal Submission Start
41+
'2024-07-28 04:00:00', -- Refine Proposals Start
42+
'2024-07-28 04:00:00', -- Finalize Proposals Start
43+
'2024-07-28 04:00:00', -- Proposal Assessment Start
44+
'2024-07-28 04:00:00', -- Assessment QA Start
45+
'2024-07-28 09:00:00', -- Voting Starts
46+
'2024-08-13 13:00:00', -- Voting Ends
47+
'2024-08-22 02:00:00', -- Tallying Ends
4848
NULL, -- Block 0 Data
4949
NULL, -- Block 0 Hash
5050
1, -- Committee Size

tests/wallet-automation/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ src:
2626
COPY global-setup.ts .
2727

2828
# Define a test target that builds upon deps
29-
test:
29+
wallet-test:
3030
FROM +src
3131
RUN xvfb-run -a npx playwright test

0 commit comments

Comments
 (0)