Skip to content

Conversation

@glitchminer
Copy link
Contributor

@glitchminer glitchminer commented Oct 22, 2025

What does the PR do

  • Aligns STATUSQ_TESTMODE parameter in build script and workflow with Android Jenkinsfile

To test - run job and inspect build for evidence of hooks.

Affected areas

CI - Android Builds

withEnv([
"STATUSQ_TESTMODE=${env.STATUSQ_TESTMODE}"
]) {
linux.bundle(target='mobile-build', verbose=params.VERBOSE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

none of these changes are needed.
The addition of STATUSQ_TESTMODE in environment block should be enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. updated to align scripts with Jenkins environment

@status-im-auto
Copy link
Member

status-im-auto commented Oct 22, 2025

Jenkins Builds

Click to see older builds (26)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ c040ae6 #1 2025-10-22 15:19:32 ~8 min tests/nim 📄log
✔️ c040ae6 #1 2025-10-22 15:22:06 ~10 min android/arm64 🤖apk 📲
✔️ c040ae6 #1 2025-10-22 15:26:30 ~15 min tests/ui 📄log
✔️ c040ae6 #1 2025-10-22 15:29:10 ~17 min linux/x86_64 📦tgz
✔️ c040ae6 #1 2025-10-22 15:35:50 ~24 min windows/x86_64 💿exe
✔️ c040ae6 #1 2025-10-22 15:36:01 ~24 min linux/x86_64-nwaku 📦tgz
✖️ c040ae6 PR19114 2025-10-22 15:46:06 ~10 min tests/e2e-windows 📊rpt
✔️ c040ae6 pr19114 2025-10-22 15:47:46 ~18 min tests/e2e 📊rpt
✔️ c040ae6 #1 2025-10-22 17:24:25 ~2 hr 13 min ios/aarch64 📦pkg
✔️ c040ae6 #1 2025-10-22 17:36:56 ~2 hr 25 min macos/aarch64-nwaku 🍎dmg
✔️ c040ae6 #1 2025-10-22 17:39:52 ~2 hr 28 min macos/aarch64 🍎dmg
✔️ f36f29d7 #2 2025-10-22 17:32:33 ~17 min android/arm64 🤖apk 📲
✔️ eff18a54 #3 2025-10-22 18:25:13 ~7 min android/arm64 🤖apk 📲
✔️ 2c01438 #2 2025-10-22 18:25:39 ~8 min tests/nim 📄log
✔️ 2c01438 #2 2025-10-22 18:30:50 ~13 min tests/ui 📄log
✔️ 2c01438 #2 2025-10-22 18:34:35 ~16 min linux/x86_64 📦tgz
✔️ 2c01438 #2 2025-10-22 18:37:40 ~20 min linux/x86_64-nwaku 📦tgz
✔️ 2c01438 #2 2025-10-22 18:42:59 ~25 min windows/x86_64 💿exe
✔️ 2c01438 pr19114 2025-10-22 18:50:55 ~16 min tests/e2e 📊rpt
✖️ 2c01438 PR19114 2025-10-22 18:53:19 ~10 min tests/e2e-windows 📊rpt
✔️ 2c01438 #2 2025-10-22 19:54:27 ~1 hr 36 min ios/aarch64 📦pkg
✔️ 2c01438 #2 2025-10-22 20:11:18 ~1 hr 53 min macos/aarch64-nwaku 🍎dmg
✔️ 2c01438 #2 2025-10-22 20:13:44 ~1 hr 56 min macos/aarch64 🍎dmg
✔️ b9674e05 #4 2025-10-23 17:23:56 ~8 min android/arm64 🤖apk 📲
✔️ d1107e94 #5 2025-10-24 17:26:22 ~10 min android/arm64 🤖apk 📲
✔️ 7ffaedc8 #7 2025-10-26 17:27:06 ~11 min android/arm64 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ c7e93b06 #8 2025-10-27 17:37:04 ~21 min android/arm64 🤖apk 📲
✔️ d726133 #10 2025-10-28 21:14:04 ~9 min android/arm64 🤖apk 📲
✔️ d726133 #3 2025-10-28 21:14:08 ~9 min tests/nim 📄log
d726133 #3 2025-10-28 21:14:16 ~10 min ios/aarch64 📄log
✔️ d726133 #3 2025-10-28 21:22:54 ~18 min tests/ui 📄log
✔️ d726133 #3 2025-10-28 21:27:57 ~23 min macos/aarch64-nwaku 🍎dmg
✔️ d726133 #3 2025-10-28 21:28:54 ~24 min linux/x86_64-nwaku 📦tgz
✔️ d726133 #3 2025-10-28 21:30:11 ~25 min macos/aarch64 🍎dmg
✔️ d726133 #3 2025-10-28 21:30:22 ~26 min windows/x86_64 💿exe
✔️ d726133 PR19114 2025-10-28 21:41:06 ~10 min tests/e2e-windows 📊rpt

@glitchminer glitchminer changed the title ci: add STATUSQ_TESTMODE parameter to Android Jenkinsfile ci: Update STATUSQ_TESTMODE parameter in buildStatusQ Oct 22, 2025
Aligns workflow and build script with Jenkins to use STATUSQ_TESTMODE as the var to enable test hooks.
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.

4 participants