I'm doing the following:
ssh deployment.eqiad.wmnet cd /srv/deployment/airflow-dags/research scap deploy
And getting this error:
== DEFAULT ==
:* an-airflow1002.eqiad.wmnet
10:45:01 ['/usr/bin/scap', 'deploy-local', '-v', '--repo', 'airflow-dags/research', '-g', 'default', 'fetch', '--refresh-config'] (ran as analytics-research@an-airflow1002.eqiad.wmnet) returned [70]: Could not chdir to home directory /nonexistent:
No such file or directory
Fetch from: http://deploy1002.eqiad.wmnet/airflow-dags/research/.git
Running ['git', 'remote', 'set-url', 'origin', 'http://deploy1002.eqiad.wmnet/airflow-dags/research/.git'] with {'cwd': '/srv/deployment/airflow-dags/research-cache/cache', 'stdout': -1, 'stderr': -1, 'universal_newlines': True, 'stdin': -3}
Command exited with code 0
Running ['git', 'fetch', '--tags', '--jobs', '2', '--no-recurse-submodules'] with {'cwd': '/srv/deployment/airflow-dags/research-cache/cache', 'stdout': -1, 'stderr': -1, 'universal_newlines': True, 'stdin': -3}
Command exited with code 1
Unhandled error:
deploy-local failed: <FailedCommand> {'exitcode': 1, 'stdout': '', 'stderr': 'From http://deploy1002.eqiad.wmnet/airflow-dags/research/\n ! [rejected] scap/sync/2022-06-24/0021 -> scap/sync/2022-06-24/0021 (would clobber existing tag)\n * [new tag] scap/sync/2022-06-25/0006 -> scap/sync/2022-06-25/0006\n'}
airflow-dags/research: fetch stage(s): 100% (in-flight: 0; ok: 0; fail: 1; left: 0)
10:45:01 1 targets had deploy errors
10:45:01 1 targets failed
10:45:01 1 of 1 default targets failed, exceeding limitIs there a limit on the number of times I can deploy? Because of issues with kerberos and custom airflow instance, I'm resorting to developing/debugging my code via the deploy1002 and airflow1002 servers.